[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

x11-xfs-utils: Changes to 'debian-unstable'



 debian/changelog |    4 ++--
 debian/rules     |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e49c21a9a5b8dc8c165dceefd4c86d5d19d3f959
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Feb 16 00:51:14 2009 +0100

    Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 5ab2059..408904e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11-xfs-utils (7.4+1) UNRELEASED; urgency=low
+x11-xfs-utils (7.4+1) unstable; urgency=low
 
   [ Brice Goglin ]
   * fslsfonts 1.0.2.
@@ -12,7 +12,7 @@ x11-xfs-utils (7.4+1) UNRELEASED; urgency=low
   * Add support for parallel=n in DEB_BUILD_OPTIONS, and for actually building
     the apps in parallel.  Install is still sequential, at least for now.
 
- -- Brice Goglin <bgoglin@debian.org>  Wed, 28 May 2008 23:05:28 +0200
+ -- Julien Cristau <jcristau@debian.org>  Mon, 16 Feb 2009 00:51:12 +0100
 
 x11-xfs-utils (7.3+1) unstable; urgency=low
 

commit 994f962fbe4a0267adbbc40f577dd3a156db89ba
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Feb 16 00:51:03 2009 +0100

    Fix debian/rules install target

diff --git a/debian/rules b/debian/rules
index f6cbaff..8994aa5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,7 +72,7 @@ install: build
 	dh_clean -k
 	dh_installdirs
 
-	for FILE in "$(SUBDIRS)"; do \
+	for FILE in $(SUBDIRS); do \
 		cd "$$FILE"-obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install ; \
 		cd ..; \
 	done


Reply to: