rev 14576 - kde-extras/icecream/trunk/debian

Fathi Boudra fabo at alioth.debian.org
Fri May 8 11:57:45 UTC 2009


Author: fabo
Date: 2009-05-08 11:57:45 +0000 (Fri, 08 May 2009)
New Revision: 14576

Added:
   kde-extras/icecream/trunk/debian/icecc.manpages
Modified:
   kde-extras/icecream/trunk/debian/changelog
   kde-extras/icecream/trunk/debian/control
   kde-extras/icecream/trunk/debian/icecc.dirs
   kde-extras/icecream/trunk/debian/icecc.install
   kde-extras/icecream/trunk/debian/rules
Log:
Upload icecc 0.9.4-1
* New upstream release.
* Update generated configuration files (autoreconf) as services/Makefile.am
  is patched. (Closes: #527509)
* Update debian/control:
  - Update section from kde to devel.
  - Remove cdbs build dependency. Switch to debhelper only.
* Update debian/rules since cdbs to debhelper switch.


Modified: kde-extras/icecream/trunk/debian/changelog
===================================================================
--- kde-extras/icecream/trunk/debian/changelog	2009-05-08 11:44:29 UTC (rev 14575)
+++ kde-extras/icecream/trunk/debian/changelog	2009-05-08 11:57:45 UTC (rev 14576)
@@ -1,9 +1,16 @@
-icecc (0.9.3-2) UNRELEASED; urgency=low
+icecc (0.9.4-1) unstable; urgency=low
 
+  * New upstream release.
+  * Update generated configuration files (autoreconf) as services/Makefile.am
+    is patched. (Closes: #527509)
   * Fix postrm script: deluser/delgroup calls should not fail.
     Thanks to Holger.
+  * Update debian/control:
+    - Update section from kde to devel.
+    - Remove cdbs build dependency. Switch to debhelper only.
+  * Update debian/rules since cdbs to debhelper switch.
 
- -- Fathi Boudra <fabo at debian.org>  Mon, 20 Apr 2009 15:21:49 +0200
+ -- Fathi Boudra <fabo at debian.org>  Fri, 08 May 2009 12:10:00 +0200
 
 icecc (0.9.3-1) unstable; urgency=low
 

Modified: kde-extras/icecream/trunk/debian/control
===================================================================
--- kde-extras/icecream/trunk/debian/control	2009-05-08 11:44:29 UTC (rev 14575)
+++ kde-extras/icecream/trunk/debian/control	2009-05-08 11:57:45 UTC (rev 14576)
@@ -1,9 +1,9 @@
 Source: icecc
-Section: kde
+Section: devel
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> 
 Uploaders: Fathi Boudra <fabo at debian.org>, Mark Purcell <msp at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), quilt, automake, libtool, docbook2x
+Build-Depends: debhelper (>= 7), quilt, automake, libtool, docbook2x
 Homepage: http://en.opensuse.org/Icecream
 Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/icecream/trunk/

Modified: kde-extras/icecream/trunk/debian/icecc.dirs
===================================================================
--- kde-extras/icecream/trunk/debian/icecc.dirs	2009-05-08 11:44:29 UTC (rev 14575)
+++ kde-extras/icecream/trunk/debian/icecc.dirs	2009-05-08 11:57:45 UTC (rev 14576)
@@ -1,2 +1,2 @@
-var/cache/icecc
-etc/icecc
\ No newline at end of file
+etc/icecc
+var/cache/icecc

Modified: kde-extras/icecream/trunk/debian/icecc.install
===================================================================
--- kde-extras/icecream/trunk/debian/icecc.install	2009-05-08 11:44:29 UTC (rev 14575)
+++ kde-extras/icecream/trunk/debian/icecc.install	2009-05-08 11:57:45 UTC (rev 14576)
@@ -1,3 +1,4 @@
+debian/icecc.conf etc/icecc/
 usr/bin/icecc
 usr/lib/icecc/icecc-create-env
 usr/sbin/icecc-scheduler

Added: kde-extras/icecream/trunk/debian/icecc.manpages
===================================================================
--- kde-extras/icecream/trunk/debian/icecc.manpages	                        (rev 0)
+++ kde-extras/icecream/trunk/debian/icecc.manpages	2009-05-08 11:57:45 UTC (rev 14576)
@@ -0,0 +1,4 @@
+icecc-create-env.1
+icecc-scheduler.1
+icecc.1
+iceccd.1

Modified: kde-extras/icecream/trunk/debian/rules
===================================================================
--- kde-extras/icecream/trunk/debian/rules	2009-05-08 11:44:29 UTC (rev 14575)
+++ kde-extras/icecream/trunk/debian/rules	2009-05-08 11:57:45 UTC (rev 14576)
@@ -1,19 +1,18 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/quilt/quilt.make
 
-DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
-DEB_INSTALL_MANPAGES_icecc := icecc.1 icecc-create-env.1 icecc-scheduler.1 iceccd.1
+%:
+	dh $@
 
-build/icecc::
+build: $(QUILT_STAMPFN)
+	autoreconf --force
+
 	for i in debian/man/*.xml; do \
 		/usr/bin/docbook2x-man $$i; \
 	done
 
-install/icecc::
-	install -D -p -m0644 debian/icecc.conf debian/icecc/etc/icecc/icecc.conf
+clean: unpatch
 
 get-orig-source-dpatch:
 	@@dh_testdir




More information about the pkg-kde-commits mailing list