[med-svn] [Git][med-team/gbrowse][master] 8 commits: Update URL in watch file
Andreas Tille
gitlab at salsa.debian.org
Wed Oct 3 14:31:57 BST 2018
Andreas Tille pushed to branch master at Debian Med / gbrowse
Commits:
feae59d3 by Andreas Tille at 2018-10-03T13:16:16Z
Update URL in watch file
- - - - -
974a3849 by Andreas Tille at 2018-10-03T13:16:16Z
Update copyright
- - - - -
acebf266 by Andreas Tille at 2018-10-03T13:16:17Z
debhelper 11
- - - - -
f6785b05 by Andreas Tille at 2018-10-03T13:16:17Z
Point Vcs fields to salsa.debian.org
- - - - -
c244dd5f by Andreas Tille at 2018-10-03T13:16:17Z
Standards-Version: 4.2.1
- - - - -
78fb5816 by Andreas Tille at 2018-10-03T13:16:17Z
Fix spelling
- - - - -
a3bda324 by Andreas Tille at 2018-10-03T13:16:17Z
Remove unused quilt patch
- - - - -
70ba6dee by Andreas Tille at 2018-10-03T13:16:17Z
Upload to unstable
- - - - -
7 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/patches/manpages.patch
- − debian/patches/skipRenderFarmTest_UpstreamBug12
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+gbrowse (2.56+dfsg-4) unstable; urgency=medium
+
+ * Update URL in watch file
+ * debhelper 11
+ * Point Vcs fields to salsa.debian.org
+ * Standards-Version: 4.2.1
+
+ -- Andreas Tille <tille at debian.org> Wed, 03 Oct 2018 15:07:54 +0200
+
gbrowse (2.56+dfsg-3) unstable; urgency=medium
* Fix broken link
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
@@ -8,7 +8,7 @@ Section: science
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: bioperl,
- debhelper (>= 10),
+ debhelper (>= 11~),
dh-apache2,
dh-exec,
apache2-dev,
@@ -32,9 +32,9 @@ Build-Depends: bioperl,
libmodule-build-perl,
libcgi-pm-perl | perl (<< 5.19),
rename
-Standards-Version: 4.1.0
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/gbrowse.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/gbrowse.git
+Standards-Version: 4.2.1
+Vcs-Browser: https://salsa.debian.org/med-team/gbrowse
+Vcs-Git: https://salsa.debian.org/med-team/gbrowse.git
Homepage: http://www.gbrowse.org/
Package: gbrowse
@@ -58,7 +58,7 @@ Depends: ${misc:Depends},
libjs-prototype,
libjs-scriptaculous,
libvm-ec2-perl,
- lsb-base (>= 3.0-6)
+ lsb-base
Recommends: ${misc:Recommends}
Suggests: gbrowse-data,
gbrowse-calign,
=====================================
debian/copyright
=====================================
@@ -1,5 +1,5 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: http://search.cpan.org/dist/GBrowse/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://github.com/GMOD/GBrowse/releases
Files-Excluded: */contrib
Files: *
@@ -127,7 +127,8 @@ License: MIT or GPL
your site. Copy the files locally to your server instead.
Files: debian/*
-Copyright: 2011, Olivier Sallou <olivier.sallou at irisa.fr>
+Copyright: 2011-2015 Olivier Sallou <olivier.sallou at irisa.fr>
+ 2015-2018 Andreas Tille <tille at debian.org>
License: Artistic-2.0 or GPL-1+
License: Artistic
=====================================
debian/patches/manpages.patch
=====================================
@@ -2,7 +2,7 @@ Subject: fix POD-generated manual pages
Description: upstream pages contain errors
Author: Olivier Sallou <osallou at debian.org>
Last-Updated: 2012-09-25
-Forwaded: yes
+Forwarded: yes
Bug: https://sourceforge.net/tracker/?func=detail&aid=3571433&group_id=27707&atid=391291
Bug-Debian: https://bugs.debian.org/645861
=====================================
debian/patches/skipRenderFarmTest_UpstreamBug12 deleted
=====================================
@@ -1,54 +0,0 @@
-This patch applied to version 2.54 but is skiped in favour of
- debian/tests/pkg-perl/smoke-skip
-mentioning the 3 tests that are to be ignored
-
-Subject: remove renderfarm tests
-Description: there is an upstream bug with renderfarm involved
- tests. Upstream bug id 12 has been created witj instructions to
- solve the issue. Runtime has been tested with no issue.
- This patch remove tests using renderfarm feature.
-Author: Olivier Sallou <osallou at debian.org>
-Last-Updated: 2012-03-07
---- a/t/03.render.t
-+++ b/t/03.render.t
-@@ -16,9 +16,10 @@
- use lib "$Bin/testdata";
- use TemplateCopy; # for the template_copy() function
-
--use constant TEST_COUNT => 150;
-+use constant TEST_COUNT => 0;
- use constant CONF_FILE => "$Bin/testdata/conf/GBrowse.conf";
-
-+exit 0;
- my $PID;
-
- BEGIN {
---- a/t/04.remoteserver.t
-+++ b/t/04.remoteserver.t
-@@ -12,10 +12,11 @@
- use CGI;
- use FindBin '$Bin';
-
--use constant TEST_COUNT => 47;
-+use constant TEST_COUNT => 0;
- use constant CONF_FILE => "$Bin/testdata/conf/GBrowse.conf";
- use constant DEBUG => 0;
-
-+exit 0;
- my $PID;
-
- BEGIN {
---- a/t/06.featuresearch.t
-+++ b/t/06.featuresearch.t
-@@ -11,9 +11,10 @@
- use CGI;
- use FindBin '$Bin';
-
--use constant TEST_COUNT => 26;
-+use constant TEST_COUNT => 0;
- use constant CONF_FILE => "$Bin/testdata/conf/GBrowse.conf";
-
-+exit 0;
- my $PID;
-
- BEGIN {
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
version=4
-opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \
- http://search.cpan.org/dist/GBrowse .*/GBrowse-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,uversionmangle=s/_/./g" \
+ https://github.com/GMOD/GBrowse/releases .*/archive/release at ANY_VERSION@@ARCHIVE_EXT@
View it on GitLab: https://salsa.debian.org/med-team/gbrowse/compare/d598884d424c148086224b187eac39472c5ea91c...70ba6dee81e12651af1294a242db47df58267abf
--
View it on GitLab: https://salsa.debian.org/med-team/gbrowse/compare/d598884d424c148086224b187eac39472c5ea91c...70ba6dee81e12651af1294a242db47df58267abf
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/20181003/9d15952b/attachment-0001.html>
More information about the debian-med-commit
mailing list