Control: tags 777483 + pending
Control: tags 999307 + patch
Control: tags 999307 + pending


Dear maintainer,

I've prepared an NMU for jargon (versioned as 4.0.0-5.3) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.


-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   NP: Alan Jackson: Chattahoochee
diff -u jargon-4.0.0/debian/changelog jargon-4.0.0/debian/changelog
--- jargon-4.0.0/debian/changelog
+++ jargon-4.0.0/debian/changelog
@@ -1,3 +1,15 @@
+jargon (4.0.0-5.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "please make the build reproducible":
+    Apply patch to debian/rules from Chris Lamb.
+    (Closes: #777483)
+  * Fix "missing required debian/rules targets build-arch and/or build-
+    indep": Add targets to debian/rules.
+    (Closes: #999307)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 26 Dec 2021 01:44:00 +0100
+
 jargon (4.0.0-5.2) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -u jargon-4.0.0/debian/rules jargon-4.0.0/debian/rules
--- jargon-4.0.0/debian/rules
+++ jargon-4.0.0/debian/rules
@@ -11,14 +11,17 @@
 MANDIR=$(DESTDIR)/usr/share/man
 INFODIR=$(DESTDIR)/usr/share/info
 
-build:
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+build-stamp:
 	$(checkdir)
-	touch build
+	touch build-stamp
 
 clean:
 	$(checkdir)
 	-rm -f jargon.info
-	-rm -f build
+	-rm -f build-stamp
 	-rm -f `find . -name "*~"`
 	-rm -rf debian/tmp debian/files* core debian/substvars
 
@@ -29,13 +32,13 @@
 	# The actual info file
 	install -d $(INSTALLOPT) -m 755 $(INFODIR)
 	install $(INSTALLOPT) -m 644 jarg400.info $(INFODIR)/jargon.info
-	gzip -9 $(INFODIR)/jargon.info
+	gzip -9n $(INFODIR)/jargon.info
 	# Lookup script
 	install -d $(INSTALLOPT) -m 755  $(DESTDIR)/usr/bin
 	install $(INSTALLOPT) -m 755  debian/jargon $(DESTDIR)/usr/bin/jargon
 	install -d $(INSTALLOPT) -m 755 $(MANDIR)/man1
 	install $(INSTALLOPT) -m 644 debian/jargon.1 $(MANDIR)/man1/jargon.1
-	gzip -9 $(MANDIR)/man1/jargon.1
+	gzip -9n $(MANDIR)/man1/jargon.1
 	# Docs
 	install -d $(INSTALLOPT) -m 755 $(DOCDIR)
 	install $(INSTALLOPT) -m 644 debian/jargon.html \
@@ -44,7 +47,7 @@
 	install $(INSTALLOPT) -m 644 debian/changelog $(DOCDIR)/changelog.Debian
 	install $(INSTALLOPT) -m 644 debian/README.Debian $(DOCDIR)/README.Debian
 	install $(INSTALLOPT) -m 644 jargon-README $(DOCDIR)/README
-	gzip -9 $(DOCDIR)/changelog.Debian $(DOCDIR)/README
+	gzip -9n $(DOCDIR)/changelog.Debian $(DOCDIR)/README
 
 	# Control files
 	install -d $(INSTALLOPTS) -m 755 $(DESTDIR)/DEBIAN
@@ -70,4 +73,4 @@
 	$(checkdir)
 	test root = "`whoami`"
 
-.PHONY: binary binary-arch binary-indep clean checkroot
+.PHONY: build build-arch build-indep binary binary-arch binary-indep clean checkroot

Attachment: signature.asc
Description: Digital Signature

Reply via email to