[Python-modules-commits] r32507 - in packages/liblarch/trunk/debian (4 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Fri May 1 14:13:56 UTC 2015


    Date: Friday, May 1, 2015 @ 14:13:55
  Author: dktrkranz
Revision: 32507

Build with Pybuild

Modified:
  packages/liblarch/trunk/debian/changelog
  packages/liblarch/trunk/debian/control
  packages/liblarch/trunk/debian/rules
Deleted:
  packages/liblarch/trunk/debian/install

Modified: packages/liblarch/trunk/debian/changelog
===================================================================
--- packages/liblarch/trunk/debian/changelog	2015-05-01 13:56:09 UTC (rev 32506)
+++ packages/liblarch/trunk/debian/changelog	2015-05-01 14:13:55 UTC (rev 32507)
@@ -2,12 +2,15 @@
 
   * debian/control:
     - Do not provide python-liblarch-gtk transitional package anymore.
+    - Build-depend against dh-python for Pybuild support.
     - Adjust Homepage field to match new URL.
     - Bump Standards-Version to 3.9.6, no changes required.
   * debian/copyright:
     - Update copyright years.
+  * debian/rules:
+    - Build with Pybuild.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Fri, 01 May 2015 15:51:08 +0200
+ -- Luca Falavigna <dktrkranz at debian.org>  Fri, 01 May 2015 15:56:14 +0200
 
 liblarch (2.1.0-2) unstable; urgency=low
 

Modified: packages/liblarch/trunk/debian/control
===================================================================
--- packages/liblarch/trunk/debian/control	2015-05-01 13:56:09 UTC (rev 32506)
+++ packages/liblarch/trunk/debian/control	2015-05-01 14:13:55 UTC (rev 32507)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Luca Falavigna <dktrkranz at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9~), python-all (>= 2.6.6-3~)
+Build-Depends: debhelper (>= 9~), python-all (>= 2.6.6-3~), dh-python
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.5
 Homepage: https://wiki.gnome.org/Projects/liblarch

Deleted: packages/liblarch/trunk/debian/install
===================================================================
--- packages/liblarch/trunk/debian/install	2015-05-01 13:56:09 UTC (rev 32506)
+++ packages/liblarch/trunk/debian/install	2015-05-01 14:13:55 UTC (rev 32507)
@@ -1 +0,0 @@
-usr/lib/python*

Modified: packages/liblarch/trunk/debian/rules
===================================================================
--- packages/liblarch/trunk/debian/rules	2015-05-01 13:56:09 UTC (rev 32506)
+++ packages/liblarch/trunk/debian/rules	2015-05-01 14:13:55 UTC (rev 32507)
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME=liblarch
+
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --buildsystem=pybuild




More information about the Python-modules-commits mailing list