[Pkg-haskell-commits] r770 - in /packages/haxml/branches/stable/debian: changelog rules
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Sun Sep 16 17:00:39 UTC 2007
Author: arjan
Date: Sun Sep 16 17:00:39 2007
New Revision: 770
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=770
Log:
r2059 at nebula: arjan | 2007-09-16 18:59:05 +0200
* debian/rules:
- Remove a trailing slash in the clean target which kept the clean
target from calling dh_clean. (Closes: #442595).
Modified:
packages/haxml/branches/stable/debian/changelog
packages/haxml/branches/stable/debian/rules
Modified: packages/haxml/branches/stable/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/branches/stable/debian/changelog?rev=770&op=diff
==============================================================================
--- packages/haxml/branches/stable/debian/changelog (original)
+++ packages/haxml/branches/stable/debian/changelog Sun Sep 16 17:00:39 2007
@@ -1,3 +1,11 @@
+haxml (1.13.2-8~pre1) unstable; urgency=low
+
+ * debian/rules:
+ - Remove a trailing slash in the clean target which kept the clean
+ target from calling dh_clean. (Closes: #442595).
+
+ -- Arjan Oosting <arjan at debian.org> Sun, 16 Sep 2007 18:36:35 +0200
+
haxml (1.13.2-7) unstable; urgency=low
* Build against GHC 6.4.1 (Closes: #426074)
Modified: packages/haxml/branches/stable/debian/rules
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/branches/stable/debian/rules?rev=770&op=diff
==============================================================================
--- packages/haxml/branches/stable/debian/rules (original)
+++ packages/haxml/branches/stable/debian/rules Sun Sep 16 17:00:39 2007
@@ -64,8 +64,7 @@
rm -f build-arch-stamp build-indep-stamp configure-stamp
$(MAKE) realclean
rm -rf obj docs/HaXml
- rm -f changelog \
- debian/libghc6-haxml-dev.install \
+ rm -f changelog debian/libghc6-haxml-dev.install
dh_clean
install: build-arch-stamp
More information about the Pkg-haskell-commits
mailing list