[Pkg-voip-commits] r4563 - in /pwlib/trunk/debian: changelog rules

kilian at alioth.debian.org kilian at alioth.debian.org
Sat Sep 22 13:09:07 UTC 2007


Author: kilian
Date: Sat Sep 22 13:09:07 2007
New Revision: 4563

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4563
Log:
add generation of debian/control as its own target to run manually.

Modified:
    pwlib/trunk/debian/changelog
    pwlib/trunk/debian/rules

Modified: pwlib/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib/trunk/debian/changelog?rev=4563&op=diff
==============================================================================
--- pwlib/trunk/debian/changelog (original)
+++ pwlib/trunk/debian/changelog Sat Sep 22 13:09:07 2007
@@ -16,8 +16,6 @@
   * Add Homepage field as added in dpkg-dev 1.14.6.
   * Bump build-deps on debhelper to >= 5 to quiet linda error.
   * Install *.h files only into PWLIBDIR/include, not /usr/include
-  * Generate debian/control from debian/control.in to overcome heavy editing
-    for SONAME changes.
   * Remove obsolete *.dirs files in debian/
 
   [ Faidon Liambotis ]

Modified: pwlib/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib/trunk/debian/rules?rev=4563&op=diff
==============================================================================
--- pwlib/trunk/debian/rules (original)
+++ pwlib/trunk/debian/rules Sat Sep 22 13:09:07 2007
@@ -148,10 +148,12 @@
 	$(MAKE) docs
 	touch build-indep-stamp
 
+debian/control: debian/control.in
+	sed -e 's#@@PACKAGE@@#$(PACKAGE)#g' debian/control.in >debian/control
+
 clean: clean-patched unpatch
 clean-patched:
 	$(checkdir)
-	sed -e 's#@@PACKAGE@@#$(PACKAGE)#g' debian/control.in >debian/control
 	rm -f build-arch-stamp build-indep-stamp patch-stamp
 	if [ -f Makefile ];then \
 		$(MAKE) PWLIBDIR=$(CURDIR) clean || true ; \




More information about the Pkg-voip-commits mailing list