[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Accepted ssystem 1.6-14.1 (i386 source)



On Thursday 09 October 2003 23:16, Romain Francoise wrote:

> Heh?  Please read section 5.11 of the Developer's Reference about
> non-maintainer uploads[1].  You're not supposed to set yourself as
> the Maintainer in the uploaded package; if you did that so that the
> bug is closed instead of being marked as fixed, then you didn't do
> it right.

> Moreover, you're supposed to send the diff of your NMU to the bug
> log, but I can't find it there.  And finally, it looks like you
> uploaded directly to incoming and not to a delayed queue, which is
> the usual procedure for NMUs.  The 0-day NMU period has been over
> for quite some time now.
>
> If you're not familiar with the procedure to follow for NMUs,
> please post a patch to the BTS and ask someone with more experience
> to do the actual NMU, don't hijack packages this way.
>
> Thanks,

Apparently I did a major blunder, in my haste to do things quickly... 
I attach the patch and cc to the bug log, so that at least i'll do 
this right. 

The truth is that it's been a while since i did an NMU and I probably 
missed the transition to the delayed queue system. 
I apologize for my mistake, I really didn't want to hijack the 
package, in my haste I used the -m option in debuild.
At least I won't do it again, well not the wrong way that is.

Again my apologies.

-- 
Konstantinos Margaritis
diff -ruN ssystem-1.6.orig/debian/changelog ssystem-1.6/debian/changelog
--- ssystem-1.6.orig/debian/changelog	2003-10-09 23:31:22.000000000 +0300
+++ ssystem-1.6/debian/changelog	2003-10-09 23:28:44.000000000 +0300
@@ -1,3 +1,9 @@
+ssystem (1.6-14.1) unstable; urgency=low
+
+  * NMU, closes bug (Closes: #194342)
+
+ -- Konstantinos Margaritis <markos@debian.org>  Thu,  9 Oct 2003 21:08:22 +0300
+
 ssystem (1.6-14) unstable; urgency=low
 
   * Updated the description to recommend OpenUniverse to any users who
diff -ruN ssystem-1.6.orig/Makefile ssystem-1.6/Makefile
--- ssystem-1.6.orig/Makefile	2003-10-09 23:31:21.000000000 +0300
+++ ssystem-1.6/Makefile	2003-10-09 23:28:44.000000000 +0300
@@ -32,17 +32,9 @@
 	-falign-jumps=2 -falign-functions=2 -DLINUXJOY -DSDATADIR=\"${SDATADIR}\" \
 	-DCONFDIR=\"${CONFDIR}\"
 else
-ifeq ($(shell  dpkg --print-architecture), sparc)
-# ifeq ($(shell  tscr), sparc)
-  CFLAGS = -Wall -O3  -fomit-frame-pointer -funroll-loops \
-	-fexpensive-optimizations  -malign-loops=4 \
-	-malign-jumps=4 -malign-functions=4 -DLINUXJOY -DSDATADIR=\"${SDATADIR}\" \
-	-DCONFDIR=\"${CONFDIR}\"
- else
-  CFLAGS = -Wall -O3  -fomit-frame-pointer -funroll-loops \
+  CFLAGS = -Wall -O3  -fomit-frame-pointer -funroll-loops -fexpensive-optimizations  \
 	-DLINUXJOY -DSDATADIR=\"${SDATADIR}\" \
 	-DCONFDIR=\"${CONFDIR}\"
- endif
 endif
 ifeq ($(shell  uname -m), alpha)
   CFLAGS += -mieee

Reply to: