[Pkg-voip-commits] r10328 - in /openr2/trunk/debian: changelog rules
tzafrir at alioth.debian.org
tzafrir at alioth.debian.org
Thu Oct 17 10:03:31 UTC 2013
Author: tzafrir
Date: Thu Oct 17 10:03:31 2013
New Revision: 10328
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10328
Log:
Simplify rules: no need to support Lenny anymore
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=10328&op=diff
==============================================================================
--- openr2/trunk/debian/changelog (original)
+++ openr2/trunk/debian/changelog Thu Oct 17 10:03:31 2013
@@ -1,3 +1,9 @@
+openr2 (1.3.2-2) UNRELEASED; urgency=low
+
+ * Simplify rules: no need to support Lenny anymore.
+
+ -- Tzafrir Cohen <tzafrir at debian.org> Thu, 17 Oct 2013 12:44:22 +0300
+
openr2 (1.3.2-1) unstable; urgency=low
* New upstream release:
Modified: openr2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/rules?rev=10328&op=diff
==============================================================================
--- openr2/trunk/debian/rules (original)
+++ openr2/trunk/debian/rules Thu Oct 17 10:03:31 2013
@@ -23,19 +23,9 @@
%:
dh $@
-# This could be used once we don't care about Lenny anymore:
-#override_dh_auto_configure:
-# autoreconf -i
-# dh_auto_configure -- --sysconfdir=/etc/openr2
-
-# But for the sake of Lenny backports:
-build: build-stamp
-build-stamp:
- dh build --before configure
+override_dh_auto_configure:
autoreconf -i
dh_auto_configure -- --sysconfdir=/etc/openr2
- dh build --after configure
- touch $@
print-version:
@@echo "Debian version: $(DEBVERSION)"
More information about the Pkg-voip-commits
mailing list