[pkg-boost-commits] r14747 - boost/trunk/debian

Steven Michael Robbins smr at alioth.debian.org
Thu Mar 7 05:43:33 UTC 2013


Author: smr
Date: 2013-03-07 05:43:33 +0000 (Thu, 07 Mar 2013)
New Revision: 14747

Modified:
   boost/trunk/debian/control
   boost/trunk/debian/rules
Log:
Fixing lintian warnings.

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2013-03-06 04:16:49 UTC (rev 14746)
+++ boost/trunk/debian/control	2013-03-07 05:43:33 UTC (rev 14747)
@@ -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>
-Build-Depends: debhelper (>= 8), 
+Build-Depends: debhelper (>= 9), 
  zlib1g-dev, libbz2-dev, libicu-dev, mpi-default-dev,
  bison, flex, docbook-to-man, help2man, xsltproc, doxygen, 
  python, python-all-dev, 
@@ -12,7 +12,7 @@
 Build-Conflicts: libopenmpi-dev (= 1.3.2-2)
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-boost/boost/trunk/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-boost/boost/trunk
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 
 Package: libboost1.53-dbg
 Architecture: any
@@ -118,7 +118,7 @@
  already been proposed for inclusion in the C++ Standards Committee's
  upcoming C++ Standard Library Technical Report.
  .
- This package provides the complete Boost development environment,
+ This metapackage provides the complete Boost development environment,
  including all separately-packaged libraries.
 
 Package: libboost1.53-doc
@@ -344,8 +344,7 @@
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
- libboost1.53-dev (= ${binary:Version}),
- libboost-exception1.53.0 (= ${binary:Version})
+ libboost1.53-dev (= ${binary:Version})
 Description: set of date-time libraries based on generic programming concepts
  This package forms part of the Boost C++ Libraries collection.
  .

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2013-03-06 04:16:49 UTC (rev 14746)
+++ boost/trunk/debian/rules	2013-03-07 05:43:33 UTC (rev 14747)
@@ -26,7 +26,7 @@
 
 
 %:
-	dh $@
+	dh $@ --with python2 --with python3
 
 override_dh_auto_configure: user-config.jam make-debhelper
 
@@ -61,10 +61,6 @@
 	rm -rf debian/bjam.1
 	dh_auto_clean
 
-override_dh_pysupport:
-	dh_python2
-	dh_python3
-
 override_dh_compress:
 	dh_compress -Xlibboost$(PKGVERSION)-doc/HTML
 




More information about the pkg-boost-commits mailing list