[Pkg-voip-commits] r10561 - in /siproxd/trunk/debian: changelog rules

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Fri Aug 29 00:57:29 UTC 2014


Author: tzafrir
Date: Fri Aug 29 00:57:29 2014
New Revision: 10561

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10561
Log:
'--with ' rather than '--with-' (Closes: #759438, #702772).

Modified:
    siproxd/trunk/debian/changelog
    siproxd/trunk/debian/rules

Modified: siproxd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/siproxd/trunk/debian/changelog?rev=10561&op=diff
==============================================================================
--- siproxd/trunk/debian/changelog	(original)
+++ siproxd/trunk/debian/changelog	Fri Aug 29 00:57:29 2014
@@ -1,6 +1,7 @@
 siproxd (1:0.8.1-5) UNRELEASED; urgency=low
 
   * Adding myself as an uploader.
+  * '--with ' rather than '--with-' (Closes: #759438, #702772).
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Thu, 28 Aug 2014 17:52:11 -0700
 

Modified: siproxd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/siproxd/trunk/debian/rules?rev=10561&op=diff
==============================================================================
--- siproxd/trunk/debian/rules	(original)
+++ siproxd/trunk/debian/rules	Fri Aug 29 00:57:29 2014
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with-autoreconf
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-ltdl-convenience




More information about the Pkg-voip-commits mailing list