[Pkg-haskell-commits] darcs: helium: Use compat 7, changing dh_clean -k to dh_prep.

Marco Túlio Gontijo e Silva marcot at debian.org
Mon Mar 15 01:45:28 UTC 2010


Sun Mar 14 20:01:09 UTC 2010  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
  * Use compat 7, changing dh_clean -k to dh_prep.
  Ignore-this: 3931487e5f80d72bf59fde26212525b

    M ./changelog +1
    M ./compat -1 +1
    M ./control -1 +1
    M ./rules -1 +1

Sun Mar 14 20:01:09 UTC 2010  Marco Túlio Gontijo e Silva <marcot at debian.org>
  * Use compat 7, changing dh_clean -k to dh_prep.
  Ignore-this: 3931487e5f80d72bf59fde26212525b
diff -rN -u old-helium/changelog new-helium/changelog
--- old-helium/changelog	2010-03-15 01:45:28.537791911 +0000
+++ new-helium/changelog	2010-03-15 01:45:28.601795414 +0000
@@ -6,6 +6,7 @@
   * Fix "[helium] 'man lvmrun' typo: 'one' instead of 'on' " correcting
     typo in debian/lvmrun.1.  Thanks to Weakish Jiang
     <weakish at gmail.com>. (Closes: #499157)
+  * Use compat 7, changing dh_clean -k to dh_prep.
 
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Sat, 06 Mar 2010 09:58:24 -0300
 
diff -rN -u old-helium/compat new-helium/compat
--- old-helium/compat	2010-03-15 01:45:28.537791911 +0000
+++ new-helium/compat	2010-03-15 01:45:28.601795414 +0000
@@ -1 +1 @@
-5
+7
diff -rN -u old-helium/control new-helium/control
--- old-helium/control	2010-03-15 01:45:28.537791911 +0000
+++ new-helium/control	2010-03-15 01:45:28.597795195 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>
-Build-Depends: autotools-dev, debhelper (>= 5),
+Build-Depends: autotools-dev, debhelper (>= 7),
  ghc6 (>= 6.8.2), haddock, libghc6-mtl-dev, libghc6-parsec-dev, uuagc, libghc6-editline-dev
 Standards-Version: 3.8.4
 Homepage: http://www.cs.uu.nl/helium/index.html
diff -rN -u old-helium/rules new-helium/rules
--- old-helium/rules	2010-03-15 01:45:28.537791911 +0000
+++ new-helium/rules	2010-03-15 01:45:28.545792349 +0000
@@ -71,7 +71,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 	$(MAKE) -C helium/src install DESTDIR=$(CURDIR)/debian/helium
 	install debian/scripts/helium   $(CURDIR)/debian/helium/usr/bin





More information about the Pkg-haskell-commits mailing list