[Pkg-sympa-commits] [sympa] 11/14: Add a patch to properly cleanup temporary files generated by build

Emmanuel Bouthenot kolter at moszumanska.debian.org
Thu Jul 27 10:43:20 UTC 2017


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

kolter pushed a commit to branch master
in repository sympa.

commit 1ec148e9808ce7f91ce8c951ad3bb0e865036ed7
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Thu Jul 27 10:36:11 2017 +0200

    Add a patch to properly cleanup temporary files generated by build
---
 debian/patches/1000_cleanup_fixes.patch | 16 ++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/1000_cleanup_fixes.patch b/debian/patches/1000_cleanup_fixes.patch
new file mode 100644
index 0000000..5fdc73d
--- /dev/null
+++ b/debian/patches/1000_cleanup_fixes.patch
@@ -0,0 +1,16 @@
+Description: Fix Makefile to clean up files generated by build process
+Author: Emmanuel Bouthenot <kolter at debian.org>
+Last-Update: 2017-07-27
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -76,7 +76,7 @@
+ 	$(check_SCRIPTS) $(check_DATA) \
+ 	$(noinst_SCRIPTS)
+ 
+-CLEANFILES = META.json previous_sympa_version sympa.spec sympa_wizard.pl.inst
++CLEANFILES = META.json previous_sympa_version sympa.spec sympa_wizard.pl.inst src/lib/Sympa/Internals.pod
+ 
+ MSGFMT=@MSGFMT@
+ .po.mo:
diff --git a/debian/patches/series b/debian/patches/series
index fc4a34e..82f231c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+1000_cleanup_fixes.patch
 2001_ca_bundle_check_as_warning.patch
 2002_support_jquery3_using_migrate.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/sympa.git



More information about the Pkg-sympa-commits mailing list