[pkg-boost-commits] r14541 - in boost/trunk/debian: . source

Steven Michael Robbins smr at alioth.debian.org
Fri Dec 18 06:24:48 UTC 2009


Author: smr
Date: 2009-12-18 06:24:47 +0000 (Fri, 18 Dec 2009)
New Revision: 14541

Added:
   boost/trunk/debian/source/
   boost/trunk/debian/source/format
Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
   boost/trunk/debian/rules
Log:
Switch to source format 3.0/quilt.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2009-12-15 06:01:05 UTC (rev 14540)
+++ boost/trunk/debian/changelog	2009-12-18 06:24:47 UTC (rev 14541)
@@ -1,3 +1,11 @@
+boost1.40 (1.40.0-6) unstable; urgency=low
+
+  * source/format:
+  * control:
+  * rules: Switch to source format "3.0 (quilt)".
+
+ -- Steve M. Robbins <smr at debian.org>  Fri, 18 Dec 2009 00:15:40 -0600
+
 boost1.40 (1.40.0-5) unstable; urgency=low
 
   * control:

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2009-12-15 06:01:05 UTC (rev 14540)
+++ boost/trunk/debian/control	2009-12-18 06:24:47 UTC (rev 14541)
@@ -4,7 +4,7 @@
 Priority: optional
 Maintainer: Debian Boost Team <pkg-boost-devel at lists.alioth.debian.org>
 Uploaders: Steve M. Robbins <smr at debian.org>, Domenico Andreoli <cavok at debian.org>
-Build-Depends: debhelper (>= 7), quilt, bison, flex, docbook-to-man, xsltproc, doxygen, zlib1g-dev, libbz2-dev, libicu-dev, python-all-dev, python-support (>= 0.6), mpi-default-dev
+Build-Depends: debhelper (>= 7), bison, flex, docbook-to-man, xsltproc, doxygen, zlib1g-dev, libbz2-dev, libicu-dev, python-all-dev, python-support (>= 0.6), mpi-default-dev
 Build-Conflicts: boost-build, libopenmpi-dev (= 1.3.2-2)
 XS-Python-Version: >= 2.4
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-boost/boost/trunk/

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2009-12-15 06:01:05 UTC (rev 14540)
+++ boost/trunk/debian/rules	2009-12-18 06:24:47 UTC (rev 14541)
@@ -1,7 +1,5 @@
 #! /usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 export DH_OPTIONS
 
 # set the number of build jobs
@@ -151,7 +149,7 @@
 # FIXME: find a flag to disable reading /etc/site-config.jam
 JAM = $(bjam) $(JOBS) -d2 $(JAM_OPT) --layout=system --user-config=$(CURDIR)/user-config.jam debug-symbols=on
 
-$(bjam): $(QUILT_STAMPFN)
+$(bjam):
 	./bootstrap.sh --with-icu --prefix=$(CURDIR)/debian/tmp/usr
 
 user-config.jam:
@@ -162,7 +160,7 @@
 	done
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN) $(bjam) user-config.jam
+build-stamp: $(bjam) user-config.jam
 	dh_testdir
 
 	$(JAM) --without-python                        
@@ -189,7 +187,7 @@
 	rm -rf debian/*.links
 	rm -rf debian/*.lintian-overrides
 
-clean: unpatch clean-debhelper
+clean: clean-debhelper
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp

Added: boost/trunk/debian/source/format
===================================================================
--- boost/trunk/debian/source/format	                        (rev 0)
+++ boost/trunk/debian/source/format	2009-12-18 06:24:47 UTC (rev 14541)
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file




More information about the pkg-boost-commits mailing list