summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog34
-rw-r--r--debian/compat1
-rw-r--r--debian/control8
-rw-r--r--debian/copyright4
-rwxr-xr-xdebian/rules8
-rw-r--r--debian/watch4
6 files changed, 47 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog
index bc9159c..bc0fcdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,33 @@
+libdata-showtable-perl (4.6-2) UNRELEASED; urgency=medium
+
+ [ Laurent Baillet ]
+ * fix lintian wrong-path-for-interpreter error
+
+ [ gregor herrmann ]
+ * Strip trailing slash from metacpan URLs.
+
+ [ Salvatore Bonaccorso ]
+ * Update Vcs-Browser URL to cgit web frontend
+ * debian/control: Use HTTPS transport protocol for Vcs-Git URI
+
+ [ gregor herrmann ]
+ * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
+
+ [ Salvatore Bonaccorso ]
+ * Update Vcs-* headers for switch to salsa.debian.org
+
+ [ Laurent Baillet ]
+ * fix lintian file-contains-trailing-whitespace warning
+
+ [ Debian Janitor ]
+ * Bump debhelper from deprecated 8 to 12.
+ * Set debhelper-compat version in Build-Depends.
+
+ [ gregor herrmann ]
+ * debian/watch: use uscan version 4.
+
+ -- gregor herrmann <gregoa@debian.org> Thu, 27 Feb 2014 22:34:24 +0100
+
libdata-showtable-perl (4.6-1.1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
@@ -111,7 +141,7 @@ libdata-showtable-perl (3.3-4) unstable; urgency=low
* Fixed spelling error (Closes: #124929)
* Changed Build-Depends to Build-Depends-Indep in control file
* Removed emacs config lines from changelog file
-
+
-- Jesus M. Gonzalez-Barahona <jgb@debian.org> Tue, 25 Dec 2001 18:39:50 +0100
libdata-showtable-perl (3.3-3) unstable; urgency=low
@@ -131,6 +161,4 @@ libdata-showtable-perl (3.3-1) unstable; urgency=low
* Initial Release (Closes: #84688).
-
-- Jesus M. Gonzalez-Barahona <jgb@debian.org> Sat, 17 Mar 2001 13:46:35 +0100
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 45a4fb7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-8
diff --git a/debian/control b/debian/control
index f74613b..3bfc871 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,12 @@ Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Ansgar Burchardt <ansgar@debian.org>, Florian Schlichting <fsfs@debian.org>
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: perl
Standards-Version: 3.9.5
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-showtable-perl.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-showtable-perl.git
-Homepage: https://metacpan.org/release/Data-ShowTable/
+Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-showtable-perl.git
+Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-showtable-perl
+Homepage: https://metacpan.org/release/Data-ShowTable
Package: libdata-showtable-perl
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 964f5b7..6b77bd2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
-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: Data-ShowTable
Upstream-Contact: Alan K. Stebbens <aks@sgi.com>
-Source: https://metacpan.org/release/Data-ShowTable/
+Source: https://metacpan.org/release/Data-ShowTable
Files: *
Copyright: © 1996-2013, Alan K. Stebbens <aks@stebbens.org>
diff --git a/debian/rules b/debian/rules
index cbe925d..75f091e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,11 @@
#!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
+
%:
dh $@
+
+override_dh_install:
+ dh_install
+ sed -i '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|' $(TMP)/usr/bin/showtable
diff --git a/debian/watch b/debian/watch
index 2dbce3d..2ca9b59 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
-https://metacpan.org/release/Data-ShowTable/ .+/Data-ShowTable-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+version=4
+https://metacpan.org/release/Data-ShowTable .+/Data-ShowTable-v?@ANY_VERSION@@ARCHIVE_EXT@$