[med-svn] [Git][med-team/enlighten][master] 2 commits: Install manpage in python3-enlighten only
Andreas Tille
gitlab at salsa.debian.org
Fri Jul 17 13:14:09 BST 2020
Andreas Tille pushed to branch master at Debian Med / enlighten
Commits:
d5e3fd87 by Andreas Tille at 2020-07-17T14:10:04+02:00
Install manpage in python3-enlighten only
- - - - -
4a5db3ef by Andreas Tille at 2020-07-17T14:11:26+02:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+enlighten (1.6.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Install manpage in python3-enlighten only
+ Closes: #965182
+
+ -- Andreas Tille <tille at debian.org> Fri, 17 Jul 2020 14:10:09 +0200
+
enlighten (1.6.0-1) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -1,12 +1,6 @@
#!/usr/bin/make -f
# DH_VERBOSE := 1
-export LC_ALL=C.UTF-8
-
-include /usr/share/dpkg/default.mk
-
-# for hardening you might like to uncomment this:
-# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
@@ -19,4 +13,4 @@ override_dh_auto_build:
PYTHONPATH=. python3 -m sphinx -N -bman doc/ build/man # Manpage generator
override_dh_installman:
- dh_installman build/man/*.1
+ dh_installman -p python3-enlighten build/man/*.1
View it on GitLab: https://salsa.debian.org/med-team/enlighten/-/compare/61992884e39d7d81aaf2c11b1d08e8acaab00ab7...4a5db3ef28d38cd8013ea1b7b975cbe8869a8849
--
View it on GitLab: https://salsa.debian.org/med-team/enlighten/-/compare/61992884e39d7d81aaf2c11b1d08e8acaab00ab7...4a5db3ef28d38cd8013ea1b7b975cbe8869a8849
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200717/d82e96a9/attachment.html>
More information about the debian-med-commit
mailing list