[sepia] 20/63: Imported Debian patch 0.96-2.1

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 8 11:20:34 UTC 2015


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

bengen pushed a commit to branch master
in repository sepia.

commit 8ca6af2dc218ac6512d020620c2ff6b1e93cd5a0
Author: Mark Hymers <mhy at debian.org>
Date:   Sat Apr 5 13:34:38 2008 +0100

    Imported Debian patch 0.96-2.1
---
 debian/changelog | 9 +++++++++
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ff1f89f..1e5b978 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+sepia (0.96-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Perl 5.10.  Closes: #468196 
+  * Add Build-Dependencies to prevent the build system from falling back
+    to using CPAN interactively during build
+
+ -- Mark Hymers <mhy at debian.org>  Sat, 05 Apr 2008 13:34:38 +0100
+
 sepia (0.96-2) unstable; urgency=low
 
   * Added snippet.el (Closes: #457195)
diff --git a/debian/control b/debian/control
index 4dd0f54..0005a57 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: sepia
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: texinfo, perl (>= 5.8.8-7), libpadwalker-perl (>= 1.0), libmodule-info-perl, libsub-uplevel-perl
+Build-Depends-Indep: texinfo, perl (>= 5.8.8-7), libpadwalker-perl (>= 1.0), libmodule-info-perl, libsub-uplevel-perl, liblexical-persistence-perl, libmodule-corelist-perl, libdevel-size-perl
 Maintainer: Hilko Bengen <bengen at debian.org>
 Standards-Version: 3.7.3
 
diff --git a/debian/rules b/debian/rules
index 87cee0d..a9a1128 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,7 @@ install-stamp:
 	# As this is a architecture independent package, we are not
 	# supposed to install stuff to /usr/lib. MakeMaker creates
 	# the dirs, we delete them from the deb:
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 
 	install -d $(TMP)/usr/share/emacs/site-lisp/sepia
 	install -m644 *.el $(TMP)/usr/share/emacs/site-lisp/sepia

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



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