[Debburn-changes] r750 - cdrkit/trunk

Eduard Bloch blade at alioth.debian.org
Sat Apr 21 09:43:17 UTC 2007


Author: blade
Date: 2007-04-21 09:43:17 +0000 (Sat, 21 Apr 2007)
New Revision: 750

Modified:
   cdrkit/trunk/Changelog
   cdrkit/trunk/Makefile
   cdrkit/trunk/VERSION
Log:
+  * resync with cosmetical last-minute changes from Peter Samuelson
+  * Makefile: "release" target extension to make the Debian related source
+    file creation more convinient



Modified: cdrkit/trunk/Changelog
===================================================================
--- cdrkit/trunk/Changelog	2007-04-21 09:27:54 UTC (rev 749)
+++ cdrkit/trunk/Changelog	2007-04-21 09:43:17 UTC (rev 750)
@@ -1,3 +1,11 @@
+cdrkit (1.1.5.1) RELEASED; urgency=low
+
+  * resync with cosmetical last-minute changes from Peter Samuelson
+  * Makefile: "release" target extension to make the Debian related source
+    file creation more convinient
+
+ -- Eduard Bloch <blade at debian.org>  Sat, 21 Apr 2007 11:30:35 +0200
+
 cdrkit (1.1.5) RELEASED; urgency=low
 
   * wodim: explicite warning and more grace time if user manually specifies a size

Modified: cdrkit/trunk/Makefile
===================================================================
--- cdrkit/trunk/Makefile	2007-04-21 09:27:54 UTC (rev 749)
+++ cdrkit/trunk/Makefile	2007-04-21 09:43:17 UTC (rev 750)
@@ -13,6 +13,7 @@
 default_target: all
 
 DISTNAME=cdrkit-$(shell cat VERSION)
+DEBSRCNAME=cdrkit_$(shell cat VERSION | sed -e "s,pre,~pre,").orig.tar.gz
 
 build/Makefile:
 	@-mkdir build 2>/dev/null
@@ -36,7 +37,8 @@
 	rm -rf tmp/$(DISTNAME)/debian
 	tar -f - -c -C tmp $(DISTNAME) | gzip -9 > ../$(DISTNAME).tar.gz
 	rm -rf tmp
-	test -e /etc/debian_version && ln -f ../$(DISTNAME).tar.gz ../cdrkit_$(shell cat VERSION | sed -e "s,pre,~pre,").orig.tar.gz || true
+	test -e /etc/debian_version && ln -f ../$(DISTNAME).tar.gz ../$(DEBSRCNAME) || true
+	test -e ../tarballs && ln -f ../$(DISTNAME).tar.gz ../tarballs/$(DEBSRCNAME) || true
 
 #%::
 #	$(MAKE) $(MAKE_FLAGS) build/Makefile

Modified: cdrkit/trunk/VERSION
===================================================================
--- cdrkit/trunk/VERSION	2007-04-21 09:27:54 UTC (rev 749)
+++ cdrkit/trunk/VERSION	2007-04-21 09:43:17 UTC (rev 750)
@@ -1 +1 @@
-1.1.5
+1.1.5.1




More information about the Debburn-changes mailing list