[med-svn] [Git][med-team/reprof][master] 9 commits: Fix autopkgtest control for autodep8+pkg-perl-autopkgtest transition
Andreas Tille
gitlab at salsa.debian.org
Thu Sep 19 10:41:14 BST 2019
Andreas Tille pushed to branch master at Debian Med / reprof
Commits:
0ced52df by Andreas Tille at 2019-09-19T09:20:31Z
Fix autopkgtest control for autodep8+pkg-perl-autopkgtest transition
- - - - -
944a7994 by Andreas Tille at 2019-09-19T09:20:46Z
debhelper-compat 12
- - - - -
78d8e028 by Andreas Tille at 2019-09-19T09:20:50Z
Standards-Version: 4.4.0
- - - - -
82e1fa38 by Andreas Tille at 2019-09-19T09:20:50Z
Remove trailing whitespace in debian/changelog
- - - - -
925630e3 by Andreas Tille at 2019-09-19T09:20:50Z
Remove trailing whitespace in debian/copyright
- - - - -
b7bb7fd8 by Andreas Tille at 2019-09-19T09:20:50Z
Remove trailing whitespace in debian/rules
- - - - -
fe8d6888 by Andreas Tille at 2019-09-19T09:20:56Z
Use secure URI in Homepage field.
Fixes lintian: homepage-field-uses-insecure-uri
See https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html for more details.
- - - - -
e541c7af by Andreas Tille at 2019-09-19T09:20:56Z
Set upstream metadata fields: Bug-Submit.
- - - - -
0c1e4a79 by Andreas Tille at 2019-09-19T09:36:56Z
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,19 @@
+reprof (1.0.1-7) unstable; urgency=medium
+
+ [ Xavier Guimard ]
+ * Fix autopkgtest control for autodep8+pkg-perl-autopkgtest transition
+
+ [ Andreas Tille ]
+ * debhelper-compat 12
+ * Standards-Version: 4.4.0
+ * Remove trailing whitespace in debian/changelog
+ * Remove trailing whitespace in debian/copyright
+ * Remove trailing whitespace in debian/rules
+ * Use secure URI in Homepage field.
+ * Set upstream metadata fields: Bug-Submit.
+
+ -- Andreas Tille <tille at debian.org> Thu, 19 Sep 2019 11:32:48 +0200
+
reprof (1.0.1-6) unstable; urgency=medium
* pp-popularity-contest only suggested
@@ -20,7 +36,7 @@ reprof (1.0.1-4) unstable; urgency=medium
* Team upload.
* use explicitly `autopkgtest-pkg-test` in debian/tests/control, as described
- here: https://pkg-perl.alioth.debian.org/autopkgtest.html#implementation
+ here: https://pkg-perl.alioth.debian.org/autopkgtest.html#implementation
* add draft test for `reprof` package
* add test to check that all model files from upstream's share/ directory are
correctly loaded by latest version of `libai-fann-perl` package
@@ -28,7 +44,7 @@ reprof (1.0.1-4) unstable; urgency=medium
latest version of `libai-fann-perl` package.
* add files for autopkgtest-pkg-perl. See more at:
https://pkg-perl.alioth.debian.org/autopkgtest.html
- * add debian/tests/pkg-perl/smoke-tests, fixed debian/tests/control and
+ * add debian/tests/pkg-perl/smoke-tests, fixed debian/tests/control and
debian/tests/test-models.t to make all tests work and remove redundancy
* improved debian/tests/installation-test
* add more details about package testing to debian/README.test.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -5,12 +5,12 @@ Uploaders: Peter Hoenigschmid <hoenigschmid at rostlab.org>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 12),
libmodule-build-perl
-Standards-Version: 4.2.1
+Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/reprof
Vcs-Git: https://salsa.debian.org/med-team/reprof.git
-Homepage: http://rostlab.org/
+Homepage: https://rostlab.org/
Package: reprof
Architecture: all
=====================================
debian/copyright
=====================================
@@ -5,9 +5,9 @@ Source: ftp://rostlab.org/reprof/
Files: *
Copyright:
- Copyright (C) 2011 Peter Hoenigschmid <hoenigschmid at rostlab.org>,
+ Copyright (C) 2011 Peter Hoenigschmid <hoenigschmid at rostlab.org>,
Technical University of Munich, Germany
- Copyright (C) 2011 Burkhard Rost <rost at rostlab.org>,
+ Copyright (C) 2011 Burkhard Rost <rost at rostlab.org>,
Technical University of Munich, Germany
License: GPL-3
@@ -28,7 +28,7 @@ License: GPL-3
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
.
- On Debian systems, the complete text of the GNU General
+ On Debian systems, the complete text of the GNU General
Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
=====================================
debian/rules
=====================================
@@ -23,7 +23,7 @@ override_dh_auto_build:
# make sure it exists to be able to build twice in a row
dh_auto_build
if [ ! -e lib/RG/Reprof.pm ] ; then cp lib/RG/Reprof.pm.mk lib/RG/Reprof.pm ; fi
-
+
override_dh_auto_install:
# The following will run: perl Build install
=====================================
debian/upstream/metadata
=====================================
@@ -1,7 +1,8 @@
Registry:
- - Name: OMICtools
- Entry: NA
- - Name: bio.tools
- Entry: reprof
- - Name: SciCrunch
- Entry: NA
+- Name: OMICtools
+ Entry: NA
+- Name: bio.tools
+ Entry: reprof
+- Name: SciCrunch
+ Entry: NA
+Bug-Submit: hoenigschmid at rostlab.org
View it on GitLab: https://salsa.debian.org/med-team/reprof/compare/5ae267d0c68871eebf4aab86dea51bf7c15131f1...0c1e4a79795eecb165ca4ceac3b5b494e5c5109e
--
View it on GitLab: https://salsa.debian.org/med-team/reprof/compare/5ae267d0c68871eebf4aab86dea51bf7c15131f1...0c1e4a79795eecb165ca4ceac3b5b494e5c5109e
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/20190919/3d5dfd9b/attachment-0001.html>
More information about the debian-med-commit
mailing list