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

Re: snort/daq mess in testing.



On 06/11/14 16:33, Ivo De Decker wrote:
If the fix is targeted and the diff between the current version in testing and
the new upload is acceptable, this might be unblocked.
Attatched is a proposed debdiff (against the version in testing) for reverting the unapproved transition and fixing the build on arm64 (I have tested it builds in an arm64 qemu chroot)

I think updating config.sub/guess is generally pretty safe but if you'd preffer to see it wrapped in an architecture conditional I can do that.

I will not upload this myself, the descision to revert is between the maintainers and the release team.
diff -Nru daq-0.6.2/debian/changelog daq-2.0.4+really0.6.2/debian/changelog
--- daq-0.6.2/debian/changelog	2012-01-18 18:51:17.000000000 +0000
+++ daq-2.0.4+really0.6.2/debian/changelog	2014-11-07 10:35:42.000000000 +0000
@@ -1,3 +1,11 @@
+daq (2.0.4+really0.6.2-0.1) unstable; urgency=medium
+
+  * Proposal for consideration, no intent to NMU.
+  * Revert unapproved transition in sid
+  * Use autotools-dev to update config.sub/guess to fix build on arm64.
+
+ -- Peter Michael Green <plugwash@debian.org>  Fri, 07 Nov 2014 10:32:01 +0000
+
 daq (0.6.2-2) unstable; urgency=low
 
   * Upload to unstable (Closes: #656289)
diff -Nru daq-0.6.2/debian/control daq-2.0.4+really0.6.2/debian/control
--- daq-0.6.2/debian/control	2011-01-13 00:34:06.000000000 +0000
+++ daq-2.0.4+really0.6.2/debian/control	2014-11-07 10:34:30.000000000 +0000
@@ -1,7 +1,7 @@
 Source: daq
 Priority: extra
 Maintainer: Javier Fernandez-Sanguino Pen~a <jfs@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libpcap0.8-dev, flex, bison
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libpcap0.8-dev, flex, bison, autotools-dev
 Standards-Version: 3.8.4
 Section: libs
 Homepage: http://www.snort.org/snort-downloads
diff -Nru daq-0.6.2/debian/rules daq-2.0.4+really0.6.2/debian/rules
--- daq-0.6.2/debian/rules	2010-11-11 00:50:34.000000000 +0000
+++ daq-2.0.4+really0.6.2/debian/rules	2014-11-07 10:34:19.000000000 +0000
@@ -11,5 +11,5 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ 
+	dh $@ --with autotools_dev
 #	dh $@  --with quilt

Reply to: