[med-svn] [Git][med-team/logol][master] 7 commits: debhelper 11
Andreas Tille
gitlab at salsa.debian.org
Mon Oct 29 08:12:13 GMT 2018
Andreas Tille pushed to branch master at Debian Med / logol
Commits:
c4cd6327 by Andreas Tille at 2018-10-29T08:05:30Z
debhelper 11
- - - - -
737a2d2a by Andreas Tille at 2018-10-29T08:05:35Z
Point Vcs fields to salsa.debian.org
- - - - -
404b67bd by Andreas Tille at 2018-10-29T08:05:35Z
Standards-Version: 4.2.1
- - - - -
fdd091bc by Andreas Tille at 2018-10-29T08:05:37Z
Secure URI in copyright format
- - - - -
bb23d2d4 by Andreas Tille at 2018-10-29T08:05:37Z
Remove trailing whitespace in debian/changelog
- - - - -
c3766297 by Andreas Tille at 2018-10-29T08:05:37Z
Remove trailing whitespace in debian/rules
- - - - -
1b90876c by Andreas Tille at 2018-10-29T08:11:09Z
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,18 +1,30 @@
+logol (1.7.8-3) unstable; urgency=medium
+
+ * Team upload.
+ * debhelper 11
+ * Point Vcs fields to salsa.debian.org
+ * Standards-Version: 4.2.1
+ * Secure URI in copyright format
+ * Remove trailing whitespace in debian/changelog
+ * Remove trailing whitespace in debian/rules
+
+ -- Andreas Tille <tille at debian.org> Mon, 29 Oct 2018 09:05:37 +0100
+
logol (1.7.8-2) unstable; urgency=medium
- * Remove ncurses dependency (Closes: #804579)
+ * Remove ncurses dependency (Closes: #804579)
-- Olivier Sallou <osallou at debian.org> Fri, 01 Jun 2018 09:23:38 +0000
logol (1.7.8-1) unstable; urgency=medium
- * New upstream release (bug fixes)
+ * New upstream release (bug fixes)
-- Olivier Sallou <osallou at debian.org> Wed, 04 Apr 2018 13:33:57 +0000
logol (1.7.6-1) unstable; urgency=medium
- * New upstream release
+ * New upstream release
-- Olivier Sallou <osallou at debian.org> Thu, 07 Dec 2017 16:51:33 +0000
@@ -31,7 +43,7 @@ logol (1.7.5-2) unstable; urgency=medium
logol (1.7.5-1) unstable; urgency=medium
- * New upstream release
+ * New upstream release
-- Olivier Sallou <osallou at debian.org> Wed, 16 Nov 2016 13:24:20 +0100
@@ -89,7 +101,7 @@ logol (1.7.0-1) unstable; urgency=low
logol (1.6.10-1) unstable; urgency=low
- * New upstream release, fix bug on Hamming error search
+ * New upstream release, fix bug on Hamming error search
-- Olivier Sallou <osallou at debian.org> Sat, 08 Feb 2014 13:17:17 +0100
@@ -135,7 +147,7 @@ logol (1.6.4-1) unstable; urgency=low
logol (1.6.3-1) unstable; urgency=low
* New upstream release fixing important bugs on distance search
- * Remove patch for doc generation after swi-prolog fix
+ * Remove patch for doc generation after swi-prolog fix
-- Olivier Sallou <osallou at debian.org> Mon, 02 Sep 2013 08:54:46 +0200
@@ -166,20 +178,20 @@ logol (1.6.2-1) unstable; urgency=low
logol (1.6.1-1) unstable; urgency=low
- * New upstream release (bug fixes)
+ * New upstream release (bug fixes)
-- Olivier Sallou <osallou at debian.org> Tue, 09 Apr 2013 16:57:33 +0200
logol (1.6.0-1) unstable; urgency=low
- * New upstream release with bug fixes
+ * New upstream release with bug fixes
-- Olivier Sallou <osallou at debian.org> Fri, 15 Feb 2013 10:05:50 +0100
logol (1.5.0-6) unstable; urgency=low
[ Olivier Sallou ]
- * debian/control: Fix typo in description (Closes: #685079).
+ * debian/control: Fix typo in description (Closes: #685079).
Thanks to Erik Esterer <erik.esterer at gmail.com>
-- Olivier Sallou <osallou at debian.org> Fri, 17 Aug 2012 08:00:58 +0200
@@ -198,7 +210,7 @@ logol (1.5.0-5) unstable; urgency=low
logol (1.5.0-4) unstable; urgency=low
- * debian/postinst: remove directory permissions (Closes: #683647).
+ * debian/postinst: remove directory permissions (Closes: #683647).
-- Olivier Sallou <osallou at debian.org> Thu, 02 Aug 2012 17:09:31 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Olivier Sallou <osallou at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11~),
default-jdk,
ant,
ruby,
@@ -27,9 +27,9 @@ Build-Depends: debhelper (>= 10),
ant-optional,
cassiopee,
ruby-cassiopee
-Standards-Version: 4.1.1
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/logol.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/logol.git
+Standards-Version: 4.2.1
+Vcs-Browser: https://salsa.debian.org/med-team/logol
+Vcs-Git: https://salsa.debian.org/med-team/logol.git
Homepage: http://logol.genouest.org
Package: logol
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: logol
Source: https://gforge.inria.fr/projects/logolexec
=====================================
debian/rules
=====================================
@@ -8,7 +8,7 @@ DEB_ANT_BUILD_TARGET=create-jar,test_swi
DEB_ANT_ARGS=-Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
%:
- dh $@
+ dh $@
override_dh_auto_build:
if [ ! -e lib ]; then mkdir -p lib; fi
View it on GitLab: https://salsa.debian.org/med-team/logol/compare/85de3ed3652fcc9517bda3ba70374bf366f6689a...1b90876c732147055a312121cc7fff5ace4143e9
--
View it on GitLab: https://salsa.debian.org/med-team/logol/compare/85de3ed3652fcc9517bda3ba70374bf366f6689a...1b90876c732147055a312121cc7fff5ace4143e9
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/20181029/2ea7ba00/attachment-0001.html>
More information about the debian-med-commit
mailing list