gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge-plugin-scmcvs/debian changelog, 1.2, 1.3 rules,


From: cbayle
Subject: [Gforge-commits] gforge-plugin-scmcvs/debian changelog, 1.2, 1.3 rules, 1.1.1.1, 1.2
Date: Fri, 16 Jul 2004 07:47:33 -0500

Update of /cvsroot/gforge/gforge-plugin-scmcvs/debian
In directory db.perdue.net:/tmp/cvs-serv1220/debian

Modified Files:
        changelog rules 
Log Message:
Added changes to enable autonaumous tab, but not activated


Index: changelog
===================================================================
RCS file: /cvsroot/gforge/gforge-plugin-scmcvs/debian/changelog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- changelog   16 May 2004 17:02:41 -0000      1.2
+++ changelog   16 Jul 2004 12:47:30 -0000      1.3
@@ -1,6 +1,15 @@
+gforge-plugin-scmcvs (0.1-9) unstable; urgency=low
+
+  * Removed cvssh that collide with gforge version and is not really cvs
+    specific 
+  * Added CVS Tab using groupmenu_scm hook
+  * Make that the project cvs tab is well selected
+
+ -- Christian Bayle <address@hidden>  Fri,  9 Jul 2004 15:22:33 +0200
+
 gforge-plugin-scmcvs (0.1-1) unstable; urgency=low
 
   * Initial packaging.
 
- -- Roland Mas <address@hidden>  Sun, 16 May 2004 18:54:46 +0200
+ -- Christian Bayle <address@hidden>  Fri,  9 Jul 2004 12:11:49 +0200
 

Index: rules
===================================================================
RCS file: /cvsroot/gforge/gforge-plugin-scmcvs/debian/rules,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- rules       16 May 2004 16:52:23 -0000      1.1.1.1
+++ rules       16 Jul 2004 12:47:30 -0000      1.2
@@ -37,7 +37,7 @@
        dh_installdirs
 
        cp -r bin/* $(DESTDIR)/usr/lib/gforge/plugins/$(PLUGIN)/bin/
-       ln -sf /usr/lib/gforge/plugins/$(PLUGIN)/bin/cvssh $(DESTDIR)/bin/
+       #ln -sf /usr/lib/gforge/plugins/$(PLUGIN)/bin/cvssh $(DESTDIR)/bin/
        cp -r include/* $(DESTDIR)/usr/lib/gforge/plugins/$(PLUGIN)/include/
        cp -r lib/* $(DESTDIR)/usr/lib/gforge/plugins/$(PLUGIN)/lib/
        cp -r cgi-bin/* $(DESTDIR)/usr/lib/gforge/plugins/$(PLUGIN)/cgi-bin/
@@ -55,6 +55,8 @@
        find $(DESTDIR)/usr/lib/gforge/plugins/$(PLUGIN)/cgi-bin/ -type f | 
xargs chmod 0755
        # find $(DESTDIR)/etc/gforge/plugins/$(PLUGIN)/ -type f | xargs chmod 
0644
        find $(DESTDIR)/usr/share/gforge/www/plugins/$(PLUGIN)/ -type f | xargs 
chmod 0644
+       # clean CVS dir
+       find $(DESTDIR) -type d -name CVS | xargs rm -rf
 
 
 # Build architecture-independent files here.





reply via email to

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