rev 10214 - in kde-extras/filelight/trunk/debian: . patches

Raúl Sánchez Siles kebianizao-guest at alioth.debian.org
Sun Apr 20 21:42:54 UTC 2008


Author: kebianizao-guest
Date: 2008-04-20 21:42:54 +0000 (Sun, 20 Apr 2008)
New Revision: 10214

Added:
   kde-extras/filelight/trunk/debian/patches/01_configure-update.diff
   kde-extras/filelight/trunk/debian/patches/02_dist-files.diff
   kde-extras/filelight/trunk/debian/patches/05_fPIC_radialmap_part.diff
   kde-extras/filelight/trunk/debian/patches/07_install-radial-map.diff
   kde-extras/filelight/trunk/debian/patches/10_fix-filelight.desktop-typo.diff
   kde-extras/filelight/trunk/debian/patches/series
Removed:
   kde-extras/filelight/trunk/debian/patches/00list
   kde-extras/filelight/trunk/debian/patches/01_configure-update.dpatch
   kde-extras/filelight/trunk/debian/patches/02_dist-files.dpatch
   kde-extras/filelight/trunk/debian/patches/05_fPIC_radialmap_part.dpatch
   kde-extras/filelight/trunk/debian/patches/07_install-radial-map.dpatch
   kde-extras/filelight/trunk/debian/patches/10_fix-filelight.desktop-typo.dpatch
Modified:
   kde-extras/filelight/trunk/debian/changelog
   kde-extras/filelight/trunk/debian/control
   kde-extras/filelight/trunk/debian/rules
Log:
Moving to quilt patch system.

Modified: kde-extras/filelight/trunk/debian/changelog
===================================================================
--- kde-extras/filelight/trunk/debian/changelog	2008-04-20 20:53:43 UTC (rev 10213)
+++ kde-extras/filelight/trunk/debian/changelog	2008-04-20 21:42:54 UTC (rev 10214)
@@ -6,6 +6,7 @@
   * Fixed Vcs-Svn and VCs-Browser fields.
   * Reordered CDBS build rules and removing autotools.mk since it clashes with
     kde.mk.
+  * Moving to quilt patch system.
 
  -- Raúl Sánchez Siles <rasasi78 at gmail.com>  Sun, 25 Nov 2007 20:12:44 +0100
 

Modified: kde-extras/filelight/trunk/debian/control
===================================================================
--- kde-extras/filelight/trunk/debian/control	2008-04-20 20:53:43 UTC (rev 10213)
+++ kde-extras/filelight/trunk/debian/control	2008-04-20 21:42:54 UTC (rev 10214)
@@ -4,7 +4,7 @@
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Raúl Sánchez Siles <rasasi78 at gmail.com>
 Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 5.0), cdbs, kdelibs4-dev, xutils, chrpath, autoconf, gettext, dpatch
+Build-Depends: debhelper (>= 5.0), cdbs, kdelibs4-dev, xutils, chrpath, autoconf, gettext, quilt (>= 0.40)
 Vcs-Svn: svn://svn.debian.org/svn/pkg-kde/kde-extras/filelight/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/filelight/trunk
 Homepage: http://www.methylblue.com/filelight/

Deleted: kde-extras/filelight/trunk/debian/patches/00list

Added: kde-extras/filelight/trunk/debian/patches/01_configure-update.diff
===================================================================
--- kde-extras/filelight/trunk/debian/patches/01_configure-update.diff	                        (rev 0)
+++ kde-extras/filelight/trunk/debian/patches/01_configure-update.diff	2008-04-20 21:42:54 UTC (rev 10214)
@@ -0,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_configure-update.dpatch by Raúl Sánchez Siles <rasasi78 at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Update configure
+
+ at DPATCH@
+
+--- filelight-1.0.orig/configure
++++ filelight-1.0/configure
+@@ -37149,11 +37149,6 @@
+ 
+ { (exit 0); exit 0; }
+ _ACEOF
+-if test "x$with_fast_perl" = "xyes"; then    
+-  perl -i.bak $ac_aux_dir/conf.change.pl $CONFIG_STATUS    \
+-    || mv $CONFIG_STATUS.bak $CONFIG_STATUS    
+-  rm -f $CONFIG_STATUS.bak
+-fi    
+ chmod +x $CONFIG_STATUS
+ ac_clean_files=$ac_clean_files_save
+ 


Property changes on: kde-extras/filelight/trunk/debian/patches/01_configure-update.diff
___________________________________________________________________
Name: svn:executable
   + *

Deleted: kde-extras/filelight/trunk/debian/patches/01_configure-update.dpatch

Added: kde-extras/filelight/trunk/debian/patches/02_dist-files.diff
===================================================================
--- kde-extras/filelight/trunk/debian/patches/02_dist-files.diff	                        (rev 0)
+++ kde-extras/filelight/trunk/debian/patches/02_dist-files.diff	2008-04-20 21:42:54 UTC (rev 10214)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_dist-files.dpatch by Raúl Sánchez Siles <rasasi78 at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Do not install unnecessary files
+
+ at DPATCH@
+
+--- filelight-1.0.orig/Makefile.in
++++ filelight-1.0/Makefile.in
+@@ -656,7 +656,7 @@
+ .NOEXPORT:
+ 
+ #>+ 2
+-KDE_DIST=COPYING-DOCS subdirs configure.files Makefile.cvs filelight.lsm configure.in.in 
++KDE_DIST=COPYING-DOCS subdirs filelight.lsm configure.in.in 
+ 
+ #>+ 2
+ docs-am:


Property changes on: kde-extras/filelight/trunk/debian/patches/02_dist-files.diff
___________________________________________________________________
Name: svn:executable
   + *

Deleted: kde-extras/filelight/trunk/debian/patches/02_dist-files.dpatch

Added: kde-extras/filelight/trunk/debian/patches/05_fPIC_radialmap_part.diff
===================================================================
--- kde-extras/filelight/trunk/debian/patches/05_fPIC_radialmap_part.diff	                        (rev 0)
+++ kde-extras/filelight/trunk/debian/patches/05_fPIC_radialmap_part.diff	2008-04-20 21:42:54 UTC (rev 10214)
@@ -0,0 +1,27 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 05_fPIC_radialmap_part.dpatch by Raúl Sánchez Siles <rasasi78 at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Build using fPIC flag
+
+ at DPATCH@
+
+--- filelight-1.0.orig/src/part/radialMap/Makefile.am
++++ filelight-1.0/src/part/radialMap/Makefile.am
+@@ -1,4 +1,5 @@
+ INCLUDES = -I$(top_srcdir)/src/part $(all_includes)
+ METASOURCES = AUTO
+ noinst_LTLIBRARIES = libradialmap.la
++libradialmap_a_CFLAGS = -fPIC
+ libradialmap_la_SOURCES = widget.cpp builder.cpp map.cpp widgetEvents.cpp labels.cpp segmentTip.cpp
+--- filelight-1.0.orig/src/part/radialMap/Makefile.in
++++ filelight-1.0/src/part/radialMap/Makefile.in
+@@ -298,7 +298,7 @@
+ 
+ DEFS = @DEFS@
+ DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+-CPPFLAGS = @CPPFLAGS@
++CPPFLAGS = @CPPFLAGS@ -fPIC
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+ depcomp = $(SHELL) $(top_srcdir)/admin/depcomp


Property changes on: kde-extras/filelight/trunk/debian/patches/05_fPIC_radialmap_part.diff
___________________________________________________________________
Name: svn:executable
   + *

Deleted: kde-extras/filelight/trunk/debian/patches/05_fPIC_radialmap_part.dpatch

Added: kde-extras/filelight/trunk/debian/patches/07_install-radial-map.diff
===================================================================
--- kde-extras/filelight/trunk/debian/patches/07_install-radial-map.diff	                        (rev 0)
+++ kde-extras/filelight/trunk/debian/patches/07_install-radial-map.diff	2008-04-20 21:42:54 UTC (rev 10214)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 07_install-radial-map.dpatch by Raúl Sánchez Siles <rasasi78 at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Install libradial.a
+
+ at DPATCH@
+
+--- filelight-1.0.orig/src/part/radialMap/Makefile.in
++++ filelight-1.0/src/part/radialMap/Makefile.in
+@@ -573,7 +575,7 @@
+ 	-rm -f  widget.moc
+ 
+ #>+ 2
+-KDE_DIST=widget.h radialMap.h segmentTip.h builder.h sincos.h 
++KDE_DIST=widget.h radialMap.h libradialmap.a segmentTip.h builder.h sincos.h 
+ 
+ #>+ 2
+ docs-am:


Property changes on: kde-extras/filelight/trunk/debian/patches/07_install-radial-map.diff
___________________________________________________________________
Name: svn:executable
   + *

Deleted: kde-extras/filelight/trunk/debian/patches/07_install-radial-map.dpatch

Added: kde-extras/filelight/trunk/debian/patches/10_fix-filelight.desktop-typo.diff
===================================================================
--- kde-extras/filelight/trunk/debian/patches/10_fix-filelight.desktop-typo.diff	                        (rev 0)
+++ kde-extras/filelight/trunk/debian/patches/10_fix-filelight.desktop-typo.diff	2008-04-20 21:42:54 UTC (rev 10214)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_fix-filelight.desktop-typo.dpatch by Raúl Sánchez Siles <rasasi78 at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Correct type in filelight.desktop
+
+ at DPATCH@
+
+--- filelight-1.0.orig/misc/filelight.desktop
++++ filelight-1.0/misc/filelight.desktop
+@@ -3,7 +3,7 @@
+ Encoding=UTF-8
+ Name=Filelight
+ Name[xx]=xxFilelightxx
+-Generic Name=Disk Usage Statistics
++GenericName=Disk Usage Statistics
+ Type=Application
+ Exec=filelight %f
+ Icon=filelight.png


Property changes on: kde-extras/filelight/trunk/debian/patches/10_fix-filelight.desktop-typo.diff
___________________________________________________________________
Name: svn:executable
   + *

Deleted: kde-extras/filelight/trunk/debian/patches/10_fix-filelight.desktop-typo.dpatch

Added: kde-extras/filelight/trunk/debian/patches/series
===================================================================
--- kde-extras/filelight/trunk/debian/patches/series	                        (rev 0)
+++ kde-extras/filelight/trunk/debian/patches/series	2008-04-20 21:42:54 UTC (rev 10214)
@@ -0,0 +1,5 @@
+01_configure-update.diff
+02_dist-files.diff
+05_fPIC_radialmap_part.diff
+07_install-radial-map.diff
+10_fix-filelight.desktop-typo.diff

Modified: kde-extras/filelight/trunk/debian/rules
===================================================================
--- kde-extras/filelight/trunk/debian/rules	2008-04-20 20:53:43 UTC (rev 10213)
+++ kde-extras/filelight/trunk/debian/rules	2008-04-20 21:42:54 UTC (rev 10214)
@@ -6,9 +6,10 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/kde.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 DEB_INSTALL_MANPAGES_filelight := debian/filelight.1
+DEB_DH_ALWAYS_EXCLUDE=.svn
 
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-debug
 




More information about the pkg-kde-commits mailing list