[SCM] terminatorx/master: Update file cleaning patch

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Wed Aug 3 10:38:15 UTC 2016


The following commit has been merged in the master branch:
commit f83cc2ddb0275f92b9c1b25152a2b13c311091b8
Author: James Cowgill <jcowgill at debian.org>
Date:   Wed Aug 3 10:34:54 2016 +0000

    Update file cleaning patch

diff --git a/debian/patches/29-clean-icon-resources.patch b/debian/patches/29-clean-built-sources.patch
similarity index 72%
rename from debian/patches/29-clean-icon-resources.patch
rename to debian/patches/29-clean-built-sources.patch
index 91cf8fd..0f97d5c 100644
--- a/debian/patches/29-clean-icon-resources.patch
+++ b/debian/patches/29-clean-built-sources.patch
@@ -1,4 +1,4 @@
-Description: Clean generated icon resource .c files
+Description: Clean generated .c files
 Author: James Cowgill <jcowgill at debian.org>
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
@@ -12,3 +12,13 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  EXTRA_DIST = 	$(tX_knob_resource_file) $(tX_knob_images) $(tX_icons_resource_file) $(tX_icons) $(tX_dialog_resource_file)
  
  tX_knob_resources.c: $(tX_knob_resource_file) $(tX_knob_images)
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -12,6 +12,7 @@ license.c: $(top_srcdir)/COPYING
+ tX_dialog.o: license.c
+ 
+ BUILT_SOURCES = license.c
++CLEANFILES = license.c
+ 
+ bin_PROGRAMS = terminatorX
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 4d870f3..6356de5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,4 +2,4 @@
 25-libdl_underlinkage.patch
 27-kfreebsd.patch
 28-yelp-tools.patch
-29-clean-icon-resources.patch
+29-clean-built-sources.patch

-- 
terminatorx packaging



More information about the pkg-multimedia-commits mailing list