[Blends-commit] r2068 - blends/trunk/blends/debian

Debian Pure Blends Subversion Commit noreply at alioth.debian.org
Wed Jan 27 12:52:24 UTC 2010


Author: tille
Date: Wed Jan 27 12:52:20 2010
New Revision: 2068
URL: http://svn.debian.org/viewsvn/blends?rev=2068&view=rev

Log:
At second look the installation of the NEWS.Debian files did not worked as expected and had to be done manually.  Not yet uploaded to see whether all the technical details work smoothly now.


Added:
   blends/trunk/blends/debian/blends-dev.NEWS.Debian
      - copied, changed from r2066, /blends/trunk/blends/debian/cdd-dev.NEWS.Debian
Removed:
   blends/trunk/blends/debian/cdd-dev.NEWS.Debian
   blends/trunk/blends/debian/cdd-dev.docs
Modified:
   blends/trunk/blends/debian/blends-common.docs
   blends/trunk/blends/debian/changelog
   blends/trunk/blends/debian/rules

Modified: blends/trunk/blends/debian/blends-common.docs
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/blends/debian/blends-common.docs?rev=2068&view=diff&r1=2068&r2=2067&p1=blends/trunk/blends/debian/blends-common.docs&p2=blends/trunk/blends/debian/blends-common.docs
==============================================================================
--- blends/trunk/blends/debian/blends-common.docs	(original)
+++ blends/trunk/blends/debian/blends-common.docs	Wed Jan 27 12:52:20 2010
@@ -1,2 +1 @@
 README.BLENDS
-debian/blends-common.NEWS.Debian

Copied: blends/trunk/blends/debian/blends-dev.NEWS.Debian (from r2066, /blends/trunk/blends/debian/cdd-dev.NEWS.Debian)
==============================================================================
--- /blends/trunk/blends/debian/cdd-dev.NEWS.Debian	(original)
+++ blends/trunk/blends/debian/blends-dev.NEWS.Debian	Wed Jan 27 12:52:20 2010
@@ -1,4 +1,4 @@
-blends (0.6.9) unstable; urgency=low
+blends (0.6.10) unstable; urgency=low
 
   * Do not try to take over config files of package cdd-dev
     from /etc/cdd to /etc/blends it just leads to trouble and

Modified: blends/trunk/blends/debian/changelog
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/blends/debian/changelog?rev=2068&view=diff&r1=2068&r2=2067&p1=blends/trunk/blends/debian/changelog&p2=blends/trunk/blends/debian/changelog
==============================================================================
--- blends/trunk/blends/debian/changelog	(original)
+++ blends/trunk/blends/debian/changelog	Wed Jan 27 12:52:20 2010
@@ -1,3 +1,9 @@
+blends (0.6.11) UNRELEASED; urgency=low
+
+  * Install NEWS.Debian files properly
+
+ -- Andreas Tille <tille at debian.org>  Wed, 27 Jan 2010 13:43:02 +0100
+
 blends (0.6.10) unstable; urgency=low
 
   * rm debian/blends-dev.preinst = do not try to take over config

Modified: blends/trunk/blends/debian/rules
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/blends/debian/rules?rev=2068&view=diff&r1=2068&r2=2067&p1=blends/trunk/blends/debian/rules&p2=blends/trunk/blends/debian/rules
==============================================================================
--- blends/trunk/blends/debian/rules	(original)
+++ blends/trunk/blends/debian/rules	Wed Jan 27 12:52:20 2010
@@ -42,6 +42,9 @@
 	# avoid installing doc directory for transitional packages
 	dh_installchangelogs -p$(pkg)-dev -p$(pkg)-common -p$(pkg)-doc
 	dh_installdocs       -p$(pkg)-dev -p$(pkg)-common -p$(pkg)-doc
+	for pkgnews in $(pkg)-common $(pkg)-dev ; do \
+	    cp -a debian/$$pkgnews.NEWS.Debian debian/$$pkgnews/usr/share/doc/$$pkgnews/NEWS.Debian ; \
+	done
 	dh_installexamples
 	dh_installman
 	dh_lintian



More information about the Blends-commit mailing list