[libsgmls-perl] 03/10: Makefile.PL - Revert changes to upstream source and create patch

Daniel Lintott dlintott-guest at moszumanska.debian.org
Thu Apr 10 21:34:42 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libsgmls-perl.

commit add9e3ccc68b3273f946f8d9804933a27cdcd6a2
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Thu Apr 10 20:39:14 2014 +0100

    Makefile.PL - Revert changes to upstream source and create patch
    
    Git-Dch: Ignore
---
 Makefile.PL                             | 17 -----------------
 debian/patches/Create_Makefile.PL.patch | 28 ++++++++++++++++++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 29 insertions(+), 17 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100644
index eae9755..0000000
--- a/Makefile.PL
+++ /dev/null
@@ -1,17 +0,0 @@
-use ExtUtils::MakeMaker;
-# See lib/ExtUtils/MakeMaker.pm for details of how to influence
-# the contents of the Makefile that is written.
-WriteMakefile(
-      'NAME'	=> 'SGMLS',
-      'VERSION'	=> '1.03ii',
-      'PM'	=> { 'SGMLS.pm' => '$(INST_LIBDIR)/SGMLS.pm',
-		     'Output.pm' => '$(INST_LIBDIR)/SGMLS/Output.pm',
-		     'Refs.pm' => '$(INST_LIBDIR)/SGMLS/Refs.pm',
-		     'skel.pl' => '$(INST_LIBDIR)/sgmlspl-specs/skel.pl',
-		 },
-      'MAN3PODS'=> { 'SGMLS.pm' => '$(INST_MAN3DIR)/SGMLS.3pm',
-		     'Output.pm' => '$(INST_MAN3DIR)/SGMLS::Output.3pm',
-		     'Refs.pm' => '$(INST_MAN3DIR)/SGMLS::Refs.3pm',
-		 },
-      'EXE_FILES' => [ 'sgmlspl', ],
-);
diff --git a/debian/patches/Create_Makefile.PL.patch b/debian/patches/Create_Makefile.PL.patch
new file mode 100644
index 0000000..49395df
--- /dev/null
+++ b/debian/patches/Create_Makefile.PL.patch
@@ -0,0 +1,28 @@
+Description: Create Makefile.PL
+Author: Ardo van Rangelrooij <ardo at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=39684 
+Forwarded: not-needed
+Last-Update: 2014-04-10
+diff --git a/Makefile.PL b/Makefile.PL
+new file mode 100644
+index 0000000..eae9755
+--- /dev/null
++++ b/Makefile.PL
+@@ -0,0 +1,17 @@
++use ExtUtils::MakeMaker;
++# See lib/ExtUtils/MakeMaker.pm for details of how to influence
++# the contents of the Makefile that is written.
++WriteMakefile(
++      'NAME'	=> 'SGMLS',
++      'VERSION'	=> '1.03ii',
++      'PM'	=> { 'SGMLS.pm' => '$(INST_LIBDIR)/SGMLS.pm',
++		     'Output.pm' => '$(INST_LIBDIR)/SGMLS/Output.pm',
++		     'Refs.pm' => '$(INST_LIBDIR)/SGMLS/Refs.pm',
++		     'skel.pl' => '$(INST_LIBDIR)/sgmlspl-specs/skel.pl',
++		 },
++      'MAN3PODS'=> { 'SGMLS.pm' => '$(INST_MAN3DIR)/SGMLS.3pm',
++		     'Output.pm' => '$(INST_MAN3DIR)/SGMLS::Output.3pm',
++		     'Refs.pm' => '$(INST_MAN3DIR)/SGMLS::Refs.3pm',
++		 },
++      'EXE_FILES' => [ 'sgmlspl', ],
++);
diff --git a/debian/patches/series b/debian/patches/series
index 9bf6c52..94d6176 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+Create_Makefile.PL.patch
 No_clean_doc.patch
 Add_desc_to_pod_name.patch

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



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