summaryrefslogtreecommitdiff
path: root/p/haskell-haxr
diff options
context:
space:
mode:
authorMarco Silva <marcot@debian.org>2011-04-12 18:26:26 +0400
committerMarco Silva <marcot@debian.org>2011-04-12 18:26:26 +0400
commit01d4878eb68933f77b021c610ccbc7e6cd46e219 (patch)
tree2722419f1c0b47d3b0f72a685ae6d910b025725f /p/haskell-haxr
parent3afc7cdd0f4f316953e8334b8e70e78b1ebf9a7f (diff)
downloadDHG_packages-01d4878eb68933f77b021c610ccbc7e6cd46e219.tar.gz
haskell-haxr: rules: Remove unneeded atribution of DEB_CABAL_PACKAGE.
Diffstat (limited to 'p/haskell-haxr')
-rw-r--r--p/haskell-haxr/debian/changelog1
-rwxr-xr-xp/haskell-haxr/debian/rules2
2 files changed, 1 insertions, 2 deletions
diff --git a/p/haskell-haxr/debian/changelog b/p/haskell-haxr/debian/changelog
index ba3136560..438daacc8 100644
--- a/p/haskell-haxr/debian/changelog
+++ b/p/haskell-haxr/debian/changelog
@@ -11,6 +11,7 @@ haskell-haxr (3000.8.1-1) UNRELEASED; urgency=low
[ Marco TĂșlio Gontijo e Silva ]
* control: Bump Standards-Version to 3.9.2. No changes needed.
+ * rules: Remove unneeded atribution of DEB_CABAL_PACKAGE.
-- Joachim Breitner <nomeata@debian.org> Mon, 11 Apr 2011 18:38:52 +0530
diff --git a/p/haskell-haxr/debian/rules b/p/haskell-haxr/debian/rules
index 4157c2c8e..683e77bcf 100755
--- a/p/haskell-haxr/debian/rules
+++ b/p/haskell-haxr/debian/rules
@@ -1,6 +1,4 @@
#!/usr/bin/make -f
-DEB_CABAL_PACKAGE = haxr
-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk