[med-svn] [Git][med-team/igor][master] 4 commits: Fix watchfile to detect new versions on github
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Oct 14 10:18:15 BST 2021
Andreas Tille pushed to branch master at Debian Med / igor
Commits:
b9f63301 by Andreas Tille at 2021-10-14T11:15:01+02:00
Fix watchfile to detect new versions on github
- - - - -
97cba44f by Andreas Tille at 2021-10-14T11:15:22+02:00
routine-update: Standards-Version: 4.6.0
- - - - -
5c8f1b67 by Andreas Tille at 2021-10-14T11:15:27+02:00
Avoid explicitly specifying -Wl,--as-needed linker flag.
Changes-By: lintian-brush
Fixes: lintian: debian-rules-uses-as-needed-linker-flag
See-also: https://lintian.debian.org/tags/debian-rules-uses-as-needed-linker-flag.html
- - - - -
d93befd0 by Andreas Tille at 2021-10-14T11:17:23+02:00
routine-update: Ready to upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+igor (1.4.0+dfsg-3) unstable; urgency=medium
+
+ * Team upload.
+ * Fix watchfile to detect new versions on github
+ * Standards-Version: 4.6.0 (routine-update)
+ * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
+ -- Andreas Tille <tille at debian.org> Thu, 14 Oct 2021 11:15:31 +0200
+
igor (1.4.0+dfsg-2) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
libblas-dev | libblas.so
# doxygen
# asciidoc,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/igor
Vcs-Git: https://salsa.debian.org/med-team/igor.git
Homepage: https://github.com/qmarcou/IGoR/
=====================================
debian/rules
=====================================
@@ -12,7 +12,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
export DEB_CFLAGS_MAINT_APPEND = -I/usr/include/gsl
# package maintainers to append LDFLAGS
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
version=4
opts="repacksuffix=+dfsg,dversionmangle=auto,repack,compression=xz" \
- https://github.com/qmarcou/IGoR/releases .*/archive/v?@ANY_VERSION@@ARCHIVE_EXT@
+ https://github.com/qmarcou/IGoR/releases .*/v?@ANY_VERSION@@ARCHIVE_EXT@
View it on GitLab: https://salsa.debian.org/med-team/igor/-/compare/bdcae5abb627fbff3d588eb3e27187a5f3473f84...d93befd06a8fa44fae6745f5a5fd13aa081bce06
--
View it on GitLab: https://salsa.debian.org/med-team/igor/-/compare/bdcae5abb627fbff3d588eb3e27187a5f3473f84...d93befd06a8fa44fae6745f5a5fd13aa081bce06
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/20211014/457cf41c/attachment-0001.htm>
More information about the debian-med-commit
mailing list