[Pkg-voip-commits] r7271 - in /zaptel/trunk/debian: changelog rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Tue May 26 08:34:59 UTC 2009


Author: tzafrir-guest
Date: Tue May 26 08:34:59 2009
New Revision: 7271

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7271
Log:
Zaptel svn tarball script can now generate some sort of a ChangeLog

Modified:
    zaptel/trunk/debian/changelog
    zaptel/trunk/debian/rules

Modified: zaptel/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/changelog?rev=7271&op=diff
==============================================================================
--- zaptel/trunk/debian/changelog (original)
+++ zaptel/trunk/debian/changelog Tue May 26 08:34:59 2009
@@ -1,4 +1,4 @@
-zaptel (1:1.4.12.9.svn.r4635~dfsg-1) UNRELEASED; urgency=low
+zaptel (1:1.4.12.9.svn.r4639~dfsg-1) UNRELEASED; urgency=low
 
   [ Tzafrir Cohen ]
   * Using A SVN snapshot, as there won't be newer releases (Closes: #518017).

Modified: zaptel/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/rules?rev=7271&op=diff
==============================================================================
--- zaptel/trunk/debian/rules (original)
+++ zaptel/trunk/debian/rules Tue May 26 08:34:59 2009
@@ -213,7 +213,7 @@
 	dh_testroot
 	
 	dh_installdocs -i
-	dh_installchangelogs -i
+	dh_installchangelogs -i ChangeLog
 	dh_installexamples -i $(BRISTUFF_EXAMPLES)
 	dh_link -i
 	dh_compress -i
@@ -239,7 +239,7 @@
 
 	
 	#dh_installmodules -a
-	dh_installchangelogs -a
+	dh_installchangelogs -a ChangeLog
 	dh_link -a
 	dh_strip -a
 	dh_compress -a
@@ -257,6 +257,10 @@
 	@@echo "Subversion revision:     $(SVN_REV)"
 
 TARBALL_DIR=../tarballs/zaptel-$(UPVERSION).tmp
+# Note: The TARBALL_SCRIPT (zaptel_svn_tarball) optionally uses svn2cl
+# to generate a poor-man's changelog. If subversion-tools was not installed
+# at the time get-orig-source was available, it will not be generated and
+# the package will fail to build at dh_installchangelogs .
 get-orig-source:
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs




More information about the Pkg-voip-commits mailing list