[Pkg-voip-commits] r10403 - in /openr2/trunk/debian: changelog rules

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Sun Jan 26 16:33:17 UTC 2014


Author: tzafrir
Date: Sun Jan 26 16:33:16 2014
New Revision: 10403

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10403
Log:
Use autoreconf properly (Closes: #726570).

Modified:
    openr2/trunk/debian/changelog
    openr2/trunk/debian/rules

Modified: openr2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/changelog?rev=10403&op=diff
==============================================================================
--- openr2/trunk/debian/changelog	(original)
+++ openr2/trunk/debian/changelog	Sun Jan 26 16:33:16 2014
@@ -5,6 +5,7 @@
   * A new upstream release.
   * compat level 9:
     - libraries in /usr/lib/<triplet>
+  * Use autoreconf properly (Closes: #726570).
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Thu, 17 Oct 2013 12:44:22 +0300
 

Modified: openr2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/rules?rev=10403&op=diff
==============================================================================
--- openr2/trunk/debian/rules	(original)
+++ openr2/trunk/debian/rules	Sun Jan 26 16:33:16 2014
@@ -21,10 +21,9 @@
 URL := http://openr2.googlecode.com/files/$(PACKAGE)-$(UPVERSION).tar.gz
 
 %:
-	dh $@
+	dh $@ --with=autoreconf
 
 override_dh_auto_configure:
-	autoreconf -i
 	dh_auto_configure -- --sysconfdir=/etc/openr2
 
 print-version:




More information about the Pkg-voip-commits mailing list