[mate-dock-applet] 06/18: debian/patches: Add 1001_proper-make-clean.patch. Properly clean source dir after build.

Mike Gabriel sunweaver at debian.org
Mon Feb 15 04:44:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository mate-dock-applet.

commit f841011514c8e030dd2817786b50b67dcff7a055
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Feb 14 14:50:22 2016 +0100

    debian/patches: Add 1001_proper-make-clean.patch. Properly clean source dir after build.
---
 debian/patches/1001_proper-make-clean.patch | 22 ++++++++++++++++++++++
 debian/patches/README                       |  3 +++
 debian/patches/series                       |  1 +
 3 files changed, 26 insertions(+)

diff --git a/debian/patches/1001_proper-make-clean.patch b/debian/patches/1001_proper-make-clean.patch
new file mode 100644
index 0000000..7942e2a
--- /dev/null
+++ b/debian/patches/1001_proper-make-clean.patch
@@ -0,0 +1,22 @@
+Description: Make sure that building the code (with dpkg-buildpackage) is idempotent.
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Forwarded: https://github.com/robint99/dock-applet/issues/38
+
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -127,12 +127,10 @@
+ 		     dock_color_changer.py \
+ 		     dom_color.py
+ 
+-CLEANFILES = $(applet_SCRIPTS) 
+-#	     $(gsettings_SCHEMAS) \
+-#	     org.mate.panel.applet.DockAppletFactory.service 
++CLEANFILES = $(applet_SCRIPTS) \
++	     org.mate.panel.applet.DockAppletFactory.service \
++	     org.mate.panel.DockApplet.mate-panel-applet
+ 
+-#	     $(gsettings_SCHEMAS).in 
+-	
+ EXTRA_DIST = dock_applet.in \
+ 	     dock_about.in \
+ 	     dock_prefs.in \
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..65e1576
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_proper-make-clean.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-dock-applet.git



More information about the pkg-mate-commits mailing list