[med-svn] [Git][med-team/bustools][master] 2 commits: Fix help2man call
Andreas Tille
gitlab at salsa.debian.org
Mon May 11 22:10:21 BST 2020
Andreas Tille pushed to branch master at Debian Med / Bustools
Commits:
9f640cbc by Andreas Tille at 2020-05-11T23:05:56+02:00
Fix help2man call
- - - - -
ca7bb63a by Andreas Tille at 2020-05-11T23:07:37+02:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+bustools (0.40.0-4) unstable; urgency=medium
+
+ * Team upload.
+ * Fix help2man call
+
+ -- Andreas Tille <tille at debian.org> Mon, 11 May 2020 23:00:12 +0200
+
bustools (0.40.0-3) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+include /usr/share/dpkg/default.mk
+
export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
@@ -13,7 +15,7 @@ override_dh_auto_configure:
override_dh_auto_build:
dh_auto_build
- help2man ./obj-x86_64-linux-gnu/src/bustools > bustools.1
+ help2man ./obj-$(DEB_BUILD_GNU_TYPE)/src/bustools > bustools.1
override_dh_auto_clean:
dh_auto_clean
View it on GitLab: https://salsa.debian.org/med-team/bustools/-/compare/b0207070b7a17874b663370ef59934bac28adf63...ca7bb63a4c89a95fe3226dc0dca81511a523df71
--
View it on GitLab: https://salsa.debian.org/med-team/bustools/-/compare/b0207070b7a17874b663370ef59934bac28adf63...ca7bb63a4c89a95fe3226dc0dca81511a523df71
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/20200511/b39602d6/attachment.html>
More information about the debian-med-commit
mailing list