[Pkg-voip-commits] r1883 - sofia-sip/trunk/debian

George Danchev danchev-guest at costa.debian.org
Thu Jun 15 09:56:17 UTC 2006


Author: danchev-guest
Date: 2006-06-15 09:56:14 +0000 (Thu, 15 Jun 2006)
New Revision: 1883

Modified:
   sofia-sip/trunk/debian/TODO.Debian
   sofia-sip/trunk/debian/changelog
   sofia-sip/trunk/debian/rules
Log:
do not override cdbs targets and vars

Modified: sofia-sip/trunk/debian/TODO.Debian
===================================================================
--- sofia-sip/trunk/debian/TODO.Debian	2006-06-14 14:44:23 UTC (rev 1882)
+++ sofia-sip/trunk/debian/TODO.Debian	2006-06-15 09:56:14 UTC (rev 1883)
@@ -1,10 +1,5 @@
 
-1        avoid a harmless warning from CDBS:
-         debian/rules:12: warning: overriding commands for target `debian/stamp-autotools-files'
-         /usr/share/cdbs/1/class/autotools-files.mk:54: warning: ignoring old commands for 
-         target `debian/stamp-autotools-files'
-
-2        Use the following snippet as stolen from libpkg-guide,
+1        Use the following snippet as stolen from libpkg-guide,
          to find out library package names according to the the library's SONAME
 
 #!/bin/sh
@@ -22,4 +17,4 @@
 fi
 
 
-3        Write manpages for: localinfo, sip-date, sip-dig, sip-options, stunc
+2        Write manpages for: localinfo, sip-date, sip-dig, sip-options, stunc

Modified: sofia-sip/trunk/debian/changelog
===================================================================
--- sofia-sip/trunk/debian/changelog	2006-06-14 14:44:23 UTC (rev 1882)
+++ sofia-sip/trunk/debian/changelog	2006-06-15 09:56:14 UTC (rev 1883)
@@ -6,6 +6,7 @@
   * Added print-version, get-orig-source targets to rules
   * Added watch file and TODO.Debian
   * Adjusted maintainer and uploaders
+  * Do not override cdbs targets/vars, common things should stay common
   * Initial release (Closes: #373173 -- the ITP for sofia-sip)
 
  -- George Danchev <danchev at spnet.net>  Tue, 13 Jun 2006 12:32:14 +0300

Modified: sofia-sip/trunk/debian/rules
===================================================================
--- sofia-sip/trunk/debian/rules	2006-06-14 14:44:23 UTC (rev 1882)
+++ sofia-sip/trunk/debian/rules	2006-06-15 09:56:14 UTC (rev 1883)
@@ -5,13 +5,13 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-DEB_CONFIGURE_PREFIX=/usr
-DEB_CONFIGURE_SYSCONFDIR=/etc
-#DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr
+#DEB_CONFIGURE_PREFIX=/usr
+#DEB_CONFIGURE_SYSCONFDIR=/etc
+#DEB_CONFIGURE_EXTRA_FLAGS=--prefix=/usr
 
-debian/stamp-autotools-files:
-	./configure --prefix=/usr
-	touch debian/stamp-autotools-files
+#debian/stamp-autotools-files:
+#	./configure --prefix=/usr
+#	touch debian/stamp-autotools-files
 
 # The following is for internal development usage only
 # Update that sum when new releases occur, this




More information about the Pkg-voip-commits mailing list