r52737 - in /trunk/libmail-srs-perl/debian: changelog control rules srs.examples

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Feb 14 22:39:08 UTC 2010


Author: gregoa
Date: Sun Feb 14 22:38:47 2010
New Revision: 52737

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52737
Log:
Install example scripts.

Added:
    trunk/libmail-srs-perl/debian/srs.examples
Modified:
    trunk/libmail-srs-perl/debian/changelog
    trunk/libmail-srs-perl/debian/control
    trunk/libmail-srs-perl/debian/rules

Modified: trunk/libmail-srs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-srs-perl/debian/changelog?rev=52737&op=diff
==============================================================================
--- trunk/libmail-srs-perl/debian/changelog (original)
+++ trunk/libmail-srs-perl/debian/changelog Sun Feb 14 22:38:47 2010
@@ -21,6 +21,9 @@
   * Use source format 3.0 (quilt).
   * Bump Standards-Version to 3.8.4.
   * Add myself to Uploaders.
+
+  [ gregor herrmann ]
+  * Install example scripts.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 14 Feb 2010 21:13:55 +0900
 

Modified: trunk/libmail-srs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-srs-perl/debian/control?rev=52737&op=diff
==============================================================================
--- trunk/libmail-srs-perl/debian/control (original)
+++ trunk/libmail-srs-perl/debian/control Sun Feb 14 22:38:47 2010
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
  Ansgar Burchardt <ansgar at 43-1.org>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl, libdigest-hmac-perl, libmldbm-perl,
  libtest-pod-perl (>= 1.00), libtest-pod-coverage-perl (>= 0.02)
 Standards-Version: 3.8.4

Modified: trunk/libmail-srs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-srs-perl/debian/rules?rev=52737&op=diff
==============================================================================
--- trunk/libmail-srs-perl/debian/rules (original)
+++ trunk/libmail-srs-perl/debian/rules Sun Feb 14 22:38:47 2010
@@ -1,3 +1,11 @@
 #!/usr/bin/make -f
+
+PACKAGE = srs
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_installexamples:
+	dh_installexamples
+	sed -i '1s|^#!/sbin/runscript|#!/bin/sh|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/gentoo/srsd

Added: trunk/libmail-srs-perl/debian/srs.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-srs-perl/debian/srs.examples?rev=52737&op=file
==============================================================================
--- trunk/libmail-srs-perl/debian/srs.examples (added)
+++ trunk/libmail-srs-perl/debian/srs.examples Sun Feb 14 22:38:47 2010
@@ -1,0 +1,1 @@
+eg/*




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