[pybtex] 84/108: deb/rules: build with Pybuild

Daniel Stender stender at moszumanska.debian.org
Fri Jul 21 10:18:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

stender pushed a commit to branch master
in repository pybtex.

commit a2948a5a0b8171c638dbfb7d2fbb1898b48a1f90
Author: Daniel Stender <stender at debian.org>
Date:   Mon Mar 14 13:07:15 2016 +0000

    deb/rules: build with Pybuild
---
 debian/changelog | 3 ++-
 debian/rules     | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 228c503..8b2a6d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,9 +12,10 @@ pybtex (0.19-1) UNRELEASED; urgency=medium
   * 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
 
diff --git a/debian/rules b/debian/rules
index 56ffe3e..9392d9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybtex.git



More information about the debian-science-commits mailing list