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

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


The following commit has been merged in the upstream branch:
commit 7b64dcd2e182d626d209e02d26b07102e94e3fbe
Author: Clint Adams <schizo at debian.org>
Date:   Sat Jun 19 01:24:03 2004 +0000

    drop "-net" from version string.
    
      * scripts/fakeroot.in: drop "-net" from version string.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-6

diff --git a/debian/changelog b/debian/changelog
index c22e4f1..b0a80db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ fakeroot (1.0.3) unstable; urgency=low
     to exist.
   * INSTALL: add some terse notes.
   * Add prebuild target to debian/rules for use with arch-buildpackage.
+  * scripts/fakeroot.in: drop "-net" from version string.
 
  -- Clint Adams <schizo at debian.org>  Fri, 18 Jun 2004 15:42:33 -0400
 
diff --git a/scripts/fakeroot.in b/scripts/fakeroot.in
index 8f2c86b..9be13c9 100755
--- a/scripts/fakeroot.in
+++ b/scripts/fakeroot.in
@@ -77,7 +77,7 @@ while test "X$1" != "X--"; do
        FAKEROOT_FD_BASE="$1"
        ;;
     -v|--version)
-       echo "fakeroot-net version @VERSION@"
+       echo "fakeroot version @VERSION@"
        exit 0
        ;;
     -h|--help)

-- 
fakeroot



More information about the Fakeroot-commits mailing list