rev 17657 - in kde-extras/basket/trunk/debian: . patches source

Luigi Toscano tosky-guest at alioth.debian.org
Sun Apr 11 23:48:11 UTC 2010


Author: tosky-guest
Date: 2010-04-11 23:48:10 +0000 (Sun, 11 Apr 2010)
New Revision: 17657

Added:
   kde-extras/basket/trunk/debian/README.source
   kde-extras/basket/trunk/debian/basket.lintian-overrides
   kde-extras/basket/trunk/debian/basket.manpages
   kde-extras/basket/trunk/debian/patches/18_no_kde3_libs.diff
   kde-extras/basket/trunk/debian/source/
   kde-extras/basket/trunk/debian/source/format
Removed:
   kde-extras/basket/trunk/debian/README.Debian
   kde-extras/basket/trunk/debian/basket.install
   kde-extras/basket/trunk/debian/dirs
   kde-extras/basket/trunk/debian/patches/03_lib_link.diff
   kde-extras/basket/trunk/debian/patches/04_am_maintainer_mode.diff
   kde-extras/basket/trunk/debian/patches/05_allow_newer_automake_and_autoconf.diff
   kde-extras/basket/trunk/debian/patches/06_autoconf2.64.diff
   kde-extras/basket/trunk/debian/patches/12_desktop.diff
   kde-extras/basket/trunk/debian/patches/13_add_da.po.diff
   kde-extras/basket/trunk/debian/patches/15_fix_gcc4.3.diff
   kde-extras/basket/trunk/debian/patches/16_basket_kontact_compat.diff
   kde-extras/basket/trunk/debian/patches/17_mimetype.diff
Modified:
   kde-extras/basket/trunk/debian/changelog
   kde-extras/basket/trunk/debian/compat
   kde-extras/basket/trunk/debian/control
   kde-extras/basket/trunk/debian/copyright
   kde-extras/basket/trunk/debian/docs
   kde-extras/basket/trunk/debian/patches/14_update_es_po.diff
   kde-extras/basket/trunk/debian/patches/series
   kde-extras/basket/trunk/debian/rules
Log:
Initial steps towards a working basket 2.0 package.

* Cleanup the build system, switch to debhelper 7 and "3.0 (quilt)" format.
* Remove patches:
  - 03_lib_link, 04_am_maintainer_mode,
    05_allow_newer_automake_and_autoconf, 06_autoconf2.64:
    no more needed (new build system);
  - 12_desktop, 13_add_da.po, 16_basket_kontact_compat,
    17_mimetype: merged upstream;
  - 15_fix_gcc4.3: no more needed.
* Refresh patch: 14_update_es_po.
* Add patch: 18_no_kde3_libs (only Q3Support is needed, not kde3support)
* Update copyright, bump Standards-Version to 3.8.4
* Rename README.Debian as README.source.
* Add lintian-overrides file.
* Add myself to Uploaders.



Copied: kde-extras/basket/trunk/debian/README.source (from rev 17656, kde-extras/basket/trunk/debian/README.Debian)
===================================================================
--- kde-extras/basket/trunk/debian/README.source	                        (rev 0)
+++ kde-extras/basket/trunk/debian/README.source	2010-04-11 23:48:10 UTC (rev 17657)
@@ -0,0 +1,140 @@
+Debian kde-extras Team
+----------------------
+
+1. Contacts
+-----------
+
+General help requests
+	<debian-kde at lists.debian.org>	mailing list
+	#debian-kde			on irc
+
+Packaging queries
+	<debian-qt-kde at lists.debian.org>  mailing list
+	#debian-qt-kde			  on irc
+
+Maintainers
+	<pkg-kde-extras at lists.alioth.debian.org>	mailing list
+
+
+2. Subversion repository
+------------------------
+  
+You can browse it only at:
+
+http://svn.debian.org/wsvn/pkg-kde/kde-extras/
+
+To "checkout" the repository use these commands:
+
+	$ svn co svn+ssh://${ALIOTH_USERNAME}@svn.debian.org/svn/pkg-kde/kde-extras
+
+Authorized SSH keys are controlled at https://alioth.debian.org/account/
+
+The repository layout is:
+
+- packagename/
+    - trunk/
+    - branches/
+    - tags/
+        - 0.7.2-1/
+        - 0.7.2-2/
+        - 0.7.2-2ubuntu1/
+        - 0.7.2-2ubuntu2/
+        - 0.7.2-2ubuntu3/
+        - 0.8.0/
+        ...
+
+If only one version of the package is available at the time, development must 
+be made at trunk/ dir, copying the dir to tags/'pkg-version' each time a new 
+release is made.
+
+When, at some point, the need to have two different versions at the same time 
+arises (for example, if we need a version to be in unstable and a different one
+to be in experimental), experimental development will be made in trunk/ and 
+if a new unstable package needs to be cooked, copying 
+tag/'latest_version_in_sid' to tag/'latest_version_in_sid'+1 will make the
+trick.
+
+3. Using svn-buildpackage
+--------------------------
+
+Packages with an upstream tarball will require you to set the mergeWithUpstream
+property first (from the package root) so that svn-buildpackage will look for
+the .orig.tar.gz in the ../tarballs directory.
+	
+	% svn propset mergeWithUpstream 1 debian
+
+Please note that this only works for packages which have only the debian/
+directory committed. Consequently, you must use CDBS's simple-patchsys.mk or
+dpatch to modify the upstream sources.
+
+After you have finished and committed your Debian patches via
+	
+	% svn commit [PACKAGE]
+
+as well as copying the orig.tar.gz to ../tarballs/ if necessary, you may build
+your package with the following commands:
+
+	% svn-buildpackage --svn-ignore-new -rfakeroot
+
+Please, don't commit tarballs/ or build-area/ directories to SVN.
+
+4. Tarballs and Build-area directories
+------------------------------------
+
+During pkg development before uploaded to debian the tarballs can be found at:
+
+	http://pkg-kde.alioth.debian.org/kde-extra/orig.tar.gz/
+
+You need to place those dirs in the parent directory of the one from which you're 
+running svn-buildpackage. Usually this means placing tarballs/ and build-area/ dirs 
+in 'pkgname'/ dir, at the same level as trunk/
+
+If you want to compile inside one version in tags/ dir, you'll need to place those
+dirs inside that dir. Of course the easiest and cleanest way of doing it is 
+by making a symlink of those dirs inside tags/ dir.
+
+5. Using svn-inject
+-------------------
+
+To inject a new package into the Debian KDE Extras svn archive you should use svn-inject(1)
+as follows:
+
+        svn-inject -o <package>.dsc svn+ssh://${ALIOTH_USERNAME}@svn.debian.org/svn/pkg-kde/kde-extras
+
+Type in your alioth password a few hundred times :-) and your package should be
+uploaded to the archive.  Note you will also need to manually copy the
+package.orig.tar.gz to your tarballs directory.  The -o option is important as
+this ensures that we 'Only keep modified files under SVN control'
+
+6. Versioning
+-------------
+
+As the autobuilder and fellow developers will need to differentiate between
+versions that are uploaded into debian already and those which will be at a
+later point, do use the UNRELEASED distribution until the time you actually do
+upload to incoming. Whoever is not a DD himself should let the sponsor do that
+final step if that sponsor has SVN commit rights to the kde-extras archive.
+
+The autobuilder packs can be found at http://kde-extras.buildserver.net/.
+The logs can be found at http://status.buildserver.net/.
+
+As the archive runs britney, it may well be that a built and installed package
+is not appearing to the archive until its reverse depends are (re)built too. In
+case of questions, feel free to mail kilian at debian.org.
+
+7. Automatic Backport hooks
+---------------------------
+
+The checkout script for putting together the sources can run a backports hook
+for certain dists (like Debian sarge) which need certain adjustments to the
+source like altered Build-Depends. This hook is a plain shell script (or
+makefile like debian/rules) which needs to be put in the debian/backports
+directory and made executable by means of the svn properties set. The codenames
+for the current dists are: sid, etch, sarge, edgy and dapper. For an example
+see asterisk-addons/trunk/debian/backports/sarge which may be more illustrating
+what to do.
+
+-(snip)-
+
+In case any of the above is unclear to you or seems outdated, please drop us a
+note to the maintainers list.

Added: kde-extras/basket/trunk/debian/basket.lintian-overrides
===================================================================
--- kde-extras/basket/trunk/debian/basket.lintian-overrides	                        (rev 0)
+++ kde-extras/basket/trunk/debian/basket.lintian-overrides	2010-04-11 23:48:10 UTC (rev 17657)
@@ -0,0 +1,3 @@
+basket: non-dev-pkg-with-shlib-symlink
+basket: shlib-without-versioned-soname usr/lib/libbasketcommon.so libbasketcommon.so
+basket: package-name-doesnt-match-sonames libbasketcommon4

Added: kde-extras/basket/trunk/debian/basket.manpages
===================================================================
--- kde-extras/basket/trunk/debian/basket.manpages	                        (rev 0)
+++ kde-extras/basket/trunk/debian/basket.manpages	2010-04-11 23:48:10 UTC (rev 17657)
@@ -0,0 +1 @@
+debian/basket.1

Modified: kde-extras/basket/trunk/debian/changelog
===================================================================
--- kde-extras/basket/trunk/debian/changelog	2010-04-11 21:01:10 UTC (rev 17656)
+++ kde-extras/basket/trunk/debian/changelog	2010-04-11 23:48:10 UTC (rev 17657)
@@ -4,8 +4,24 @@
 
   * New upstream release.
 
- -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Wed, 24 Mar 2010 19:26:39 +0100
+  [ Luigi Toscano ]
+  * Cleanup the build system, switch to debhelper 7 and "3.0 (quilt)" format.
+  * Remove patches: 
+    - 03_lib_link, 04_am_maintainer_mode, 
+      05_allow_newer_automake_and_autoconf, 06_autoconf2.64: 
+      no more needed (new build system);
+    - 12_desktop, 13_add_da.po, 16_basket_kontact_compat,
+      17_mimetype: merged upstream;
+    - 15_fix_gcc4.3: no more needed.
+  * Refresh patch: 14_update_es_po.
+  * Add patch: 18_no_kde3_libs (only Q3Support is needed, not kde3support)
+  * Update copyright, bump Standards-Version to 3.8.4
+  * Rename README.Debian as README.source.
+  * Add lintian-overrides file.
+  * Add myself to Uploaders.
 
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Mon, 12 Apr 2010 01:37:00 +0200
+
 basket (1.0.2-8) unstable; urgency=low
 
   * Hack around autoconf2.64 changes. More hacks. Thanks to pld-linux.

Modified: kde-extras/basket/trunk/debian/compat
===================================================================
--- kde-extras/basket/trunk/debian/compat	2010-04-11 21:01:10 UTC (rev 17656)
+++ kde-extras/basket/trunk/debian/compat	2010-04-11 23:48:10 UTC (rev 17657)
@@ -1 +1 @@
-5
+7

Modified: kde-extras/basket/trunk/debian/control
===================================================================
--- kde-extras/basket/trunk/debian/control	2010-04-11 21:01:10 UTC (rev 17656)
+++ kde-extras/basket/trunk/debian/control	2010-04-11 23:48:10 UTC (rev 17657)
@@ -2,10 +2,10 @@
 Section: kde
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
-Uploaders: Sune Vuorela <debian at pusling.com>
-Build-Depends: debhelper (>= 5), autotools-dev, kdelibs4-dev (>= 4:3.5.6), libgpgme11-dev, quilt (>= 0.40), autoconf, libtool, automake
+Uploaders: Sune Vuorela <debian at pusling.com>, Luigi Toscano <luigi.toscano at tiscali.it>
+Build-Depends: debhelper (>= 7), pkg-kde-tools (>= 0.5), cmake, kdepimlibs5-dev (>=4:4.3.3)
 Homepage: http://basket.kde.org/
-Standards-Version: 3.7.2
+Standards-Version: 3.8.4
 
 Package: basket
 Architecture: any
@@ -17,5 +17,3 @@
  Objects can be edited, copied, dragged... So, they can be arranged
  according to users' taste. Moreover, Basket allows you to keep all objects 
  you want in one place, keep data on hand, take notes...
- .
-  Homepage: http://basket.kde.org/

Modified: kde-extras/basket/trunk/debian/copyright
===================================================================
--- kde-extras/basket/trunk/debian/copyright	2010-04-11 21:01:10 UTC (rev 17656)
+++ kde-extras/basket/trunk/debian/copyright	2010-04-11 23:48:10 UTC (rev 17657)
@@ -8,8 +8,9 @@
 
 Copyright (c) 2004-2007 by Sebastien Laout <sebastien.laout at tuxfamily.org>
 
-Upstream Author: Sebastien Laout <sebastien.laout at tuxfamily.org>
-        	Petri Damstén <damu at iki.fi>
+Upstream Author: Kelvie Wong <kelvie at ieee.org>
+        	Sebastien Laout <sebastien.laout at tuxfamily.org>
+        	Petri Damstén <damu at iki.fi>
 	    	Alex Gontmakher <gsasha at cs.technion.ac.il>
 	        Marco Martin <m4rt at libero.it>
 		and other contributers

Modified: kde-extras/basket/trunk/debian/docs
===================================================================
--- kde-extras/basket/trunk/debian/docs	2010-04-11 21:01:10 UTC (rev 17656)
+++ kde-extras/basket/trunk/debian/docs	2010-04-11 23:48:10 UTC (rev 17657)
@@ -1,2 +1,3 @@
 README
 TODO
+debian/README.source

Modified: kde-extras/basket/trunk/debian/patches/14_update_es_po.diff
===================================================================
--- kde-extras/basket/trunk/debian/patches/14_update_es_po.diff	2010-04-11 21:01:10 UTC (rev 17656)
+++ kde-extras/basket/trunk/debian/patches/14_update_es_po.diff	2010-04-11 23:48:10 UTC (rev 17657)
@@ -1,5 +1,5 @@
---- basket-1.0.2/po/es.po.orig	2007-04-24 17:32:07.000000000 +0200
-+++ basket-1.0.2/po/es.po	2007-04-24 17:31:53.000000000 +0200
+--- basket-1.80/po/es.po.orig	2010-03-30 01:35:33.000000000 +0200
++++ basket-1.80/po/es.po	2010-03-30 01:36:11.000000000 +0200
 @@ -1,5 +1,4 @@
 -# Translation of es.po to Spanish
 -# translation of es.po to
@@ -7,52 +7,61 @@
  # Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
  #
  # Sébastien Laoût <slaout at linux62.org>, 2005.
-@@ -10,7 +9,7 @@
- msgstr ""
+@@ -11,7 +10,7 @@
  "Project-Id-Version: es\n"
- "POT-Creation-Date: 2007-01-13 15:57+0100\n"
+ "Report-Msgid-Bugs-To: \n"
+ "POT-Creation-Date: 2009-05-17 22:39+0200\n"
 -"PO-Revision-Date: 2007-01-23 14:40+0100\n"
 +"PO-Revision-Date: 2007-04-19 09:16+0200\n"
  "Last-Translator: Enrique Matias Sanchez (aka Quique) <cronopios at gmail.com>\n"
  "Language-Team: Spanish <es at li.org>\n"
  "MIME-Version: 1.0\n"
-@@ -138,7 +137,7 @@
- "folder manually (eg. adding a file in a basket folder will not add that file "
- "to the basket).</p>"
- msgstr ""
--"<p>Puede mover la carpeta en la que %1 almacena sus cestas a:</p><ul><li>Almacenar sus carpetas en un lugar visible de su carpeta personal, como ~/Notas o ~/Cestas, a fin de poder hacer copias de respaldo cuando lo deseea.</li> "
-+"<p>Puede mover la carpeta en la que %1 almacena sus cestas a:</p><ul><li>Almacenar sus carpetas en un lugar visible de su carpeta personal, como ~/Notas o ~/Cestas, a fin de poder hacer copias de respaldo cuando lo desee.</li> "
- "<li>Almacenar sus cestas en un servidor para compartirlas entre dos computadoras.<br>En este caso, monte la carpeta compartida en el sistema de ficheros local y solicite a %2 que use ese punto de montaje.<br>Advertencia: no debe ejecutar %3 al mismo tiempo en las dos computadoras, o se arriesgaría a perder datos mientras las dos aplicaciones estén desincronizadas.</li></ul><p>"
- "Recuerde que no debe cambiar manualmente el contenido de esta carpeta (por ejemplo añadir un fichero a una carpeta de basket no añadirá ese fichero a una carpeta de cesta no añadirá ese fichero a la cesta.)</p>"
+@@ -377,7 +376,7 @@
+ "<p>Puede mover la carpeta en la que %1 almacena sus cestas a:</"
+ "p><ul><li>Almacenar sus carpetas en un lugar visible de su carpeta personal, "
+ "como ~/Notas o ~/Cestas, a fin de poder hacer copias de respaldo cuando lo "
+-"deseea.</li> <li>Almacenar sus cestas en un servidor para compartirlas entre "
++"desee.</li> <li>Almacenar sus cestas en un servidor para compartirlas entre "
+ "dos computadoras.<br>En este caso, monte la carpeta compartida en el sistema "
+ "de ficheros local y solicite a %2 que use ese punto de montaje."
+ "<br>Advertencia: no debe ejecutar %3 al mismo tiempo en las dos "
+@@ -479,7 +478,7 @@
  
-@@ -228,7 +227,7 @@
- 
- #: backup.cpp:231 bnpview.cpp:1786
+ #: src/backup.cpp:248 src/bnpview.cpp:2136
  msgid "Open Basket Archive"
 -msgstr "Abriar un archivo de cestas"
 +msgstr "Abrir un archivo de cestas"
  
- #: backup.cpp:242
+ #: src/backup.cpp:259
  msgid "README.txt"
-@@ -267,7 +266,7 @@
- msgid ""
+@@ -526,7 +525,7 @@
  "If something goes wrong during the restoration process, read the file <b>%1</"
  "b>."
--msgstr "Si algo fuse mal durante el proceso de restauración, lea el fichero <b>%1</b>."
-+msgstr "Si algo fuese mal durante el proceso de restauración, lea el fichero <b>%1</b>."
+ msgstr ""
+-"Si algo fuse mal durante el proceso de restauración, lea el fichero <b>%1</"
++"Si algo fuese mal durante el proceso de restauración, lea el fichero <b>%1</"
+ "b>."
  
- #: backup.cpp:257
- msgid "Restore Baskets"
-@@ -667,7 +666,7 @@
- msgstr ""
- "<p><strong>Recordar fácilmente sus accesos rápidos de teclado</strong>:"
- "<br>Con la primera opción, darle a la cesta un acceso rápido de la forma <strong>Alt+Letra<strong> subrayará esa letra en el árbol de cestas."
--"<br>Por ejemplo, si asigna el acceso rápido <i>Alt+C</i> a una cesta llamada <i>Consejos</i>, la cesta será mostrada en el árbol como <i><u>C</u>onsejos</i>. Visualizar los accesos rápidos ayuda a recordarlos más rapidamente.</p> "
-+"<br>Por ejemplo, si asigna el acceso rápido <i>Alt+C</i> a una cesta llamada <i>Consejos</i>, la cesta será mostrada en el árbol como <i><u>C</u>onsejos</i>. Visualizar los accesos rápidos ayuda a recordarlos más rápidamente.</p> "
- "<p><strong>Local vs Global</strong>:<br> "
- "La primera opción le permite mostrar la cesta mientras la ventana principal está activa. Los accesos rápidos globales son válidos desde cualquier sitio, incluso si la ventana está cerrada.</p>"
- "<p><strong>Mostrar vs Cambiar</strong>:<br>La última opción hace que ésta sea la cesta actual sin abrir la ventana principal. Es útil cuando se añade a los accesos rápidos globales configurables para, por ejemplo, pegar el contenido del portapapeles o la selección en la cesta actual desde cualquier sitio.</p>"
-@@ -1591,7 +1590,7 @@
+ #: src/backup.cpp:274
+@@ -873,7 +872,7 @@
+ #: src/basket_options.h:43
+ #, fuzzy
+ msgid "Open a basket archive or template."
+-msgstr "Abriar un archivo de cestas"
++msgstr "Abrir un archivo de cestas"
+ 
+ #: src/basketproperties.cpp:54
+ msgid "Basket Properties"
+@@ -947,7 +946,7 @@
+ "<strong>Alt+Letra<strong> subrayará esa letra en el árbol de cestas.<br>Por "
+ "ejemplo, si asigna el acceso rápido <i>Alt+C</i> a una cesta llamada "
+ "<i>Consejos</i>, la cesta será mostrada en el árbol como <i><u>C</u>onsejos</"
+-"i>. Visualizar los accesos rápidos ayuda a recordarlos más rapidamente.</p> "
++"i>. Visualizar los accesos rápidos ayuda a recordarlos más rápidamente.</p> "
+ "<p><strong>Local vs Global</strong>:<br> La primera opción le permite "
+ "mostrar la cesta mientras la ventana principal está activa. Los accesos "
+ "rápidos globales son válidos desde cualquier sitio, incluso si la ventana "
+@@ -1898,7 +1897,7 @@
  "<b>The application has an improper behaviour</b> when clicking the Add "
  "button. Nothing happens."
  msgstr ""
@@ -60,4 +69,4 @@
 +"<b>La aplicación tiene un comportamiento anómalo</b> cuando pulso en el "
  "botón Añadir. No ocurre nada."
  
- #: likeback.cpp:477
+ #: src/likeback.cpp:475

Added: kde-extras/basket/trunk/debian/patches/18_no_kde3_libs.diff
===================================================================
--- kde-extras/basket/trunk/debian/patches/18_no_kde3_libs.diff	                        (rev 0)
+++ kde-extras/basket/trunk/debian/patches/18_no_kde3_libs.diff	2010-04-11 23:48:10 UTC (rev 17657)
@@ -0,0 +1,20 @@
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -59,7 +59,7 @@
+ kde4_add_library(basketcommon SHARED ${basketcommon_LIB_SRCS})
+ 
+ target_link_libraries(basketcommon
+-  ${KDE4_KDE3SUPPORT_LIBS} # Remove me
++  ${QT_QT3SUPPORT_LIBRARY}
+   ${KDE4_KIO_LIBS}
+   ${KDE4_KDEUI_LIBS}
+   ${KDE4_KPARTS_LIBS}
+@@ -82,7 +82,7 @@
+ 
+ kde4_add_executable(basket ${basket_SRCS})
+ target_link_libraries(basket
+-  ${KDE4_KDE3SUPPORT_LIBS} # Remove me as well
++  ${QT_QT3SUPPORT_LIBRARY}
+   ${KDE4_KUTILS_LIBS}
+   ${KDE4_KFILE_LIBS}
+   ${KDE4_PHONON_LIBRARY}

Modified: kde-extras/basket/trunk/debian/patches/series
===================================================================
--- kde-extras/basket/trunk/debian/patches/series	2010-04-11 21:01:10 UTC (rev 17656)
+++ kde-extras/basket/trunk/debian/patches/series	2010-04-11 23:48:10 UTC (rev 17657)
@@ -1,10 +1,2 @@
-03_lib_link.diff
-04_am_maintainer_mode.diff
-05_allow_newer_automake_and_autoconf.diff
-06_autoconf2.64.diff
-12_desktop.diff
-13_add_da.po.diff
 14_update_es_po.diff
-15_fix_gcc4.3.diff
-16_basket_kontact_compat.diff
-17_mimetype.diff
+18_no_kde3_libs.diff

Modified: kde-extras/basket/trunk/debian/rules
===================================================================
--- kde-extras/basket/trunk/debian/rules	2010-04-11 21:01:10 UTC (rev 17656)
+++ kde-extras/basket/trunk/debian/rules	2010-04-11 23:48:10 UTC (rev 17657)
@@ -1,113 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-#export DH_VERBOSE=1
+%:
+	dh --with kde $@
 
-# 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)
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-include /usr/share/quilt/quilt.make
-
-configure: $(QUILT_STAMPFN)
-	cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
-	cat /usr/share/aclocal/*.m4 > admin/libtool.m4.in
-
-	make -f admin/Makefile.common
-
-
-
-config.status: configure
-	dh_testdir
-	test -e config.sub -a -L config.sub || \
-		ln -sf /usr/share/misc/config.sub config.sub
-	test -e config.guess -a -L config.guess || \
-		ln -sf /usr/share/misc/config.guess config.guess
-
-	CFLAGS="$(CFLAGS)"  ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
-		--prefix=/usr --with-qt-dir=/usr/share/qt3 \
-		--with-qt-includes=/usr/include/qt3 \
-		--with-qt-libraries=/usr/share/qt3/lib \
-		--mandir=\$${prefix}/share/man \
-		--infodir=\$${prefix}/share/info \
-		--disable-rpath --disable-debug \
-		kde_htmldir=/usr/share/doc/kde/HTML
-
-
-build: build-stamp
-
-build-stamp:  config.status
-	dh_testdir
-
-	$(MAKE)
-
-	touch build-stamp
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-
-	[ ! -f Makefile ] || $(MAKE) distclean
-
-	$(RM) config.cache config.sub config.guess config.log
-
-	dh_clean
-	rm -f build-stamp
-	#cleaning up after relibtoolizing
-	find . -name Makefile.in | xargs rm -f
-	rm -f po/*.gmo
-	rm -f config.sub config.guess
-	rm -f aclocal.m4
-	rm -f acinclude.m4
-	rm -f configure configure.in
-	rm -f config.h.in
-	rm -f admin/ltmain.sh
-	rm -f admin/libtool.m4.in
-
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	# Install into package-build-dir
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
-	mkdir -p $(CURDIR)/debian/tmp/usr/share/applications/kde/
-	mv $(CURDIR)/debian/tmp/usr/share/applnk/Utilities/basket.desktop $(CURDIR)/debian/tmp/usr/share/applications/kde/
-
-binary-indep: build install
-
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs ChangeLog
-	dh_installdocs
-	dh_installexamples
-	dh_install --sourcedir=debian/tmp
-	dh_installmenu
-#	dh_installlogrotate
-#	dh_installinfo
-	dh_installman debian/basket.1
-	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 
+.PHONY: override_dh_auto_test

Added: kde-extras/basket/trunk/debian/source/format
===================================================================
--- kde-extras/basket/trunk/debian/source/format	                        (rev 0)
+++ kde-extras/basket/trunk/debian/source/format	2010-04-11 23:48:10 UTC (rev 17657)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-kde-commits mailing list