[med-svn] [Git][med-team/libgtextutils][master] 4 commits: Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
Andreas Tille
gitlab at salsa.debian.org
Wed Jul 29 20:51:36 BST 2020
Andreas Tille pushed to branch master at Debian Med / libgtextutils
Commits:
9d1843c7 by Andreas Tille at 2020-07-29T21:33:06+02:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
- - - - -
8ab26512 by Andreas Tille at 2020-07-29T21:36:14+02:00
Remove redundant debian/gbp.conf
- - - - -
b6fd94ba by Andreas Tille at 2020-07-29T21:49:14+02:00
* Include static lib into -dev package
* Remove *.la file from debian/tmp to keep dh_missing happy
- - - - -
cc5192e1 by Andreas Tille at 2020-07-29T21:51:25+02:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- − debian/gbp.conf
- debian/libgtextutils-dev.install
- debian/rules
- + debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,16 @@
-libgtextutils (0.7-7) UNRELEASED; urgency=medium
+libgtextutils (0.7-7) unstable; urgency=medium
+ [ Pierre Gruet ]
* Removing an operator leading to ambiguous affectations (Closes: #925745)
* Adding (C++ filtered) symbols file
* Replacing tabs by spaces in debian/copyright
* Bumping Standards version to 4.5.0 (Rules-Requires-Root field added)
+ [ Andreas Tille ]
+ * Remove redundant debian/gbp.conf
+ * Include static lib into -dev package
+ * Remove *.la file from debian/tmp to keep dh_missing happy
+
-- Pierre Gruet <pgtdebian at free.fr> Tue, 28 Jul 2020 22:55:06 +0200
libgtextutils (0.7-6) unstable; urgency=medium
=====================================
debian/gbp.conf deleted
=====================================
@@ -1,10 +0,0 @@
-[DEFAULT]
-# the default tag formats used:
-upstream-tag = %(version)s
-# use pristine-tar:
-pristine-tar = True
-
-# Options only affecting gbp dch
-[dch]
-# include 7 digits of the commit id in the changelog enty:
-id-length = 7
=====================================
debian/libgtextutils-dev.install
=====================================
@@ -1,4 +1,5 @@
#! /usr/bin/dh-exec
usr/include/gtextutils/gtextutils/ usr/include/
usr/lib/*/lib*.so usr/lib/${DEB_HOST_MULTIARCH}/
+usr/lib/*/lib*.a usr/lib/${DEB_HOST_MULTIARCH}/
usr/lib/*/pkgconfig/* usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/
=====================================
debian/rules
=====================================
@@ -10,3 +10,17 @@ export DH_VERBOSE=1
override_dh_auto_configure:
./reconf
dh_auto_configure
+
+override_dh_install:
+ dh_install
+ find debian -name "*.la" -delete
+# To let this work library package needs to be renamed to libgtextutils-0.7-0
+# But renaming is a lot of effort for limited purpose
+# Once there might be a stronger reason to rename the debian/*.install files can be removed
+# d-shlibmove --commit \
+# --multiarch \
+# --devunversioned \
+# --exclude-la \
+# --movedev debian/tmp/usr/gtextutils/gtextutils usr/include \
+# --movedev "debian/tmp/usr/lib/*/pkgconfig/*.pc" usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \
+# debian/tmp/usr/lib/*/*.so
=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/agordon/libgtextutils/issues
+Bug-Submit: https://github.com/agordon/libgtextutils/issues/new
+Repository: https://github.com/agordon/libgtextutils.git
+Repository-Browse: https://github.com/agordon/libgtextutils
View it on GitLab: https://salsa.debian.org/med-team/libgtextutils/-/compare/6e774ec04a950db07bf05e85c1cc9384198c8c07...cc5192e1fd50d3b7b28178e3215cc8a696882547
--
View it on GitLab: https://salsa.debian.org/med-team/libgtextutils/-/compare/6e774ec04a950db07bf05e85c1cc9384198c8c07...cc5192e1fd50d3b7b28178e3215cc8a696882547
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/20200729/80dbf507/attachment-0001.html>
More information about the debian-med-commit
mailing list