[Pkg-voip-commits] r1887 - opal/branches/sarge/debian opal/trunk/debian pwlib/branches/sarge/debian pwlib/trunk/debian

Kilian Krause kilian at costa.debian.org
Thu Jun 15 12:39:21 UTC 2006


Author: kilian
Date: 2006-06-15 12:39:19 +0000 (Thu, 15 Jun 2006)
New Revision: 1887

Modified:
   opal/branches/sarge/debian/changelog
   opal/branches/sarge/debian/rules
   opal/trunk/debian/changelog
   opal/trunk/debian/rules
   pwlib/branches/sarge/debian/changelog
   pwlib/trunk/debian/changelog
   pwlib/trunk/debian/rules
Log:
update to consistent naming of configure targets as config.status


Modified: opal/branches/sarge/debian/changelog
===================================================================
--- opal/branches/sarge/debian/changelog	2006-06-15 12:39:00 UTC (rev 1886)
+++ opal/branches/sarge/debian/changelog	2006-06-15 12:39:19 UTC (rev 1887)
@@ -1,8 +1,9 @@
 opal (2.2.2.dfsg-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Rename configure target to config.status.
 
- -- Kilian Krause <kilian at debian.org>  Fri,  9 Jun 2006 20:37:41 +0000
+ -- Kilian Krause <kilian at debian.org>  Thu, 15 Jun 2006 14:37:25 +0200
 
 opal (2.2.2.dfsg-1) unstable; urgency=low
 

Modified: opal/branches/sarge/debian/rules
===================================================================
--- opal/branches/sarge/debian/rules	2006-06-15 12:39:00 UTC (rev 1886)
+++ opal/branches/sarge/debian/rules	2006-06-15 12:39:19 UTC (rev 1887)
@@ -41,7 +41,7 @@
 
 build-arch: build-arch-stamp
 
-Makefile: patch-stamp autotools configure
+config.status: patch-stamp autotools configure
 	./configure $(confflags) --prefix=/usr 
 
 autotools:
@@ -66,7 +66,7 @@
 
 	touch $@
 
-build-arch-stamp: Makefile
+build-arch-stamp: config.status
 	$(MAKE) $(MAKE_BUILD_PARAM) opt
 	
 	# This dirty stuff is done to compile simple with apropiate options
@@ -102,13 +102,14 @@
 	-rm -f debian/*substvars
 	-rm -f debian/*.debhelper
 	-rm -f debian/libopal-*.*.docs
-
+	
 	-if [ -f config.sub.old ]; then \
 	   mv config.sub.old config.sub; \
 	fi
 	-if [ -f config.guess.old ]; then \
 	   mv config.guess.old config.guess; \
 	fi
+	-rm -f config.status
 	
 	dh_clean
 

Modified: opal/trunk/debian/changelog
===================================================================
--- opal/trunk/debian/changelog	2006-06-15 12:39:00 UTC (rev 1886)
+++ opal/trunk/debian/changelog	2006-06-15 12:39:19 UTC (rev 1887)
@@ -1,8 +1,9 @@
 opal (2.2.2.dfsg-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Rename configure target to config.status.
 
- -- Kilian Krause <kilian at debian.org>  Fri,  9 Jun 2006 20:37:41 +0000
+ -- Kilian Krause <kilian at debian.org>  Thu, 15 Jun 2006 14:37:25 +0200
 
 opal (2.2.2.dfsg-1) unstable; urgency=low
 

Modified: opal/trunk/debian/rules
===================================================================
--- opal/trunk/debian/rules	2006-06-15 12:39:00 UTC (rev 1886)
+++ opal/trunk/debian/rules	2006-06-15 12:39:19 UTC (rev 1887)
@@ -41,7 +41,7 @@
 
 build-arch: build-arch-stamp
 
-Makefile: patch-stamp autotools configure
+config.status: patch-stamp autotools configure
 	./configure $(confflags) --prefix=/usr 
 
 autotools:
@@ -66,7 +66,7 @@
 
 	touch $@
 
-build-arch-stamp: Makefile
+build-arch-stamp: config.status
 	$(MAKE) $(MAKE_BUILD_PARAM) opt
 	
 	# This dirty stuff is done to compile simple with apropiate options
@@ -102,13 +102,14 @@
 	-rm -f debian/*substvars
 	-rm -f debian/*.debhelper
 	-rm -f debian/libopal-*.*.docs
-
+	
 	-if [ -f config.sub.old ]; then \
 	   mv config.sub.old config.sub; \
 	fi
 	-if [ -f config.guess.old ]; then \
 	   mv config.guess.old config.guess; \
 	fi
+	-rm -f config.status
 	
 	dh_clean
 

Modified: pwlib/branches/sarge/debian/changelog
===================================================================
--- pwlib/branches/sarge/debian/changelog	2006-06-15 12:39:00 UTC (rev 1886)
+++ pwlib/branches/sarge/debian/changelog	2006-06-15 12:39:19 UTC (rev 1887)
@@ -1,8 +1,9 @@
 pwlib (1.10.1.dfsg-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Rename configure target to config.status
 
- -- Kilian Krause <kilian at debian.org>  Fri,  9 Jun 2006 20:21:19 +0000
+ -- Kilian Krause <kilian at debian.org>  Thu, 15 Jun 2006 14:38:26 +0200
 
 pwlib (1.10.1.dfsg-1) unstable; urgency=low
 

Modified: pwlib/trunk/debian/changelog
===================================================================
--- pwlib/trunk/debian/changelog	2006-06-15 12:39:00 UTC (rev 1886)
+++ pwlib/trunk/debian/changelog	2006-06-15 12:39:19 UTC (rev 1887)
@@ -1,8 +1,9 @@
 pwlib (1.10.1.dfsg-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Rename configure target to config.status
 
- -- Kilian Krause <kilian at debian.org>  Fri,  9 Jun 2006 20:21:19 +0000
+ -- Kilian Krause <kilian at debian.org>  Thu, 15 Jun 2006 14:38:26 +0200
 
 pwlib (1.10.1.dfsg-1) unstable; urgency=low
 

Modified: pwlib/trunk/debian/rules
===================================================================
--- pwlib/trunk/debian/rules	2006-06-15 12:39:00 UTC (rev 1886)
+++ pwlib/trunk/debian/rules	2006-06-15 12:39:19 UTC (rev 1887)
@@ -55,11 +55,10 @@
 
 build: build-arch build-indep
 
-build-arch: Makefile build-arch-stamp
+build-arch: config.status build-arch-stamp
 
-Makefile: patch-stamp autotools
+config.status: patch-stamp autotools
 	./configure $(confflags) --enable-plugins --enable-v4l2 --prefix=/usr
-	touch Makefile
 
 autotools:
 	rm -f config.sub config.guess




More information about the Pkg-voip-commits mailing list