rev 7575 - trunk/packages/kde-i18n/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Fri Oct 19 23:48:53 UTC 2007


Author: ana
Date: 2007-10-19 23:48:53 +0000 (Fri, 19 Oct 2007)
New Revision: 7575

Added:
   trunk/packages/kde-i18n/debian/compat
Modified:
   trunk/packages/kde-i18n/debian/changelog
   trunk/packages/kde-i18n/debian/control
   trunk/packages/kde-i18n/debian/rules
Log:
adopting kde-i18n


Modified: trunk/packages/kde-i18n/debian/changelog
===================================================================
--- trunk/packages/kde-i18n/debian/changelog	2007-10-19 23:15:36 UTC (rev 7574)
+++ trunk/packages/kde-i18n/debian/changelog	2007-10-19 23:48:53 UTC (rev 7575)
@@ -1,3 +1,13 @@
+kde-i18n (4:3.5.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * The package is now maintained by the Debian Qt/KDE Maintainers team.
+    Thanks for all your work Noèl!
+  * Update debhelper compatibility to 5 and moved it into a file.
+  * Little tweaking of the rules.
+
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sat, 20 Oct 2007 01:37:32 +0200
+
 kde-i18n (4:3.5.7-1) unstable; urgency=low
 
   * new upstream release 3.5.7

Added: trunk/packages/kde-i18n/debian/compat
===================================================================
--- trunk/packages/kde-i18n/debian/compat	                        (rev 0)
+++ trunk/packages/kde-i18n/debian/compat	2007-10-19 23:48:53 UTC (rev 7575)
@@ -0,0 +1 @@
+5

Modified: trunk/packages/kde-i18n/debian/control
===================================================================
--- trunk/packages/kde-i18n/debian/control	2007-10-19 23:15:36 UTC (rev 7574)
+++ trunk/packages/kde-i18n/debian/control	2007-10-19 23:48:53 UTC (rev 7575)
@@ -1,8 +1,9 @@
 Source: kde-i18n
-Build-Depends: autoconf, automake1.9, debhelper (>> 4.2.0), kdelibs4-dev (>= 3.5.0-0), gawk, gettext, bzip2
+Build-Depends: autoconf, automake1.9, debhelper (> 5), kdelibs4-dev (>= 3.5.0), gawk, gettext, bzip2
 Section: kde
 Priority: optional
-Maintainer: Noèl Köthe <noel at debian.org>
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Noèl Köthe <noel at debian.org>, Ana Beatriz Guerrero Lopez <ana at debian.org>
 Standards-Version: 3.7.2
 
 Package: kde-i18n-af

Modified: trunk/packages/kde-i18n/debian/rules
===================================================================
--- trunk/packages/kde-i18n/debian/rules	2007-10-19 23:15:36 UTC (rev 7574)
+++ trunk/packages/kde-i18n/debian/rules	2007-10-19 23:48:53 UTC (rev 7575)
@@ -1,11 +1,9 @@
 #!/usr/bin/make -f
 
-
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
+export DEB_UPSTREAM_VERSION=3.5.8
 
 build: build-stamp
 
@@ -21,7 +19,7 @@
 	  tar xfj $$i;\
 	done
 	# configure every language
-	-for j in `ls -1d kde-i18n-*-3.5.7/`; do \
+	-for j in `ls -1d kde-i18n-*-$(DEB_UPSTREAM_VERSION)/`; do \
 	  pwd;cd $$j;\
 	  ./configure $(configkde); \
 	  $(MAKE); \
@@ -33,7 +31,7 @@
 debian-clean:
 	dh_testdir
 	# delete unpacked bzip2 languages
-	- rm -rf kde-i18n-*-3.5.7/ debian/kde-i18n-*
+	- rm -rf kde-i18n-*-$(DEB_UPSTREAM_VERSION)/ debian/kde-i18n-*
 	- rm build-stamp
 	dh_clean
 
@@ -48,9 +46,9 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	-for i in `ls -1d kde-i18n-*-3.5.7/`; do \
+	-for i in `ls -1d kde-i18n-*-$(DEB_UPSTREAM_VERSION)/`; do \
 	  cd $$i; \
-	  $(MAKE) install DESTDIR=`pwd`/../debian/`echo $$i|sed -e "s/-3.5.7//"`; \
+	  $(MAKE) install DESTDIR=`pwd`/../debian/`echo $$i|sed -e "s/-$(DEB_UPSTREAM_VERSION)//"`; \
 	  cd ..; \
 	done
 




More information about the pkg-kde-commits mailing list