[Cdd-commits] r793 - in cdd/trunk/cdd: . doc
CDD Subversion Commit
noreply at alioth.debian.org
Wed Jun 4 19:50:06 UTC 2008
Author: tille
Date: Wed Jun 4 19:50:05 2008
New Revision: 793
Modified:
cdd/trunk/cdd/doc/Makefile
cdd/trunk/cdd/sources.list.unstable
Log:
Use testing as default target distribution to enable smooth transition to
testing for all meta packages.
Modified: cdd/trunk/cdd/doc/Makefile
==============================================================================
--- cdd/trunk/cdd/doc/Makefile (original)
+++ cdd/trunk/cdd/doc/Makefile Wed Jun 4 19:50:05 2008
@@ -70,15 +70,7 @@
$(RMR) $(doc_name).$(doc_lang).tpt $(doc_name).$(doc_lang).out
find . -name "*~" -exec $(RMR) \{\} \;
-dist:
- target=$(pkg)-`cat VERSION` ; \
- mkdir -p $${target} ; \
- rsync -azult Makefile *.sgml en debian --exclude=CVS --exclude=.svn $${target} ; \
- GZIP=-9 tar -czf $(pkg)_`cat VERSION`.tar.gz $${target} ; \
- rm -rf $${target}
-
distclean:
make clean
- rm -f $(pkg)_`cat VERSION`.tar.gz
.PHONY: all publish clean distclean validate
Modified: cdd/trunk/cdd/sources.list.unstable
==============================================================================
--- cdd/trunk/cdd/sources.list.unstable (original)
+++ cdd/trunk/cdd/sources.list.unstable Wed Jun 4 19:50:05 2008
@@ -1 +1,7 @@
-deb http://ftp.debian.org/ unstable main
+# using unstable as target distribution for the meta package dependencies
+# does actually not sound reasonable. The idea is to enable a smooth transition
+# to testing for all meta packages and thus here testing is used as target
+# distribution. You are free to provide your own source.list.unstable
+# in the source of your meta package building code to force unstable as
+# target or alternatively you could change this file (/etc/cdd/sources.list.unstable).
+deb http://ftp.debian.org/ testing main
More information about the Cdd-commits
mailing list