rev 18613 - kde-extras/ctemplate/trunk/debian

Mark Purcell msp at alioth.debian.org
Sat Aug 7 01:34:22 UTC 2010


Author: msp
Date: 2010-08-07 01:34:21 +0000 (Sat, 07 Aug 2010)
New Revision: 18613

Added:
   kde-extras/ctemplate/trunk/debian/libctemplate-dev.doc-base
Modified:
   kde-extras/ctemplate/trunk/debian/changelog
   kde-extras/ctemplate/trunk/debian/control
   kde-extras/ctemplate/trunk/debian/rules
Log:
* Standards-Version: 3.9.1:
  - Switch to dh 7
  - debian/rules add Vcs-*
  - source/format -> 3.0 (quilt)
  - Add libctemplate-dev.doc-base
* debian/rules enable --parallel

Modified: kde-extras/ctemplate/trunk/debian/changelog
===================================================================
--- kde-extras/ctemplate/trunk/debian/changelog	2010-08-07 01:05:54 UTC (rev 18612)
+++ kde-extras/ctemplate/trunk/debian/changelog	2010-08-07 01:34:21 UTC (rev 18613)
@@ -2,11 +2,14 @@
 
   * Include debian/* in copyright
   * Fix "Erroneus debian/watch file" Thks Angel (Closes: #583883)
-  * Switch to dh 7
-  * debian/rules add Vcs-*
-  * source/format -> 3.0 (quilt)
+  * Standards-Version: 3.9.1:
+    - Switch to dh 7
+    - debian/rules add Vcs-*
+    - source/format -> 3.0 (quilt)
+    - Add libctemplate-dev.doc-base
+  * debian/rules enable --parallel
 
- -- Mark Purcell <msp at debian.org>  Sat, 07 Aug 2010 11:05:12 +1000
+ -- Mark Purcell <msp at debian.org>  Sat, 07 Aug 2010 11:32:44 +1000
 
 ctemplate (0.97-1) unstable; urgency=low
 

Modified: kde-extras/ctemplate/trunk/debian/control
===================================================================
--- kde-extras/ctemplate/trunk/debian/control	2010-08-07 01:05:54 UTC (rev 18612)
+++ kde-extras/ctemplate/trunk/debian/control	2010-08-07 01:34:21 UTC (rev 18613)
@@ -4,7 +4,7 @@
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Florian Reinhard <florian.reinhard at googlemail.com>
 Build-Depends: debhelper (>= 7.0.0)
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/ctemplate/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/ctemplate/trunk?op=log
 Homepage: http://code.google.com/p/google-ctemplate/

Added: kde-extras/ctemplate/trunk/debian/libctemplate-dev.doc-base
===================================================================
--- kde-extras/ctemplate/trunk/debian/libctemplate-dev.doc-base	                        (rev 0)
+++ kde-extras/ctemplate/trunk/debian/libctemplate-dev.doc-base	2010-08-07 01:34:21 UTC (rev 18613)
@@ -0,0 +1,10 @@
+Document: ctemplate-doc
+Title: Google Template System
+Author: Craig Silverstein
+Abstract: Documentation for the Google C++ template system
+Section: Programming/C++
+
+Format: HTML
+Index: /usr/share/doc/libctemplate-dev/html/index.html
+Files: /usr/share/doc/libctemplate-dev/html/*.html
+

Modified: kde-extras/ctemplate/trunk/debian/rules
===================================================================
--- kde-extras/ctemplate/trunk/debian/rules	2010-08-07 01:05:54 UTC (rev 18612)
+++ kde-extras/ctemplate/trunk/debian/rules	2010-08-07 01:34:21 UTC (rev 18613)
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --parallel




More information about the pkg-kde-commits mailing list