[med-svn] [Git][med-team/arb][master] 3 commits: Standards-Version: 4.2.1
Andreas Tille
gitlab at salsa.debian.org
Thu Dec 13 11:10:49 GMT 2018
Andreas Tille pushed to branch master at Debian Med / arb
Commits:
ec6927f1 by Andreas Tille at 2018-12-13T11:07:37Z
Standards-Version: 4.2.1
- - - - -
03b65b33 by Andreas Tille at 2018-12-13T11:07:38Z
Remove trailing whitespace in debian/rules
- - - - -
5313eec5 by Andreas Tille at 2018-12-13T11:10:06Z
Do not parse d/changelog
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,14 @@
arb (6.0.6-5) UNRELEASED; urgency=medium
+ [ Jelmer Vernooij ]
* Trim trailing whitespace.
* Use secure copyright file specification URI.
+ [ Andreas Tille ]
+ * Standards-Version: 4.2.1
+ * Remove trailing whitespace in debian/rules
+ * Do not parse d/changelog
+
-- Jelmer Vernooij <jelmer at debian.org> Tue, 16 Oct 2018 22:13:29 +0000
arb (6.0.6-4) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -24,7 +24,7 @@ Build-Depends: chrpath,
perl-doc,
xsltproc,
xutils-dev
-Standards-Version: 4.1.5
+Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/arb
Vcs-Git: https://salsa.debian.org/med-team/arb.git
Homepage: http://www.arb-home.de/
=====================================
debian/rules
=====================================
@@ -1,14 +1,14 @@
#!/usr/bin/make -f
# debian/rules for arb using quilt
-# Uncomment this to turn on verbose mode.
+# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
-pkgcom=$(pkg)-common
-pkgdoc=$(pkg)-doc
+include /usr/share/dpkg/default.mk
+pkgcom=$(DEB_SOURCE)-common
+pkgdoc=$(DEB_SOURCE)-doc
common=debian/$(pkgcom)
ARBHOME=$(CURDIR)
@@ -94,7 +94,7 @@ override_dh_strip:
if [ -e debian/libarb/usr/lib/arb/lib/ARB.so ] ; then \
chrpath --delete debian/libarb/usr/lib/arb/lib/ARB.so ; \
fi
- dh_strip
+ dh_strip
find debian/libarb-dev -name \*.a -print0 | xargs -0 -n 1 strip --remove-section=.comment
override_dh_installchangelogs:
@@ -114,6 +114,6 @@ override_dh_link:
rm -f debian/arb-common/etc/arb/inputMasks/format.readme
dh_link -parb-common /usr/lib/arb/lib/help/input_mask_format.hlp /etc/arb/inputMasks/format.readme
-# To update po files as recommended in po-debconf(7)
+# To update po files as recommended in po-debconf(7)
debian/po/templates.pot: debian/arb-common.templates
@debconf-updatepo
View it on GitLab: https://salsa.debian.org/med-team/arb/compare/0d3e7d09e894a9ca50c3c0b1e7c61681329eb7e4...5313eec581861c14699a60f92fd769d8d9970f3d
--
View it on GitLab: https://salsa.debian.org/med-team/arb/compare/0d3e7d09e894a9ca50c3c0b1e7c61681329eb7e4...5313eec581861c14699a60f92fd769d8d9970f3d
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/20181213/236cdc86/attachment-0001.html>
More information about the debian-med-commit
mailing list