summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-09-07 16:48:01 +0200
committerJonas Smedegaard <dr@jones.dk>2011-09-07 16:48:01 +0200
commitd1b3efd6875cd50b94e6d0b6d601671ca46aa2ef (patch)
tree693e8d00fd6c86eea27ff6c0351590cb92f54dc7
parentdd0defe4234f668ba5b41645ff50050e828940d5 (diff)
Fix use true upstream hackage URL (not googlecode).
-rw-r--r--debian/copyright2
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/watch2
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/copyright b/debian/copyright
index 5b884fc1b..de5154d68 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
Upstream-Name: pandoc
Upstream-Contact: John MacFarlane <jgm@berkeley.edu>
-Source: http://code.google.com/p/pandoc/downloads/list
+Source: http://hackage.haskell.org/packages/archive/pandoc/
Files: *
Copyright: 2006-2011, John MacFarlane <jgm@berkeley.edu>
diff --git a/debian/rules b/debian/rules
index b5297a7af..5a16c0eb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ include /usr/share/cdbs/1/class/hlibrary.mk
# ABI by default follows upstream version (without repackaging suffix)
abi = $(DEB_UPSTREAM_TARBALL_VERSION)
-DEB_UPSTREAM_URL = http://pandoc.googlecode.com/files
+DEB_UPSTREAM_URL = http://hackage.haskell.org/packages/archive/$(DEB_UPSTREAM_PACKAGE)/$(DEB_UPSTREAM_TARBALL_VERSION)
DEB_UPSTREAM_TARBALL_MD5 = 82cc93d08a9b76723ce73d25f1e19baa
DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^.*\.(gif|jpg|odt)|debian/(changelog|copyright(|_hints|_newhints))$
diff --git a/debian/watch b/debian/watch
index a703816ef..d565380cc 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
# run the "uscan" command to check for upstream updates and more.
version=3
-http://googlecode.debian.net/p/pandoc/pandoc-(.*)\.tar\.gz
+http://hackage.haskell.org/packages/archive/pandoc/1.8.2.1/pandoc-(.*)\.tar\.gz