Your message dated Sun, 07 Apr 2019 11:55:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#926454: unblock: biabam/0.9.7-7.2
has caused the Debian Bug report #926454,
regarding unblock: biabam/0.9.7-7.2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
926454: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926454
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock biabam 0.9.7-7.2. This upload fixes the RC bug
https://bugs.debian.org/925227 , which is lintian error debian-rules-missing-
required-target binary-arch.
The full source diff is attached here.
--
Regards,
Boyuan
diff -Nru biabam-0.9.7/debian/changelog biabam-0.9.7/debian/changelog
--- biabam-0.9.7/debian/changelog 2010-04-03 10:55:20.000000000 -0400
+++ biabam-0.9.7/debian/changelog 2019-04-04 20:14:31.000000000 -0400
@@ -1,3 +1,34 @@
+biabam (0.9.7-7.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Revert changes not relevant to RC bugs for the release freeze
+ period. (debhelper compat level).
+
+ -- Boyuan Yang <[email protected]> Thu, 04 Apr 2019 20:14:31 -0400
+
+biabam (0.9.7-7.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+
+ [ Bhavani Shankar ]
+ * Apply downstream Ubuntu 0.9.7-7ubuntu1 patches.
+ + debian/compat: Bump to 9.
+ + debian/control: Build-depend on debhelper (>= 9).
+ + debian/rules:
+ - Add required binary-arch target. (Closes: 925227).
+ - Add recommended build-arch and build-indep targets.
+ (Fix FTBFS with dpkg-buildpackage -B and -A).
+
+ [ Boyuan Yang ]
+ * debian/control:
+ + Replace obsolete package priority (extra) with
+ Priority: optional.
+ + Update dependency on "exim4 | mail-transport-agent" to
+ "default-mta | mail-transport-agent | exim4" in order to
+ fix lintian warning.
+
+ -- Boyuan Yang <[email protected]> Thu, 04 Apr 2019 18:15:23 -0400
+
biabam (0.9.7-7) unstable; urgency=low
* Accepted period in mail body (Closes: #390669)
diff -Nru biabam-0.9.7/debian/control biabam-0.9.7/debian/control
--- biabam-0.9.7/debian/control 2010-03-29 15:59:10.000000000 -0400
+++ biabam-0.9.7/debian/control 2019-04-04 20:14:31.000000000 -0400
@@ -1,6 +1,6 @@
Source: biabam
Section: mail
-Priority: extra
+Priority: optional
Maintainer: Thierry Randrianiriana <[email protected]>
Build-Depends: debhelper (>= 5), quilt (>= 0.40)
Standards-Version: 3.8.4
diff -Nru biabam-0.9.7/debian/rules biabam-0.9.7/debian/rules
--- biabam-0.9.7/debian/rules 2010-04-03 11:22:43.000000000 -0400
+++ biabam-0.9.7/debian/rules 2019-04-04 20:12:48.000000000 -0400
@@ -10,6 +10,8 @@
include /usr/share/quilt/quilt.make
build: build-stamp
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp: $(QUILT_STAMPFN)
touch build-stamp
@@ -39,5 +41,9 @@
dh_md5sums
dh_builddeb
-binary: binary-indep
-.PHONY: build clean binary-indep binary install patch unpatch
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+binary: binary-indep binary-arch
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary
install patch unpatch
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Boyuan Yang:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Please unblock biabam 0.9.7-7.2. This upload fixes the RC bug
> https://bugs.debian.org/925227 , which is lintian error debian-rules-missing-
> required-target binary-arch.
>
> The full source diff is attached here.
>
> --
> Regards,
> Boyuan
>
>
> [...]
>
Unblocked, thanks.
~Niels
--- End Message ---