1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
diff -ur a/debian/changelog b/debian/changelog
--- a/debian/changelog 2010-01-08 09:23:50.000000000 +0200
+++ b/debian/changelog 2010-12-02 13:45:48.000000000 +0200
@@ -1,3 +1,13 @@
+fakeroot (1.14.4-1ubuntu1.1) lucid; urgency=low
+
+ * A version of fakeroot which
+ - fixes a packaging bug for Ubuntu Lucid for 64-bit Intel/AMD architectures
+ (fixes bug #571091 of ubuntu, which has been hanging as "new"
+ (not fixed) too long in bugs.launchpad.net)
+ - is known to be compatible with Scratchbox 2.
+
+ -- Lauri Aarnio <lauri.aarnio@iki.fi> Tue, 02 Dec 2010 13:39:00 +0300
+
fakeroot (1.14.4-1ubuntu1) lucid; urgency=low
* Merge from debian testing. Remaining changes: LP: #481066
diff -ur a/debian/rules b/debian/rules
--- a/debian/rules 2009-11-15 05:06:33.000000000 +0200
+++ b/debian/rules 2010-11-04 18:50:22.000000000 +0200
@@ -102,7 +102,7 @@
# cd obj-sysv && ./libtool --finish $(CURDIR)/debian/tmp/usr/lib/fakeroot
rm -f debian/tmp/usr/lib/libfakeroot/libfakeroot.*a*
rm -f debian/tmp/usr/bin/simple
-ifneq (,$(findstring $(DEB_HOST_GNU_TYPE), sparc-linux-gnu s390-linux-gnu i486-linux-gnu powerpc-linux-gnu ppc64-linux-gnui x86_64-kfreebsd-gnu))
+ifneq (,$(findstring $(DEB_HOST_GNU_TYPE), sparc-linux-gnu s390-linux-gnu i486-linux-gnu powerpc-linux-gnu ppc64-linux-gnui x86_64-kfreebsd-gnu x86_64-linux-gnu))
$(MAKE) -f debian/rules binary-biarch
endif
$(INSTALL_FILE) debian/copyright debian/tmp/usr/share/doc/fakeroot/copyright
|