[Python-apps-commits] r12923 - in packages/pybtex/trunk/debian	(changelog rules)
    danstender-guest at users.alioth.debian.org 
    danstender-guest at users.alioth.debian.org
       
    Mon Mar 14 13:07:16 UTC 2016
    
    
  
    Date: Monday, March 14, 2016 @ 13:07:15
  Author: danstender-guest
Revision: 12923
deb/rules: build with Pybuild
Modified:
  packages/pybtex/trunk/debian/changelog
  packages/pybtex/trunk/debian/rules
Modified: packages/pybtex/trunk/debian/changelog
===================================================================
--- packages/pybtex/trunk/debian/changelog	2016-03-14 12:47:10 UTC (rev 12922)
+++ packages/pybtex/trunk/debian/changelog	2016-03-14 13:07:15 UTC (rev 12923)
@@ -12,9 +12,10 @@
   * deb/copyright:
     + updated copyright spans and email addresses.
     + put Bitbucket code repo in Source field.
+  * deb/rules: build with Pybuild.
   * deb/watch: watch pypi.debian.net.
 
- -- Daniel Stender <stender at debian.org>  Mon, 14 Mar 2016 13:44:25 +0100
+ -- Daniel Stender <stender at debian.org>  Mon, 14 Mar 2016 14:04:37 +0100
 
 pybtex (0.18-1) unstable; urgency=low
 
Modified: packages/pybtex/trunk/debian/rules
===================================================================
--- packages/pybtex/trunk/debian/rules	2016-03-14 12:47:10 UTC (rev 12922)
+++ packages/pybtex/trunk/debian/rules	2016-03-14 13:07:15 UTC (rev 12923)
@@ -1,9 +1,10 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 #export DEB_BUILD_OPTIONS=nocheck
+export PYBUILD_NAME=pybtex
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --buildsystem=pybuild
 
 .PHONY: override_dh_auto_install
 override_dh_auto_install:
    
    
More information about the Python-apps-commits
mailing list