[lemonldap-ng] 02/03: Preserve original sources

Xavier Guimard xguimard-guest at moszumanska.debian.org
Fri Apr 1 08:32:51 UTC 2016


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

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit f291aec8523a3d141a78f77960bba0d3dbeddf36
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri Apr 1 10:27:29 2016 +0200

    Preserve original sources
---
 debian/changelog                          |  1 +
 debian/patches/avoid-modify-sources.patch | 18 ++++++++++++++++++
 debian/patches/series                     |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 513dc0d..7db5345 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ lemonldap-ng (1.9.0-2) UNRELEASED; urgency=medium
   * Replace image duplication between doc packages by links
   * debian/copyright:
     - remove unused BSD license
+  * Add patch to preserve original sources
 
  -- Xavier Guimard <x.guimard at free.fr>  Mon, 07 Mar 2016 07:11:32 +0100
 
diff --git a/debian/patches/avoid-modify-sources.patch b/debian/patches/avoid-modify-sources.patch
new file mode 100644
index 0000000..f34ea58
--- /dev/null
+++ b/debian/patches/avoid-modify-sources.patch
@@ -0,0 +1,18 @@
+Description: Avoid modify sources
+ Makefile updates sources if some timestamp are not up-to-date. This is not
+ required for Debian packaging (and recommends to add perltidy in build
+ dependencies
+Forwarded: not-needed
+Last-Update: 2016-04-01
+
+--- a/Makefile
++++ b/Makefile
+@@ -251,7 +251,7 @@
+ # Configure targets
+ # -----------------
+ 
+-configure:	json common_conf handler_conf portal_conf manager_conf
++configure:	common_conf handler_conf portal_conf manager_conf
+ 
+ minify: $(JSDSTFILES) $(CSSDSTFILES)
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 68bc22d..5e62c95 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 keep-angular-files.patch
 spelling-errors.patch
 javascript-path.patch
+avoid-modify-sources.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.git



More information about the Pkg-perl-cvs-commits mailing list