[med-svn] [Git][med-team/libgclib][master] 5 commits: d/control: add myself to uploaders.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Tue Nov 8 20:20:49 GMT 2022
Étienne Mollier pushed to branch master at Debian Med / libgclib
Commits:
c0357752 by Étienne Mollier at 2022-11-08T20:48:19+01:00
d/control: add myself to uploaders.
- - - - -
6682f3d9 by Étienne Mollier at 2022-11-08T20:49:38+01:00
d/rules: add build option -ffat-lto-objects to restore usable code.
This is flagged by lintian no-code-sections.
- - - - -
b4b09578 by Étienne Mollier at 2022-11-08T20:54:11+01:00
d/watch: fix github change; switch to git mode.
- - - - -
b2b920d3 by Étienne Mollier at 2022-11-08T21:04:35+01:00
d/control: declare compliance to standards version 4.6.1.
- - - - -
135049b0 by Étienne Mollier at 2022-11-08T21:08:11+01:00
ready to upload to unstable.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+libgclib (0.12.7+ds-5) unstable; urgency=medium
+
+ * d/control: add myself to uploaders.
+ * d/rules: add build option -ffat-lto-objects to restore usable code,
+ per lintian error no-code-sections.
+ * d/watch: fix github change; switch to git mode.
+ * d/control: declare compliance to standards version 4.6.1.
+
+ -- Étienne Mollier <emollier at debian.org> Tue, 08 Nov 2022 21:07:26 +0100
+
libgclib (0.12.7+ds-4) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -2,12 +2,13 @@ Source: libgclib
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller at debian.org>,
Andreas Tille <tille at debian.org>,
- Michael R. Crusoe <crusoe at debian.org>
+ Michael R. Crusoe <crusoe at debian.org>,
+ Étienne Mollier <emollier at debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
d-shlibs
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/libgclib
Vcs-Git: https://salsa.debian.org/med-team/libgclib.git
Homepage: https://github.com/gpertea/gclib
=====================================
debian/rules
=====================================
@@ -6,7 +6,7 @@ export LC_ALL=C.UTF-8
include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_CXXFLAGS_MAINT_APPEND = -Wall -pedantic -flto -fPIC -D_FILE_OFFSET_BITS=64
+export DEB_CXXFLAGS_MAINT_APPEND = -Wall -pedantic -flto -ffat-lto-objects -fPIC -D_FILE_OFFSET_BITS=64
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-flto
%:
=====================================
debian/watch
=====================================
@@ -1,4 +1,5 @@
version=4
-opts="repack,compression=gz,dversionmangle=auto,repacksuffix=+ds,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
- https://github.com/gpertea/gclib/releases .*/v?@ANY_VERSION@\.tar\.gz
+opts="mode=git,dversionmangle=auto,repack,repacksuffix=+ds" \
+https://github.com/gpertea/gclib.git \
+refs/tags/v?([\d\.\d]+)
View it on GitLab: https://salsa.debian.org/med-team/libgclib/-/compare/497ed6690fb680949e8b1cc79ab6e06e988f7422...135049b0fdd48219dc0f0e695760e2402b28aa0b
--
View it on GitLab: https://salsa.debian.org/med-team/libgclib/-/compare/497ed6690fb680949e8b1cc79ab6e06e988f7422...135049b0fdd48219dc0f0e695760e2402b28aa0b
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/20221108/c93bc442/attachment-0001.htm>
More information about the debian-med-commit
mailing list