[Python-modules-commits] r10739 - in packages/generatorrunner/trunk/debian (3 files)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Wed Dec 9 21:50:15 UTC 2009


    Date: Wednesday, December 9, 2009 @ 21:50:15
  Author: odyx-guest
Revision: 10739

Add libxslt-dev Build-Dependency and patch headers

Modified:
  packages/generatorrunner/trunk/debian/changelog
  packages/generatorrunner/trunk/debian/control
  packages/generatorrunner/trunk/debian/patches/use_cmake_config_no_find.patch

Modified: packages/generatorrunner/trunk/debian/changelog
===================================================================
--- packages/generatorrunner/trunk/debian/changelog	2009-12-09 20:14:53 UTC (rev 10738)
+++ packages/generatorrunner/trunk/debian/changelog	2009-12-09 21:50:15 UTC (rev 10739)
@@ -4,6 +4,7 @@
     - Split out boostpythongenerator.
     - Remove fix_manpages.patch - Included upstream.
     - Bump libgenrunner SONAME to 0.3.2
+    - Add libxslt-dev Build-Dependency
   * Add use_cmake_config_no_find.patch:
     - Don't ship buggy FindGeneratorRunner.cmake (it is shipped in the wrong
       directory and useless anyway).

Modified: packages/generatorrunner/trunk/debian/control
===================================================================
--- packages/generatorrunner/trunk/debian/control	2009-12-09 20:14:53 UTC (rev 10738)
+++ packages/generatorrunner/trunk/debian/control	2009-12-09 21:50:15 UTC (rev 10739)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Didier Raboud <didier at raboud.com>
-Build-Depends: debhelper (>= 7.3.12), libapiextractor-dev (>= 0.3.2), libqt4-dev (>= 4.5), cmake (>= 2.6.0), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.3.12), libapiextractor-dev (>= 0.3.2), libqt4-dev (>= 4.5), cmake (>= 2.6.0), quilt (>= 0.46-7), libxslt-dev
 Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/generatorrunner/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/generatorrunner/?op=log

Modified: packages/generatorrunner/trunk/debian/patches/use_cmake_config_no_find.patch
===================================================================
--- packages/generatorrunner/trunk/debian/patches/use_cmake_config_no_find.patch	2009-12-09 20:14:53 UTC (rev 10738)
+++ packages/generatorrunner/trunk/debian/patches/use_cmake_config_no_find.patch	2009-12-09 21:50:15 UTC (rev 10739)
@@ -1,3 +1,7 @@
+Description: Use cmake Config feature instead of Find*.
+Author: Didier Raboud <didier at raboud.com>, with major help from Modestas Vainius <modax at debian.org>
+Forwarded: no
+Last-Update: 2009-12-09
 Index: generatorrunner-0.3.2/FindGeneratorRunner.cmake.in
 ===================================================================
 --- generatorrunner-0.3.2.orig/FindGeneratorRunner.cmake.in	2009-12-09 13:07:18.000000000 +0100




More information about the Python-modules-commits mailing list