[DHG_packages] 02/03: shake: Remove 'upstream-tarball' CDBS rule
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Tue Oct 25 12:25:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
iliastsi-guest pushed a commit to branch experimental
in repository DHG_packages.
commit 8cd1c928d2b050ea694bc5e7e4e090be1c7d172d
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date: Tue Oct 25 13:52:30 2016 +0300
shake: Remove 'upstream-tarball' CDBS rule
Use uscan to repack the upstream tarball.
---
p/haskell-shake/debian/changelog | 2 ++
p/haskell-shake/debian/rules | 5 -----
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/p/haskell-shake/debian/changelog b/p/haskell-shake/debian/changelog
index 7f4bec2..1624c5b 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 at 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 fa99d9b..fbba8e4 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:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list