rev 7919 - kde-extras/filelight/branches/newpackaging/debian/patches

Raúl Sánchez Siles kebianizao-guest at alioth.debian.org
Thu Nov 15 21:24:31 UTC 2007


Author: kebianizao-guest
Date: 2007-11-15 21:24:31 +0000 (Thu, 15 Nov 2007)
New Revision: 7919

Added:
   kde-extras/filelight/branches/newpackaging/debian/patches/01_configure-update.dpatch
   kde-extras/filelight/branches/newpackaging/debian/patches/02_dist-files.dpatch
   kde-extras/filelight/branches/newpackaging/debian/patches/05_fPIC_radialmap_part.dpatch
   kde-extras/filelight/branches/newpackaging/debian/patches/07_install-radial-map.dpatch
   kde-extras/filelight/branches/newpackaging/debian/patches/10_fix-filelight.desktop-typo.dpatch
Removed:
   kde-extras/filelight/branches/newpackaging/debian/patches/01_filelight_1.0-1.dpatch
Modified:
   kde-extras/filelight/branches/newpackaging/debian/patches/00list
Log:
Split big upstream patch into smaller chunks.

Modified: kde-extras/filelight/branches/newpackaging/debian/patches/00list
===================================================================
--- kde-extras/filelight/branches/newpackaging/debian/patches/00list	2007-11-15 21:23:42 UTC (rev 7918)
+++ kde-extras/filelight/branches/newpackaging/debian/patches/00list	2007-11-15 21:24:31 UTC (rev 7919)
@@ -1 +1,5 @@
-01_filelight_1.0-1
+01_configure-update
+02_dist-files
+05_fPIC_radialmap_part
+07_install-radial-map
+10_fix-filelight.desktop-typo

Added: kde-extras/filelight/branches/newpackaging/debian/patches/01_configure-update.dpatch
===================================================================
--- kde-extras/filelight/branches/newpackaging/debian/patches/01_configure-update.dpatch	                        (rev 0)
+++ kde-extras/filelight/branches/newpackaging/debian/patches/01_configure-update.dpatch	2007-11-15 21:24:31 UTC (rev 7919)
@@ -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/branches/newpackaging/debian/patches/01_configure-update.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Deleted: kde-extras/filelight/branches/newpackaging/debian/patches/01_filelight_1.0-1.dpatch

Added: kde-extras/filelight/branches/newpackaging/debian/patches/02_dist-files.dpatch
===================================================================
--- kde-extras/filelight/branches/newpackaging/debian/patches/02_dist-files.dpatch	                        (rev 0)
+++ kde-extras/filelight/branches/newpackaging/debian/patches/02_dist-files.dpatch	2007-11-15 21:24:31 UTC (rev 7919)
@@ -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/branches/newpackaging/debian/patches/02_dist-files.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Added: kde-extras/filelight/branches/newpackaging/debian/patches/05_fPIC_radialmap_part.dpatch
===================================================================
--- kde-extras/filelight/branches/newpackaging/debian/patches/05_fPIC_radialmap_part.dpatch	                        (rev 0)
+++ kde-extras/filelight/branches/newpackaging/debian/patches/05_fPIC_radialmap_part.dpatch	2007-11-15 21:24:31 UTC (rev 7919)
@@ -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/branches/newpackaging/debian/patches/05_fPIC_radialmap_part.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Added: kde-extras/filelight/branches/newpackaging/debian/patches/07_install-radial-map.dpatch
===================================================================
--- kde-extras/filelight/branches/newpackaging/debian/patches/07_install-radial-map.dpatch	                        (rev 0)
+++ kde-extras/filelight/branches/newpackaging/debian/patches/07_install-radial-map.dpatch	2007-11-15 21:24:31 UTC (rev 7919)
@@ -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/branches/newpackaging/debian/patches/07_install-radial-map.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Added: kde-extras/filelight/branches/newpackaging/debian/patches/10_fix-filelight.desktop-typo.dpatch
===================================================================
--- kde-extras/filelight/branches/newpackaging/debian/patches/10_fix-filelight.desktop-typo.dpatch	                        (rev 0)
+++ kde-extras/filelight/branches/newpackaging/debian/patches/10_fix-filelight.desktop-typo.dpatch	2007-11-15 21:24:31 UTC (rev 7919)
@@ -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/branches/newpackaging/debian/patches/10_fix-filelight.desktop-typo.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kde-commits mailing list