[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:05:32 UTC 2011


The following commit has been merged in the upstream branch:
commit d3babdf20367b1bbaa726cb5994507378ea27b31
Author: Clint Adams <schizo at debian.org>
Date:   Sun Jan 23 15:11:59 2005 +0000

    1.2.3
    
    Timo's code cleanup and rm debian/files in clean target.
    
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-47

diff --git a/debian/changelog b/debian/changelog
index fd41f6c..f293cdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+fakeroot (1.2.3) unstable; urgency=medium
+
+  Timo Savola:
+
+  * communicate.c, communicate.h, faked.c: Rearranged
+    FAKEROOT_FAKENET #ifdefs so that communication.c and faked.c
+    are manageable again.
+
+  Clint Adams:
+
+  * Remove debian/files in clean target.  closes: #291739.
+
+ -- Clint Adams <schizo at debian.org>  Sun, 23 Jan 2005 09:59:23 -0500
+
 fakeroot (1.2.2) unstable; urgency=low
 
   * Derive version from debian/changelog entry.
diff --git a/debian/rules b/debian/rules
index 3923e01..c161d49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,7 +61,7 @@ ifneq (,$(findstring $(DEB_HOST_GNU_TYPE), sparc-linux s390-linux))
 	-cd obj64-tcp && $(MAKE) distclean
 endif
 	rm -rf .deps
-	rm -f debian/substvars
+	rm -f debian/substvars debian/files
 	rm -rf debian/tmp obj obj64 objfake autom4te.cache
 	find . -type f -a \( -name \#\*\# -o -name .\*\~ -o -name \*\~ -o -name DEADJOE -o -name \*.orig -o -name \*.rej -o -name \*.bak -o -name .\*.orig -o -name .\*.rej -o -name .SUMS -o -name TAGS -o -name core -o \( -path \*/.deps/\* -a -name \*.P \) \) -exec rm -f {} \;
 

-- 
fakeroot



More information about the Fakeroot-commits mailing list