[pkg-perl-tools] 01/01: Fix broken link in examples/repack.stub * Fix "Broken link for repack.sh in examples/repack.stub" Changed broken link to working link (Closes: #853045)

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Sun Jan 29 09:47:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository pkg-perl-tools.

commit 7fe6bf8df5cff11c338b13251990a45c58bfea95
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sun Jan 29 09:46:46 2017 +0000

    Fix broken link in examples/repack.stub
    * Fix "Broken link for repack.sh in examples/repack.stub" Changed broken link
      to working link (Closes: #853045)
---
 debian/changelog     | 8 ++++++++
 examples/repack.stub | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 22618f7..0fb7409 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pkg-perl-tools (0.37) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fix "Broken link for repack.sh in examples/repack.stub" Changed broken link
+    to working link (Closes: #853045)
+
+ -- Christopher Hoskin <mans0954 at debian.org>  Sun, 29 Jan 2017 09:44:56 +0000
+
 pkg-perl-tools (0.36) unstable; urgency=medium
 
   [ gregor herrmann ]
diff --git a/examples/repack.stub b/examples/repack.stub
index 7e36f5f..26d6a9a 100755
--- a/examples/repack.stub
+++ b/examples/repack.stub
@@ -84,7 +84,7 @@ fi
 
 if [ ! -f "$REPACK_SH" ]; then
     echo "Couldn't find a repack.sh. please put it in your PATH, put it at ../../scripts/repack.sh, or put it somewhere else and set the REPACK_SH variable"
-    echo "You can get it from http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/pkg-perl-tools.git;a=blob_plain;f=scripts/repack.sh;hb=HEAD"
+    echo "You can get it from https://anonscm.debian.org/cgit/pkg-perl/packages/pkg-perl-tools.git/plain/scripts/repack.sh"
     exit 1
 fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git



More information about the Pkg-perl-cvs-commits mailing list