[Pkg-samba-maint] r3111 - trunk/ctdb/debian

sathieu at alioth.debian.org sathieu at alioth.debian.org
Thu Nov 5 07:39:48 UTC 2009


Author: sathieu
Date: 2009-11-05 07:39:48 +0000 (Thu, 05 Nov 2009)
New Revision: 3111

Modified:
   trunk/ctdb/debian/changelog
   trunk/ctdb/debian/rules
Log:
upstream changelog is now in packaging/RPM/ctdb.spec.in instead of
packaging/RPM/ctdb.spec. Reflects this in debian/rules

Upstream commit: 209ff041596e39688186c99995863ed3e816b8e4


Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog	2009-11-05 07:28:25 UTC (rev 3110)
+++ trunk/ctdb/debian/changelog	2009-11-05 07:39:48 UTC (rev 3111)
@@ -1,6 +1,8 @@
 ctdb (1.0.103) UNRELEASED; urgency=low
 
   * New upstream release
+  * upstream changelog is now in packaging/RPM/ctdb.spec.in instead of
+    packaging/RPM/ctdb.spec. Reflects this in debian/rules
 
  -- Mathieu Parent <sathieu at debian.org>  Thu, 05 Nov 2009 08:27:23 +0100
 

Modified: trunk/ctdb/debian/rules
===================================================================
--- trunk/ctdb/debian/rules	2009-11-05 07:28:25 UTC (rev 3110)
+++ trunk/ctdb/debian/rules	2009-11-05 07:39:48 UTC (rev 3111)
@@ -96,7 +96,7 @@
 	#patch doc
 	sed -i 's|/etc/sysconfig/|/etc/default/|' $(DESTDIR)/usr/share/doc/ctdb/web/*.html
 	#upstream changelog 
-	grep -A 10000 '%changelog' packaging/RPM/ctdb.spec > $(DESTDIR)/usr/share/doc/ctdb/changelog
+	grep -A 10000 '%changelog' packaging/RPM/ctdb.spec.in > $(DESTDIR)/usr/share/doc/ctdb/changelog
 	dh_installexamples
 	dh_installlogrotate
 	#install init script




More information about the Pkg-samba-maint mailing list