[Cdd-commits] r238 - cdd/trunk/cdd/debian

Andreas Tille debian-custom@lists.debian.org
Sun, 11 Jul 2004 01:14:30 -0600


Author: tille
Date: Sun Jul 11 01:14:30 2004
New Revision: 238

Modified:
   cdd/trunk/cdd/debian/changelog
   cdd/trunk/cdd/debian/rules
Log:
Some bugfixes


Modified: cdd/trunk/cdd/debian/changelog
==============================================================================
--- cdd/trunk/cdd/debian/changelog	(original)
+++ cdd/trunk/cdd/debian/changelog	Sun Jul 11 01:14:30 2004
@@ -7,6 +7,9 @@
     - Removed Provides/Replaces/Conflicts: med-common-dev 
       because this package vanished completely from the archive now
       and never reached stable.
+    - Moved cdd-menu from /usr/lib/menu to /usr/share/menu
+    - User menus now are created from installed dependency menus
+      if they are not explicitely overriden by the meta package maintainer
 
  -- Andreas Tille <tille@debian.org>  Thu,  8 Jul 2004 11:34:20 +0200
 

Modified: cdd/trunk/cdd/debian/rules
==============================================================================
--- cdd/trunk/cdd/debian/rules	(original)
+++ cdd/trunk/cdd/debian/rules	Sun Jul 11 01:14:30 2004
@@ -54,6 +54,9 @@
 	mkdir $${distdir} ; \
 	chmod 777 $${distdir} ; \
 	rsync -a --exclude $${distdir} --exclude CVS --exclude .svn * $${distdir} ; \
+	sed "s/#VERSION#/`cat VERSION`/" $${distdir}/cdd-gen-control > cdd-gen-control.tmp ; \
+	mv cdd-gen-control.tmp $${distdir}/cdd-gen-control ; \
+	chmod 755 $${distdir}/cdd-gen-control ; \
 	ln -s sources.list.testing $${distdir}/sources.list ; \
 	ln -s control.stub $${distdir}/examples/debian/control ; \
 	rm -f `find . -name "*~"` ; \