summaryrefslogtreecommitdiff
path: root/p/haskell-shake
diff options
context:
space:
mode:
authorIlias Tsitsimpis <i.tsitsimpis@gmail.com>2016-10-25 13:52:30 +0300
committerIlias Tsitsimpis <i.tsitsimpis@gmail.com>2016-10-25 15:14:48 +0300
commit8cd1c928d2b050ea694bc5e7e4e090be1c7d172d (patch)
treea623bd64636fe809c4b1c6efd1d49c6f2d1fac88 /p/haskell-shake
parent52f0a821ded57c02708dd0e8f4d6f56e952fe47b (diff)
downloadDHG_packages-8cd1c928d2b050ea694bc5e7e4e090be1c7d172d.tar.gz
shake: Remove 'upstream-tarball' CDBS rule
Use uscan to repack the upstream tarball.
Diffstat (limited to 'p/haskell-shake')
-rw-r--r--p/haskell-shake/debian/changelog2
-rwxr-xr-xp/haskell-shake/debian/rules5
2 files changed, 2 insertions, 5 deletions
diff --git a/p/haskell-shake/debian/changelog b/p/haskell-shake/debian/changelog
index 7f4bec25f..1624c5bbe 100644
--- a/p/haskell-shake/debian/changelog
+++ b/p/haskell-shake/debian/changelog
@@ -2,6 +2,8 @@ haskell-shake (0.15.10+dfsg-1) UNRELEASED; urgency=medium
* Add '+dfsg' suffix to package version.
File 'html/viz.js' has been removed from upstream package.
+ * Remove 'upstream-tarball' CDBS rule.
+ Use uscan to repack the upstream tarball.
-- Ilias Tsitsimpis <i.tsitsimpis@gmail.com> Tue, 25 Oct 2016 13:49:09 +0300
diff --git a/p/haskell-shake/debian/rules b/p/haskell-shake/debian/rules
index fa99d9b0a..fbba8e49b 100755
--- a/p/haskell-shake/debian/rules
+++ b/p/haskell-shake/debian/rules
@@ -1,9 +1,5 @@
#!/usr/bin/make -f
-DEB_UPSTREAM_URL = http://hackage.haskell.org/package/shake-$(DEB_UPSTREAM_TARBALL_VERSION)
-DEB_UPSTREAM_PACKAGE := shake
-DEB_UPSTREAM_REPACKAGE_EXCLUDES := ./html/viz.js
-DEB_UPSTREAM_REPACKAGE_DELIMITER := +
DEB_SETUP_GHC_CONFIGURE_ARGS := --datasubdir=/usr/share/shake
ifeq (yes,$(shell test -e /usr/bin/ghci && echo yes))
@@ -21,7 +17,6 @@ check-ghc-stamp: export LC_ALL := C.UTF-8
DEB_GHC_EXTRA_PACKAGES := libghc-shake-data (>= $(CABAL_VERSION))
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/upstream-tarball.mk
include /usr/share/cdbs/1/class/hlibrary.mk
html/viz.js: