gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge-theme-starterpack/debian changelog, 1.7, 1.8 rul


From: cbayle
Subject: [Gforge-commits] gforge-theme-starterpack/debian changelog, 1.7, 1.8 rules, 1.1, 1.2
Date: Wed, 01 Sep 2004 15:53:14 -0500

Update of /cvsroot/gforge/gforge-theme-starterpack/debian
In directory db.perdue.net:/tmp/cvs-serv14986/debian

Modified Files:
        changelog rules 
Log Message:
Correct debian bug #262501: FTBFS: control directory has bad permissions 2755


Index: changelog
===================================================================
RCS file: /cvsroot/gforge/gforge-theme-starterpack/debian/changelog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- changelog   26 Oct 2003 22:11:23 -0000      1.7
+++ changelog   1 Sep 2004 20:53:11 -0000       1.8
@@ -1,17 +1,17 @@
-gforge-theme-starterpack (3.1-1) unstable; urgency=low
+gforge-theme-starterpack (3.0-6) unstable; urgency=low
 
-  * [Christian] Just to sync with new release numbering
+  * Added a chmod to remove s bit if there is, this was making build as root
+    fail (closes: #262501) 
 
- -- Christian Bayle <address@hidden>  Sun, 26 Oct 2003 23:09:33 +0100
+ -- Christian Bayle <address@hidden>  Wed,  1 Sep 2004 22:06:27 +0200
 
 gforge-theme-starterpack (3.0-5) unstable; urgency=low
 
   * [Roland] Debian theme: localised the Login/Logout/My Account/New
     Account links in the top-right corner of the page.
   * [Roland] Dark Aqua theme: ditto.
-  * Woody backport 
 
- -- Christian Bayle <address@hidden>  Mon,  6 Oct 2003 17:33:00 +0000
+ -- Christian Bayle <address@hidden>  Mon,  6 Oct 2003 17:21:59 +0200
 
 gforge-theme-starterpack (3.0-4) unstable; urgency=low
 

Index: rules
===================================================================
RCS file: /cvsroot/gforge/gforge-theme-starterpack/debian/rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rules       9 Jun 2003 15:21:07 -0000       1.1
+++ rules       1 Sep 2004 20:53:11 -0000       1.2
@@ -32,6 +32,8 @@
        dh_clean -k
        dh_installdirs
 
+       # let's be sure we don't have 2755 in permissions
+       chmod -R g-s $(CURDIR)
        # gforge-theme-starterpack
        cp -r www $(CURDIR)/debian/gforge-theme-starterpack/usr/share/gforge/
        find $(CURDIR)/debian/gforge-theme-starterpack/usr/share/gforge/ -name 
CVS -type d | xargs rm -rf





reply via email to

[Prev in Thread] Current Thread [Next in Thread]