[Python-apps-commits] r13968 - in packages/alot/trunk/debian (changelog control rules)

jljusten-guest at users.alioth.debian.org jljusten-guest at users.alioth.debian.org
Mon Apr 24 04:48:35 UTC 2017


    Date: Monday, April 24, 2017 @ 04:48:34
  Author: jljusten-guest
Revision: 13968

debian: Use debhelper pybuild

Closes #855559. Recommended by Gianfranco in #855354.

Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>

Modified:
  packages/alot/trunk/debian/changelog
  packages/alot/trunk/debian/control
  packages/alot/trunk/debian/rules

Modified: packages/alot/trunk/debian/changelog
===================================================================
--- packages/alot/trunk/debian/changelog	2017-04-24 04:48:23 UTC (rev 13967)
+++ packages/alot/trunk/debian/changelog	2017-04-24 04:48:34 UTC (rev 13968)
@@ -5,6 +5,7 @@
   * Add new patch for python-magic=>file-magic rename
   * Add Jordan as uploader.
   * Update source compat from 9 to 10
+  * Use debhelper pybuild (Closes: #855559)
 
   [ Hugo Lefeuvre ]
   * New upstream release (Closes: #814460).

Modified: packages/alot/trunk/debian/control
===================================================================
--- packages/alot/trunk/debian/control	2017-04-24 04:48:23 UTC (rev 13967)
+++ packages/alot/trunk/debian/control	2017-04-24 04:48:34 UTC (rev 13968)
@@ -10,8 +10,15 @@
                python (>= 2.7),
                python-configobj,
                python-doc,
+               python-gpgme,
+               python-magic,
+               python-mock,
+               python-notmuch (>= 0.12),
                python-setuptools,
-               python-sphinx (>= 1.0.7+dfsg)
+               python-sphinx (>= 1.0.7+dfsg),
+               python-twisted (>= 10.2.0),
+               python-urwid (>= 1.0),
+               python-urwidtrees (>= 1.0)
 X-Python-Version: >= 2.7
 Standards-Version: 3.9.8
 Homepage: https://github.com/pazz/alot/

Modified: packages/alot/trunk/debian/rules
===================================================================
--- packages/alot/trunk/debian/rules	2017-04-24 04:48:23 UTC (rev 13967)
+++ packages/alot/trunk/debian/rules	2017-04-24 04:48:34 UTC (rev 13968)
@@ -3,17 +3,16 @@
 LAST_CHANGE=$(shell dpkg-parsechangelog -S Date)
 BUILD_DATE=$(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")
 
+export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/alot/
+
 %:
-	dh $@ --with python2,sphinxdoc
+	dh $@ --with python2,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_build:
 	dh_auto_build
 	rm -rf $(CURDIR)/docs/build
 	$(MAKE) -C docs html man SPHINXOPTS="-D today=\"$(BUILD_DATE)\""
 
-override_dh_auto_install:
-	dh_auto_install -- --install-lib=/usr/share/alot/
-
 override_dh_install:
 	dh_install
 	mv debian/alot/usr/bin/alot debian/alot/usr/share/alot/alot.bin




More information about the Python-apps-commits mailing list