rev 6275 - in kde-extras/krename: tags/3.0.14-1/debian trunk/debian

Richard Johnson nixternal-guest at alioth.debian.org
Fri May 18 20:30:33 UTC 2007


Author: nixternal-guest
Date: 2007-05-18 20:30:33 +0000 (Fri, 18 May 2007)
New Revision: 6275

Modified:
   kde-extras/krename/tags/3.0.14-1/debian/changelog
   kde-extras/krename/tags/3.0.14-1/debian/compat
   kde-extras/krename/tags/3.0.14-1/debian/control
   kde-extras/krename/tags/3.0.14-1/debian/copyright
   kde-extras/krename/tags/3.0.14-1/debian/rules
   kde-extras/krename/trunk/debian/changelog
   kde-extras/krename/trunk/debian/compat
   kde-extras/krename/trunk/debian/control
   kde-extras/krename/trunk/debian/copyright
   kde-extras/krename/trunk/debian/rules
Log:
krename 3.0.14-1 done correctly

Modified: kde-extras/krename/tags/3.0.14-1/debian/changelog
===================================================================
--- kde-extras/krename/tags/3.0.14-1/debian/changelog	2007-05-18 19:44:12 UTC (rev 6274)
+++ kde-extras/krename/tags/3.0.14-1/debian/changelog	2007-05-18 20:30:33 UTC (rev 6275)
@@ -1,8 +1,19 @@
 krename (3.0.14-1) unstable; urgency=low
 
   * New Upstream Release (Closes: #402859, #423440)
+  * Adopted Package - New Maintainer & Uploaders
+  * debian/control:
+    - Maintainer set to Debian KDE Extras Team
+    - Richard A. Johnson set to uploaders
+    - updated standards to version 3.7.2 - no changes necessary
+    - updated build-dep debhelper >= 5 (changes to compat)
+    - added Krenames URL to description
+  * debian/rules:
+    - cleaned out commented lines
+    - Relibtoolization at build time
+  * Updated debian/copyright
 
- -- Richard A. Johnson <nixternal at ubuntu.com>  Wed, 16 May 2007 11:12:58 -0500
+ -- Richard A. Johnson <nixternal at ubuntu.com>  Thu, 17 May 2007 23:06:44 -0500
 
 krename (3.0.9-2.1) unstable; urgency=low
 

Modified: kde-extras/krename/tags/3.0.14-1/debian/compat
===================================================================
--- kde-extras/krename/tags/3.0.14-1/debian/compat	2007-05-18 19:44:12 UTC (rev 6274)
+++ kde-extras/krename/tags/3.0.14-1/debian/compat	2007-05-18 20:30:33 UTC (rev 6275)
@@ -1 +1 @@
-4
+5

Modified: kde-extras/krename/tags/3.0.14-1/debian/control
===================================================================
--- kde-extras/krename/tags/3.0.14-1/debian/control	2007-05-18 19:44:12 UTC (rev 6274)
+++ kde-extras/krename/tags/3.0.14-1/debian/control	2007-05-18 20:30:33 UTC (rev 6275)
@@ -1,8 +1,9 @@
 Source: krename
 Section: kde
 Priority: optional
-Maintainer: Richard A. Johnson <nixternal at ubuntu.com> 
-Build-Depends: debhelper (>= 4.1.0), cdbs, kdelibs4-dev, patchutils, libx11-dev, libxext-dev, libxpm-dev, x-dev
+Maintainer:  Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: Richard A. Johnson <nixternal at ubuntu.com> 
+Build-Depends: debhelper (>= 5), cdbs, kdelibs4-dev, patchutils, libx11-dev, libxext-dev, libxpm-dev, x-dev
 Standards-Version: 3.7.2
 
 Package: krename
@@ -13,3 +14,5 @@
  which can rename a list of files based on a set of expressions.
  It can copy/move the files to another directory or simply rename 
  the input files.
+ .
+ Homepage: http://www.krename.net

Modified: kde-extras/krename/tags/3.0.14-1/debian/copyright
===================================================================
--- kde-extras/krename/tags/3.0.14-1/debian/copyright	2007-05-18 19:44:12 UTC (rev 6274)
+++ kde-extras/krename/tags/3.0.14-1/debian/copyright	2007-05-18 20:30:33 UTC (rev 6275)
@@ -1,9 +1,12 @@
 This package was debianized by Roman Kreisel <roman.kreisel at web.de> on
 Sun, 14 Nov 2004 23:23:38 +0100.
 
+Maintenance was taken over by the Debian KDE Extras Team on Thu, 17 May 2007
+15:01:00 -0600
+
 It was downloaded from http://www.krename.net/
 
-Copyright:
+Copyright: 2001-2007 Dominik Seichter <domseichter at web.de>
 
 Upstream Author: Dominik Seichter
 
@@ -26,3 +29,6 @@
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
 
+The Debian packaging is
+(C) 2007 Richard A. Johnson <nixternal at ubuntu.com>
+and is licensed under the GPL, see above.

Modified: kde-extras/krename/tags/3.0.14-1/debian/rules
===================================================================
--- kde-extras/krename/tags/3.0.14-1/debian/rules	2007-05-18 19:44:12 UTC (rev 6274)
+++ kde-extras/krename/tags/3.0.14-1/debian/rules	2007-05-18 20:30:33 UTC (rev 6275)
@@ -1,15 +1,20 @@
 #!/usr/bin/make -f
 
-# Workaround for problems with GCC4 on arm, m68k and hppa
-#GCC4_ICES_HERE := arm m68k hppa
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
-#ifneq (,$(findstring $(DEB_BUILD_ARCH),$(GCC4_ICES_HERE)))
-#	export CC=gcc-3.4
-#	export CPP=cpp-3.4
-#	export CXX=g++-3.4
-#endif
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/kde.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+### Libtool and Automake updates
+post-patches:: debian/stamp-autothings-update
+debian/stamp-autothings-update:
+	cp -f /usr/share/libtool/libtool.m4 $(DEB_SRCDIR)/admin/libtool.m4.in
+	cp -f /usr/share/libtool/ltmain.sh  $(DEB_SRCDIR)/admin/ltmain.sh
+	for f in /usr/share/automake-1.10/*; do \
+	if  test -f $$f && \
+	test -f $(DEB_SRCDIR)/admin/`basename $$f`; then \
+	cp -f $$f $(DEB_SRCDIR)/admin; \
+	fi; \
+	done
+	touch $@

Modified: kde-extras/krename/trunk/debian/changelog
===================================================================
--- kde-extras/krename/trunk/debian/changelog	2007-05-18 19:44:12 UTC (rev 6274)
+++ kde-extras/krename/trunk/debian/changelog	2007-05-18 20:30:33 UTC (rev 6275)
@@ -1,8 +1,19 @@
 krename (3.0.14-1) unstable; urgency=low
 
   * New Upstream Release (Closes: #402859, #423440)
+  * Adopted Package - New Maintainer & Uploaders
+  * debian/control:
+    - Maintainer set to Debian KDE Extras Team
+    - Richard A. Johnson set to uploaders
+    - updated standards to version 3.7.2 - no changes necessary
+    - updated build-dep debhelper >= 5 (changes to compat)
+    - added Krenames URL to description
+  * debian/rules:
+    - cleaned out commented lines
+    - Relibtoolization at build time
+  * Updated debian/copyright
 
- -- Richard A. Johnson <nixternal at ubuntu.com>  Wed, 16 May 2007 11:12:58 -0500
+ -- Richard A. Johnson <nixternal at ubuntu.com>  Thu, 17 May 2007 23:06:44 -0500
 
 krename (3.0.9-2.1) unstable; urgency=low
 

Modified: kde-extras/krename/trunk/debian/compat
===================================================================
--- kde-extras/krename/trunk/debian/compat	2007-05-18 19:44:12 UTC (rev 6274)
+++ kde-extras/krename/trunk/debian/compat	2007-05-18 20:30:33 UTC (rev 6275)
@@ -1 +1 @@
-4
+5

Modified: kde-extras/krename/trunk/debian/control
===================================================================
--- kde-extras/krename/trunk/debian/control	2007-05-18 19:44:12 UTC (rev 6274)
+++ kde-extras/krename/trunk/debian/control	2007-05-18 20:30:33 UTC (rev 6275)
@@ -1,8 +1,9 @@
 Source: krename
 Section: kde
 Priority: optional
-Maintainer: Richard A. Johnson <nixternal at ubuntu.com> 
-Build-Depends: debhelper (>= 4.1.0), cdbs, kdelibs4-dev, patchutils, libx11-dev, libxext-dev, libxpm-dev, x-dev
+Maintainer:  Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: Richard A. Johnson <nixternal at ubuntu.com> 
+Build-Depends: debhelper (>= 5), cdbs, kdelibs4-dev, patchutils, libx11-dev, libxext-dev, libxpm-dev, x-dev
 Standards-Version: 3.7.2
 
 Package: krename
@@ -13,3 +14,5 @@
  which can rename a list of files based on a set of expressions.
  It can copy/move the files to another directory or simply rename 
  the input files.
+ .
+ Homepage: http://www.krename.net

Modified: kde-extras/krename/trunk/debian/copyright
===================================================================
--- kde-extras/krename/trunk/debian/copyright	2007-05-18 19:44:12 UTC (rev 6274)
+++ kde-extras/krename/trunk/debian/copyright	2007-05-18 20:30:33 UTC (rev 6275)
@@ -1,9 +1,12 @@
 This package was debianized by Roman Kreisel <roman.kreisel at web.de> on
 Sun, 14 Nov 2004 23:23:38 +0100.
 
+Maintenance was taken over by the Debian KDE Extras Team on Thu, 17 May 2007
+15:01:00 -0600
+
 It was downloaded from http://www.krename.net/
 
-Copyright:
+Copyright: 2001-2007 Dominik Seichter <domseichter at web.de>
 
 Upstream Author: Dominik Seichter
 
@@ -26,3 +29,6 @@
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
 
+The Debian packaging is
+(C) 2007 Richard A. Johnson <nixternal at ubuntu.com>
+and is licensed under the GPL, see above.

Modified: kde-extras/krename/trunk/debian/rules
===================================================================
--- kde-extras/krename/trunk/debian/rules	2007-05-18 19:44:12 UTC (rev 6274)
+++ kde-extras/krename/trunk/debian/rules	2007-05-18 20:30:33 UTC (rev 6275)
@@ -1,15 +1,20 @@
 #!/usr/bin/make -f
 
-# Workaround for problems with GCC4 on arm, m68k and hppa
-#GCC4_ICES_HERE := arm m68k hppa
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
-#ifneq (,$(findstring $(DEB_BUILD_ARCH),$(GCC4_ICES_HERE)))
-#	export CC=gcc-3.4
-#	export CPP=cpp-3.4
-#	export CXX=g++-3.4
-#endif
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/kde.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+### Libtool and Automake updates
+post-patches:: debian/stamp-autothings-update
+debian/stamp-autothings-update:
+	cp -f /usr/share/libtool/libtool.m4 $(DEB_SRCDIR)/admin/libtool.m4.in
+	cp -f /usr/share/libtool/ltmain.sh  $(DEB_SRCDIR)/admin/ltmain.sh
+	for f in /usr/share/automake-1.10/*; do \
+	if  test -f $$f && \
+	test -f $(DEB_SRCDIR)/admin/`basename $$f`; then \
+	cp -f $$f $(DEB_SRCDIR)/admin; \
+	fi; \
+	done
+	touch $@




More information about the pkg-kde-commits mailing list