[Pkg-wmaker-commits] [wmclock] 58/66: debian/patches: (clean_xpm.patch) Clean xpm files creating during configuration.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 10:52:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmclock.
commit e76ee53271d499a09d630700586933e450db5229
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date: Fri Dec 12 11:23:04 2014 -0600
debian/patches: (clean_xpm.patch) Clean xpm files creating during configuration.
---
debian/patches/clean_xpm.patch | 14 ++++++++++++++
debian/patches/series | 1 +
2 files changed, 15 insertions(+)
diff --git a/debian/patches/clean_xpm.patch b/debian/patches/clean_xpm.patch
new file mode 100644
index 0000000..174d0e3
--- /dev/null
+++ b/debian/patches/clean_xpm.patch
@@ -0,0 +1,14 @@
+Description: Clean xpm files created during configuration.
+ The files month.xpm and weekday.xpm are created by wmclock's configure script
+ as symlinks to the files in the appropriate language directory. If these
+ aren't cleaned, then consecutive builds will fail to do a dpkg-source error.
+Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Last-Update: 2014-12-12
+
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -5,3 +5,4 @@
+ LIBS += $(x11_LIBS) $(xpm_LIBS) $(xext_LIBS)
+ dist_man_MANS = wmclock.1
+ nobase_dist_pkgdata_DATA = lang.*/*.xpm
++CLEANFILES = month.xpm weekday.xpm
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8a0a814
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+clean_xpm.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmclock.git
More information about the Pkg-wmaker-commits
mailing list