[Pkg-cvs-commits] r73 - in /trunk: changelog rules

93sam at users.alioth.debian.org 93sam at users.alioth.debian.org
Sun Jan 27 20:37:11 UTC 2008


Author: 93sam
Date: Sun Jan 27 20:37:11 2008
New Revision: 73

URL: http://svn.debian.org/wsvn/?sc=1&rev=73
Log:
  * Minor rules file cleanup (old commented lines removed)

Modified:
    trunk/changelog
    trunk/rules

Modified: trunk/changelog
URL: http://svn.debian.org/wsvn/trunk/changelog?rev=73&op=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Sun Jan 27 20:37:11 2008
@@ -10,6 +10,7 @@ cvs (1:1.12.13-10) unstable; urgency=low
   * Move the default repository location from /var/lib/cvs to /srv/cvs for
     better FHS compliance. Closes: #284710, thanks to Pierre THIERRY for
     the patch.
+  * Minor rules file cleanup (old commented lines removed)
 
  -- Steve McIntyre <93sam at debian.org>  Sun, 27 Jan 2008 19:08:02 +0000
 

Modified: trunk/rules
URL: http://svn.debian.org/wsvn/trunk/rules?rev=73&op=diff
==============================================================================
--- trunk/rules (original)
+++ trunk/rules Sun Jan 27 20:37:11 2008
@@ -91,15 +91,8 @@ install: 
 
 	cd $(BUILD_TREE) && $(MAKE) install DESTDIR=$(DEBIAN_ROOT)
 
-#	for i in debian/cvsconfig debian/cvs-makerepos debian/cvs-pserver; do\
-#		$(INSTALL_SCRIPT) $$i $(DEBIAN_ROOT)/usr/sbin;\
-#	done
 	$(INSTALL_SCRIPT) debian/cvs-pserver $(DEBIAN_ROOT)/usr/sbin
 
-
-#	touch $(DEBIAN_ROOT)/etc/cvs-cron.conf
-#	touch $(DEBIAN_ROOT)/etc/cvs-pserver.conf
-
 	for i in $(BUILD_TREE)/cvs-html/*.html; do\
 		$(INSTALL_FILE) $$i \
 			$(DEBIAN_ROOT)/usr/share/doc/cvs/html-info;\




More information about the Pkg-cvs-commits mailing list