[SCM] Debian packaging of Lemonldap-NG-Cli CPAN distribution branch, master, updated. debian/0.1-1-4-g9004bf5

Xavier Guimard x.guimard at free.fr
Sat Oct 27 08:04:31 UTC 2012


The following commit has been merged in the master branch:
commit 9004bf55dfcaffea381c0b7d6cdec8524624894d
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Oct 27 10:03:49 2012 +0200

    Trying to change fixed paths

diff --git a/debian/changelog b/debian/changelog
index d5517f4..bb4d966 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+liblemonldap-ng-cli-perl (0.2-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * TODO : wait for "Changes" file to be updated
+
+ -- Xavier Guimard <x.guimard at free.fr>  Mon, 23 Jul 2012 20:12:23 +0200
+
 liblemonldap-ng-cli-perl (0.1-1) unstable; urgency=low
 
   * Initial Release (Closes: #680466).
diff --git a/debian/patches/change-paths b/debian/patches/change-paths
new file mode 100644
index 0000000..b3d83cb
--- /dev/null
+++ b/debian/patches/change-paths
@@ -0,0 +1,40 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ liblemonldap-ng-cli-perl (0.2-1) UNRELEASED; urgency=low
+ .
+   * New upstream release
+Author: Xavier Guimard <x.guimard at free.fr>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- liblemonldap-ng-cli-perl-0.2.orig/Build.PL
++++ liblemonldap-ng-cli-perl-0.2/Build.PL
+@@ -39,10 +39,10 @@ if (not defined ($build->install_path ('
+ {
+      if (not defined ($build->prefix ()))
+      {
+-          $build->prefix ('/usr/local');
++          $build->prefix ('/usr');
+      }
+ 
+-     my $path = $build->prefix ().'/etc';
++     my $path = '/etc';
+      $build->install_path (conf => $path);
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5552baa
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+change-paths

-- 
Debian packaging of Lemonldap-NG-Cli CPAN distribution



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