rev 13778 - kde-extras/kde-style-polyester/trunk/debian

Pino Toscano pino-guest at alioth.debian.org
Mon Feb 16 00:29:24 UTC 2009


Author: pino-guest
Date: 2009-02-16 00:29:23 +0000 (Mon, 16 Feb 2009)
New Revision: 13778

Modified:
   kde-extras/kde-style-polyester/trunk/debian/changelog
   kde-extras/kde-style-polyester/trunk/debian/compat
   kde-extras/kde-style-polyester/trunk/debian/control
   kde-extras/kde-style-polyester/trunk/debian/rules
Log:
First update for the upstream development release 1.98.0, ie polyester 2.0 beta2:
* Update build-depends to KDE 4.
* Greatly simplify debian/rules by using pkg-kde-tools.
* Update the description to reflect the fact that the package just provides a widget style.
* Bump debhelper compatibility to 7.
* Bump Standards-Version to 3.8.0, no changes required.
* Add ${misc:Depends} in kde-style-polyester's Depends
* As agreed with Sune, assign to the KDE Extras Team.


Modified: kde-extras/kde-style-polyester/trunk/debian/changelog
===================================================================
--- kde-extras/kde-style-polyester/trunk/debian/changelog	2009-02-16 00:13:34 UTC (rev 13777)
+++ kde-extras/kde-style-polyester/trunk/debian/changelog	2009-02-16 00:29:23 UTC (rev 13778)
@@ -1,3 +1,19 @@
+kde-style-polyester (1.98.0-1) UNRELEASED; urgency=low
+
+  * New upstream development release, polyester 2.0 beta2.
+
+  [ Pino Toscano ]
+  * Update build-depends to KDE 4.
+  * Greatly simplify debian/rules by using pkg-kde-tools.
+  * Update the description to reflect the fact that the package just provides
+    a widget style.
+  * Bump debhelper compatibility to 7.
+  * Bump Standards-Version to 3.8.0, no changes required.
+  * Add ${misc:Depends} in kde-style-polyester's Depends
+  * As agreed with Sune, assign to the KDE Extras Team.
+
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Mon, 16 Feb 2008 00:54:51 +0100
+
 kde-style-polyester (1.0.3-1) unstable; urgency=low
 
   * New upstream release (Closes: 442928)

Modified: kde-extras/kde-style-polyester/trunk/debian/compat
===================================================================
--- kde-extras/kde-style-polyester/trunk/debian/compat	2009-02-16 00:13:34 UTC (rev 13777)
+++ kde-extras/kde-style-polyester/trunk/debian/compat	2009-02-16 00:29:23 UTC (rev 13778)
@@ -1 +1 @@
-5
+7

Modified: kde-extras/kde-style-polyester/trunk/debian/control
===================================================================
--- kde-extras/kde-style-polyester/trunk/debian/control	2009-02-16 00:13:34 UTC (rev 13777)
+++ kde-extras/kde-style-polyester/trunk/debian/control	2009-02-16 00:29:23 UTC (rev 13778)
@@ -1,16 +1,16 @@
 Source: kde-style-polyester
 Section: kde
 Priority: optional
-Maintainer: Sune Vuorela <debian at pusling.com>
-Build-Depends: debhelper (>= 5.0.0), automake1.9, autoconf, libtool, kdelibs4-dev (>= 4:3.2), kdebase-dev (>= 4:3.2), librsvg2-bin, quilt (>>0.40)
-Standards-Version: 3.7.3
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 7), quilt, pkg-kde-tools (>= 0.4),
+ kdelibs5-dev (>= 4:4.2.0), gettext
+Standards-Version: 3.8.0
 Homepage: http://www.kde-look.org/content/show.php?content=27968
 
 Package: kde-style-polyester
 Section: kde
 Architecture: any
-Depends: ${shlibs:Depends}
-Description: Polyester widget style and kwin decoration for KDE3
- Widget style and kwin decoration both aim to maintain a good balance between
- eyecandy and simplicity. Widget style is based on Plastik, window decoration
- is based on Smoothblend.
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Polyester widget style for KDE4
+ Widget style that aim to maintain a good balance between eyecandy and
+ simplicity. It is based on KDE3's Plastik style.

Modified: kde-extras/kde-style-polyester/trunk/debian/rules
===================================================================
--- kde-extras/kde-style-polyester/trunk/debian/rules	2009-02-16 00:13:34 UTC (rev 13777)
+++ kde-extras/kde-style-polyester/trunk/debian/rules	2009-02-16 00:29:23 UTC (rev 13778)
@@ -1,118 +1,3 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-include /usr/share/quilt/quilt.make
-
-CFLAGS = -Wall -g -Wl,--as-needed -Wl,--no-undefined
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-#relibtoolizing because it is cool - and creates smaller depends: line
-configure: $(QUILT_STAMPFN)
-	cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
-	cp -f /usr/share/libtool/libtool.m4 admin/libtool.m4.in
-	
-	make -f admin/Makefile.common
-
-config.status: configure
-	dh_testdir
-
-	rm -f client/buttons.h
-	cd client && sh -e create-buttons.sh
-	rm -f client/images/*.png
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
-	# Add here commands to configure the package.
-	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-rpath
-
-
-build: build-stamp
-
-build-stamp:  config.status
-	dh_testdir
-
-	# Add here commands to compile the package.
-	$(MAKE)
-	#docbook-to-man debian/polyester.sgml > polyester.1
-
-	touch build-stamp
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp 
-
-	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) distclean
-	dh_clean 
-
-	#cleaning up after relibtoolizing
-	find . -name Makefile.in | xargs rm -f
-	rm -f config.sub config.guess
-	rm -f aclocal.m4
-	rm -f acinclude.m4
-	rm -f configure
-	rm -f config.h.in
-	rm -f admin/ltmain.sh
-	rm -f admin/libtool.m4.in
-	rm -f debian/stamp-bootstrap
-	rm -f client/buttons.h
-	rm -f client/images/*.png
-
-
-
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	# Add here commands to install the package into debian/polyester.
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/kde-style-polyester
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs ChangeLog
-	dh_installdocs
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk




More information about the pkg-kde-commits mailing list