[Dctrl-tools-devel] [SCM] Debian control file query tools branch, master, updated. 2.11-20-ga8333bd

Antti-Juhani Kaijanaho ajk at debian.org
Tue Dec 25 19:03:31 UTC 2007


The branch, master has been updated
       via  a8333bd19dd4eb0549af5d40802a87f3c2deed62 (commit)
       via  49af8222e113e733acc9bc8c775740f3372459f8 (commit)
      from  6861afbf34530ee9466fc136945a52c7ca909337 (commit)


- Shortlog ------------------------------------------------------------
a8333bd sync-available/sync-available.cp: Use id -u, not $EUID, which is a bashism
49af822 Fix debian/changelog.

Summary of changes:
 debian/changelog                 |   13 +++++++------
 sync-available/sync-available.cp |    2 +-
 2 files changed, 8 insertions(+), 7 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit a8333bd19dd4eb0549af5d40802a87f3c2deed62
Author: Antti-Juhani Kaijanaho <ajk at debian.org>
Date:   Tue Dec 25 21:03:10 2007 +0200

    sync-available/sync-available.cp: Use id -u, not $EUID, which is a bashism
    
    Closes: #457788 (error in sync-available when /bin/sh links to /bin/dash)
    Reported by arno renevier <arenevier at fdn.fr>
    
    Signed-off-by: Antti-Juhani Kaijanaho <ajk at debian.org>

diff --git a/debian/changelog b/debian/changelog
index eb0e742..48a1962 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,11 @@ dctrl-tools (2.13) UNRELEASED; urgency=low
   * lib/paragraph (para_parse_next): Performance improvements.
   * debian/control: Rename XS-Vcs-{Git,Browser} fields to Vcs-{Git,Browser};
     also use the Git protocol instead of HTTP
+  * sync-available/sync-available.cp: Use id -u, not $EUID, which is a bashism
+    closes: #457788 (error in sync-available when /bin/sh links to /bin/dash)
+    Reported by arno renevier <arenevier at fdn.fr>
 
- -- Jon Bernard <jbernard at debian.org>  Fri, 07 Dec 2007 10:55:13 -0500
+ -- Antti-Juhani Kaijanaho <ajk at debian.org>  Tue, 25 Dec 2007 21:02:06 +0200
 
 dctrl-tools (2.12) unstable; urgency=low
 
diff --git a/sync-available/sync-available.cp b/sync-available/sync-available.cp
index c833ac2..aa5de34 100644
--- a/sync-available/sync-available.cp
+++ b/sync-available/sync-available.cp
@@ -34,7 +34,7 @@ then
     exit 0
 fi
 
-if [ "$EUID" -ne "0" ]
+if [ `id -u` -ne "0" ]
 then
     echo "$0: root privileges are required"
     exit 1

commit 49af8222e113e733acc9bc8c775740f3372459f8
Author: Antti-Juhani Kaijanaho <ajk at debian.org>
Date:   Tue Dec 25 21:01:34 2007 +0200

    Fix debian/changelog.
    
    We're still building 2.13, so merge the 2.13 and 2.14 entries as a
    2.13 entry.
    
    Signed-off-by: Antti-Juhani Kaijanaho <ajk at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 4d43343..eb0e742 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,20 +1,18 @@
-dctrl-tools (2.14) UNRELEASED; urgency=low
+dctrl-tools (2.13) UNRELEASED; urgency=low
 
+  [ Jon Bernard ]
   * grep-dctrl/grep-dctrl.c: don't display a field with an empty value,
     closes: #264907
   * tests/0006.out: remove "Version: ", no output is expected with the above
     change.
 
- -- Jon Bernard <jbernard at debian.org>  Fri, 07 Dec 2007 10:55:13 -0500
-
-dctrl-tools (2.13) UNRELEASED; urgency=low
-
+  [ Antti-Juhani Kaijanaho ]
   * debian/control: suggest debtags, note grep-debtags in description
   * lib/paragraph (para_parse_next): Performance improvements.
   * debian/control: Rename XS-Vcs-{Git,Browser} fields to Vcs-{Git,Browser};
     also use the Git protocol instead of HTTP
 
- -- Antti-Juhani Kaijanaho <ajk at debian.org>  Thu, 08 Nov 2007 14:42:05 +0200
+ -- Jon Bernard <jbernard at debian.org>  Fri, 07 Dec 2007 10:55:13 -0500
 
 dctrl-tools (2.12) unstable; urgency=low
 

-- 
Debian control file query tools



More information about the Dctrl-tools-devel mailing list