[subversion-commit] SVN tetex commit + diffs: r140 - tetex-base/trunk/debian

Frank Küster frank at costa.debian.org
Wed Aug 17 10:32:12 UTC 2005


Author: frank
Date: 2005-08-17 10:32:11 +0000 (Wed, 17 Aug 2005)
New Revision: 140

Modified:
   tetex-base/trunk/debian/changelog
   tetex-base/trunk/debian/rules.in
Log:
check for .svn directories instead of CVS, and give 3.0-7 a final version number

Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog	2005-08-17 09:38:18 UTC (rev 139)
+++ tetex-base/trunk/debian/changelog	2005-08-17 10:32:11 UTC (rev 140)
@@ -1,4 +1,4 @@
-tetex-base (3.0-6.1) UNRELEASED; urgency=low
+tetex-base (3.0-7) experimental; urgency=low
 
   * Check files that used to be conffiles and are now unused, remove them
     if unchanged.  Furthermore, Install config.antt into /etc/texmf/dvips

Modified: tetex-base/trunk/debian/rules.in
===================================================================
--- tetex-base/trunk/debian/rules.in	2005-08-17 09:38:18 UTC (rev 139)
+++ tetex-base/trunk/debian/rules.in	2005-08-17 10:32:11 UTC (rev 140)
@@ -123,7 +123,7 @@
 	touch $@
 
 $(stampdir)/build-stamp: $(stampdir) patch-stamp
-	$(check-cvs)
+	$(check-svn)
 	dh_testdir
 # Make sure that our build scripts are executable.
 # (only needed after upstream changes)
@@ -161,7 +161,7 @@
 	touch $(stampdir)/install-stamp
 
 binary-indep: build install
-	$(check-cvs)
+	$(check-svn)
 	dh_testdir
 	dh_testroot
 # no debconf questions currently
@@ -229,9 +229,9 @@
 .PHONY: build clean binary-indep binary-arch binary install sarge sid
 .PHONY: commonstuff_update
 
-define check-cvs
-	test -d debian/CVS && \
-	(echo "please clean CVS directories"; exit 1) || true
+define check-svn
+	test -d debian/.svn && \
+	(echo "please clean subversion directories"; exit 1) || true
 endef
 
 # Local Variables:




More information about the Pkg-tetex-commits mailing list