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

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


The following commit has been merged in the upstream branch:
commit ca56357e186a263568d2c57624db83d6f29a997e
Author: Clint Adams <schizo at debian.org>
Date:   Wed Jun 29 22:00:20 2005 +0000

    Fix broken shell substitution.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-76

diff --git a/debian/changelog b/debian/changelog
index faa2210..7f98840 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fakeroot (1.4.1) unstable; urgency=low
+
+  * Fix broken shell substitution.
+  * Bump to Standards-Version 3.6.2.
+
+ -- Clint Adams <schizo at debian.org>  Wed, 29 Jun 2005 17:58:48 -0400
+
 fakeroot (1.4) unstable; urgency=low
 
   Timo Savola:
diff --git a/debian/control b/debian/control
index 4989a06..7aaeef4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: optional
 Build-Depends: sharutils, libc6-dev-s390x [s390], libc6-dev-sparc64 [sparc], gcc-3.4 [amd64], ia32-libs-dev [amd64]
 Maintainer: Clint Adams <schizo at debian.org>
-Standards-Version: 3.6.1
+Standards-Version: 3.6.2
 
 Package: fakeroot
 Architecture: any
diff --git a/scripts/fakeroot.in b/scripts/fakeroot.in
index 84a2fb4..c2e16d8 100755
--- a/scripts/fakeroot.in
+++ b/scripts/fakeroot.in
@@ -1,4 +1,4 @@
- at SHELL@
+#!@SHELL@
 
 # This script first starts faked (the daemon), and then it will run
 # the requested program with fake root privileges.

-- 
fakeroot



More information about the Fakeroot-commits mailing list