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

Re: Please unblock noffle



On Fri, Feb 09, 2007 at 18:33:57 +0100, Helge Kreutzmann wrote:

> I did the German Debconf update. The update was uploaded and at the
> same time the package was orphaned. The 10 day period for a "low"
> upload is now over. I checked the version history and it contains
> mostly debconf updates (respective to the version currently in Etch):
> Czech, French, Japanese, German. The only "other" change looks like a
> minor fix to me: #408187.

It is minor, interdiff attached.

> I CC'ed the former maintainer in the hope that he might comment if he
> believes that #408187 is suitable for Etch. If possible, the latest
> version of noffle should then be unblocked so that all translations (which
> are excempt from the freeze) can reach Etch.

I agree. -- Martin

> Disclaimer: I've never used noffle, just translated the debconf
> template.
> 
> Thanks & Greetings
> 
>             Helge
> -- 
>       Dr. Helge Kreutzmann                     debian@helgefjell.de
>            Dipl.-Phys.                   http://www.helgefjell.de/debian.php
>         64bit GNU powered                     gpg signed mail preferred
>            Help keep free software "libre": http://www.ffii.de/
diff -u noffle-1.2.0~rc1/debian/changelog noffle-1.2.0~rc1/debian/changelog
--- noffle-1.2.0~rc1/debian/changelog
+++ noffle-1.2.0~rc1/debian/changelog
@@ -1,3 +1,9 @@
+noffle (1.2.0~rc1-4) unstable; urgency=low
+
+  * Fixed timestamps, closes: #408187.
+
+ -- Martin A. Godisch <godisch@debian.org>  Wed, 24 Jan 2007 05:51:42 +0100
+
 noffle (1.2.0~rc1-3) unstable; urgency=low
 
   * Updated Czech translation file, closes: #391546.
diff -u noffle-1.2.0~rc1/debian/rules noffle-1.2.0~rc1/debian/rules
--- noffle-1.2.0~rc1/debian/rules
+++ noffle-1.2.0~rc1/debian/rules
@@ -69,59 +69,59 @@
 	rm -rf debian/noffle
 
 	# installing binaries
-	install -o news -g news -m 6755 -D $(STRIP_FLAG) src/noffle $(BUILDDIR)/usr/bin/noffle
-	install -o root -g root -m 0755 -D debian/noffle-cronfetch $(BUILDDIR)/usr/sbin/noffle-cronfetch
+	install -p -o news -g news -m 6755 -D $(STRIP_FLAG) src/noffle $(BUILDDIR)/usr/bin/noffle
+	install -p -o root -g root -m 0755 -D debian/noffle-cronfetch $(BUILDDIR)/usr/sbin/noffle-cronfetch
 
 	# installing locking directory
-	install -d -o root -g root -m 0755 $(BUILDDIR)/var/lock
-	install -d -o news -g news -m 2755 $(BUILDDIR)/var/lock/noffle
+	install -p -d -o root -g root -m 0755 $(BUILDDIR)/var/lock
+	install -p -d -o news -g news -m 2755 $(BUILDDIR)/var/lock/noffle
 
 	# installing spool directories
-	install -d -o root -g root -m 0755 $(BUILDDIR)/var/spool
-	install -d -o news -g news -m 2755 $(SPOOLDIR)/data $(SPOOLDIR)/outgoing $(SPOOLDIR)/overview $(SPOOLDIR)/requested
+	install -p -d -o root -g root -m 0755 $(BUILDDIR)/var/spool
+	install -p -d -o news -g news -m 2755 $(SPOOLDIR)/data $(SPOOLDIR)/outgoing $(SPOOLDIR)/overview $(SPOOLDIR)/requested
 	ln -s ../../lock/noffle $(SPOOLDIR)/lock
 	chown news:news $(SPOOLDIR)/lock
 
 	# installing shared files
-	install -D -o root -g root -m 0644 debian/linda        $(BUILDDIR)/usr/share/linda/overrides/noffle
-	install -D -o root -g root -m 0644 debian/lintian      $(BUILDDIR)/usr/share/lintian/overrides/noffle
-	install -D -o root -g root -m 0644 debian/conf.debian  $(BUILDDIR)/usr/share/noffle/conf.debian
-	install -D -o root -g root -m 0644 noffle.conf.example $(BUILDDIR)/usr/share/noffle/noffle.conf
-	install -D -o root -g root -m 0644 debian/slrn.sl      $(BUILDDIR)/usr/share/slrn/macros/noffle.sl
-	install -D -o root -g root -m 0644 debian/gnus.el      $(BUILDDIR)/usr/share/emacs/site-lisp/gnus/noffle.el
+	install -p -D -o root -g root -m 0644 debian/linda        $(BUILDDIR)/usr/share/linda/overrides/noffle
+	install -p -D -o root -g root -m 0644 debian/lintian      $(BUILDDIR)/usr/share/lintian/overrides/noffle
+	install -p -D -o root -g root -m 0644 debian/conf.debian  $(BUILDDIR)/usr/share/noffle/conf.debian
+	install -p -D -o root -g root -m 0644 noffle.conf.example $(BUILDDIR)/usr/share/noffle/noffle.conf
+	install -p -D -o root -g root -m 0644 debian/slrn.sl      $(BUILDDIR)/usr/share/slrn/macros/noffle.sl
+	install -p -D -o root -g root -m 0644 debian/gnus.el      $(BUILDDIR)/usr/share/emacs/site-lisp/gnus/noffle.el
 
 	# installing manuals
-	install -d -o root -g root -m 0755 $(MANDIR)/man1 $(MANDIR)/man5 $(MANDIR)/man8
+	install -p -d -o root -g root -m 0755 $(MANDIR)/man1 $(MANDIR)/man5 $(MANDIR)/man8
 	sed 's@/etc/noffle\.conf@/etc/news/noffle.conf@g' docs/noffle.1      > $(MANDIR)/man1/noffle.1
 	sed 's@/etc/noffle\.conf@/etc/news/noffle.conf@g' docs/noffle.conf.5 > $(MANDIR)/man5/noffle.conf.5
 	chown root:root $(MANDIR)/man1/noffle.1 $(MANDIR)/man5/noffle.conf.5
 	chmod 0644      $(MANDIR)/man1/noffle.1 $(MANDIR)/man5/noffle.conf.5
-	install    -o root -g root -m 0644 debian/noffle-cronfetch.8 $(MANDIR)/man8
+	install -p    -o root -g root -m 0644 debian/noffle-cronfetch.8 $(MANDIR)/man8
 	find $(MANDIR) -type f -print0 | xargs -0 gzip -9n
 
 	# installing documentation
-	install -D -o root -g root -m 0644 ChangeLog        $(DOCDIR)/changelog
-	install -D -o root -g root -m 0644 debian/changelog $(DOCDIR)/changelog.Debian
-	install    -o root -g root -m 0644 debian/copyright debian/README.Debian AUTHORS NEWS TODO docs/FAQ docs/INTERNALS docs/NOTES $(DOCDIR)
+	install -p -D -o root -g root -m 0644 ChangeLog        $(DOCDIR)/changelog
+	install -p -D -o root -g root -m 0644 debian/changelog $(DOCDIR)/changelog.Debian
+	install -p    -o root -g root -m 0644 debian/copyright debian/README.Debian AUTHORS NEWS TODO docs/FAQ docs/INTERNALS docs/NOTES $(DOCDIR)
 	ln -s ../../noffle $(DOCDIR)/examples
-	install -D -o root -g root -m 0644 debian/xinetd    $(DOCDIR)/examples/xinetd.conf
+	install -p -D -o root -g root -m 0644 debian/xinetd    $(DOCDIR)/examples/xinetd.conf
 	find $(DOCDIR) -type f \( -size +8 -o -name 'changelog*' \) -print0 | xargs -0 gzip -9n
 
 	# installing config files
-	install -d -o root -g root -m 0755 $(BUILDDIR)/etc/news $(BUILDDIR)/etc/default
-	install -D -o root -g root -m 0644 debian/cron.d     $(BUILDDIR)/etc/cron.d/noffle
-	install -D -o root -g root -m 0755 debian/cron.daily $(BUILDDIR)/etc/cron.daily/noffle
-	install -D -o root -g root -m 0755 debian/init       $(BUILDDIR)/etc/init.d/noffle
-	install -D -o root -g root -m 0644 debian/logcheck   $(BUILDDIR)/etc/logcheck/ignore.d.paranoid/noffle
-	install -D -o root -g root -m 0644 debian/logcheck   $(BUILDDIR)/etc/logcheck/ignore.d.server/noffle
-	install -D -o root -g root -m 0644 debian/logcheck   $(BUILDDIR)/etc/logcheck/ignore.d.workstation/noffle
-	install -D -o root -g root -m 0755 debian/ip-up      $(BUILDDIR)/etc/ppp/ip-up.d/noffle
-	install -D -o root -g root -m 0755 debian/ip-down    $(BUILDDIR)/etc/ppp/ip-down.d/noffle
+	install -p -d -o root -g root -m 0755 $(BUILDDIR)/etc/news $(BUILDDIR)/etc/default
+	install -p -D -o root -g root -m 0644 debian/cron.d     $(BUILDDIR)/etc/cron.d/noffle
+	install -p -D -o root -g root -m 0755 debian/cron.daily $(BUILDDIR)/etc/cron.daily/noffle
+	install -p -D -o root -g root -m 0755 debian/init       $(BUILDDIR)/etc/init.d/noffle
+	install -p -D -o root -g root -m 0644 debian/logcheck   $(BUILDDIR)/etc/logcheck/ignore.d.paranoid/noffle
+	install -p -D -o root -g root -m 0644 debian/logcheck   $(BUILDDIR)/etc/logcheck/ignore.d.server/noffle
+	install -p -D -o root -g root -m 0644 debian/logcheck   $(BUILDDIR)/etc/logcheck/ignore.d.workstation/noffle
+	install -p -D -o root -g root -m 0755 debian/ip-up      $(BUILDDIR)/etc/ppp/ip-up.d/noffle
+	install -p -D -o root -g root -m 0755 debian/ip-down    $(BUILDDIR)/etc/ppp/ip-down.d/noffle
 
 	# installing packaging information
-	install -d -o root -g root -m 0755 $(DEBDIR)
-	install    -o root -g root -m 0644 debian/control $(DEBDIR)
-	install    -o root -g root -m 0755 debian/config debian/preinst debian/postinst debian/prerm debian/postrm $(DEBDIR)
+	install -p -d -o root -g root -m 0755 $(DEBDIR)
+	install -p    -o root -g root -m 0644 debian/control $(DEBDIR)
+	install -p    -o root -g root -m 0755 debian/config debian/preinst debian/postinst debian/prerm debian/postrm $(DEBDIR)
 	cd $(BUILDDIR) && find usr -type f -print0 | xargs -0 md5sum > DEBIAN/md5sums
 	cd $(BUILDDIR) && find ./etc -type f | cut -c 2- > DEBIAN/conffiles
 	po2debconf debian/templates > $(DEBDIR)/templates

Reply to: