[med-svn] [Git][med-team/saint][master] 7 commits: Remove unneeded get-orig-source target
Andreas Tille
gitlab at salsa.debian.org
Thu Jul 5 08:15:23 BST 2018
Andreas Tille pushed to branch master at Debian Med / saint
Commits:
96be219d by Andreas Tille at 2018-07-05T08:59:15+02:00
Remove unneeded get-orig-source target
- - - - -
f38a7cfc by Andreas Tille at 2018-07-05T09:05:10+02:00
hardening=+all
- - - - -
b29d82d2 by Andreas Tille at 2018-07-05T09:05:23+02:00
debhelper 11
- - - - -
7377a3f0 by Andreas Tille at 2018-07-05T09:05:31+02:00
Point Vcs fields to salsa.debian.org
- - - - -
76afb0ef by Andreas Tille at 2018-07-05T09:05:31+02:00
Standards-Version: 4.1.4
- - - - -
3ad8f00d by Andreas Tille at 2018-07-05T09:13:29+02:00
--no-parallel needed
- - - - -
b06fc0c6 by Andreas Tille at 2018-07-05T09:14:59+02:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+saint (2.5.0+dfsg-3) unstable; urgency=medium
+
+ * Remove unneeded get-orig-source target
+ * hardening=+all
+ * debhelper 11 (but --no-parallel needed)
+ * Point Vcs fields to salsa.debian.org
+ * Standards-Version: 4.1.4
+
+ -- Andreas Tille <tille at debian.org> Thu, 05 Jul 2018 09:13:51 +0200
+
saint (2.5.0+dfsg-2) unstable; urgency=medium
[ Bas Couwenberg ]
=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,11 @@ Uploaders: Andreas Tille <tille at debian.org>,
Thorsten Alteholz <debian at alteholz.de>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 11~),
libgsl-dev
-Standards-Version: 3.9.6
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/saint.git
-Vcs-Git: git://anonscm.debian.org/debian-med/saint.git
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/med-team/saint
+Vcs-Git: https://salsa.debian.org/med-team/saint.git
Homepage: http://saint-apms.sourceforge.net/Main.html
Package: saint
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,14 @@
#!/usr/bin/make -f
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
%:
dh $@
override_dh_auto_build:
# Tweak hardening flags into the Makefile
- make all CFLAGS='$(CPPFLAGS) $(CFLAGS) $(LDFLAGS)'
+ dh_auto_build --no-parallel -- all CFLAGS='$(CPPFLAGS) $(CFLAGS) $(LDFLAGS)'
override_dh_auto_clean:
dh_auto_clean
rm -rf bin
-
-get-orig-source:
- uscan --verbose --force-download --repack --compress xz
View it on GitLab: https://salsa.debian.org/med-team/saint/compare/5ad8348a0e3f42a316e8f896525051ffd9c79594...b06fc0c69950c127793275fea2772a92cd2d758a
--
View it on GitLab: https://salsa.debian.org/med-team/saint/compare/5ad8348a0e3f42a316e8f896525051ffd9c79594...b06fc0c69950c127793275fea2772a92cd2d758a
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/20180705/1d888644/attachment-0001.html>
More information about the debian-med-commit
mailing list