r73468 - in /trunk/librivescript-perl/debian: copyright docs examples librivescript-perl.docs librivescript-perl.examples patches/demo-fix.patch patches/examples.patch patches/series rules

onur-guest at users.alioth.debian.org onur-guest at users.alioth.debian.org
Sun Apr 24 21:33:30 UTC 2011


Author: onur-guest
Date: Sun Apr 24 21:33:14 2011
New Revision: 73468

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73468
Log:
ready for review 2

Added:
    trunk/librivescript-perl/debian/librivescript-perl.docs
      - copied, changed from r73466, trunk/librivescript-perl/debian/docs
    trunk/librivescript-perl/debian/librivescript-perl.examples
      - copied unchanged from r73466, trunk/librivescript-perl/debian/examples
    trunk/librivescript-perl/debian/patches/demo-fix.patch
Removed:
    trunk/librivescript-perl/debian/docs
    trunk/librivescript-perl/debian/examples
    trunk/librivescript-perl/debian/patches/examples.patch
Modified:
    trunk/librivescript-perl/debian/copyright
    trunk/librivescript-perl/debian/patches/series
    trunk/librivescript-perl/debian/rules

Modified: trunk/librivescript-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librivescript-perl/debian/copyright?rev=73468&op=diff
==============================================================================
--- trunk/librivescript-perl/debian/copyright (original)
+++ trunk/librivescript-perl/debian/copyright Sun Apr 24 21:33:14 2011
@@ -8,7 +8,7 @@
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2010, Onur Aslan <onur at onur.im>
+Copyright: 2011, Onur Aslan <onur at onur.im>
 License: GPL-2+
 
 License: GPL-2+
@@ -17,5 +17,5 @@
  the Free Software Foundation; version 2 dated June, 1991, or (at your
  option) any later version.
  .
- On Debian GNU/Linux systems, the complete text of version 2 of the GNU
+ On Debian systems, the complete text of version 2 of the GNU
  General Public License can be found in `/usr/share/common-licenses/GPL-2'.

Copied: trunk/librivescript-perl/debian/librivescript-perl.docs (from r73466, trunk/librivescript-perl/debian/docs)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librivescript-perl/debian/librivescript-perl.docs?rev=73468&op=diff
==============================================================================
--- trunk/librivescript-perl/debian/docs (original)
+++ trunk/librivescript-perl/debian/librivescript-perl.docs Sun Apr 24 21:33:14 2011
@@ -1,2 +1,1 @@
-README
 docs/

Added: trunk/librivescript-perl/debian/patches/demo-fix.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librivescript-perl/debian/patches/demo-fix.patch?rev=73468&op=file
==============================================================================
--- trunk/librivescript-perl/debian/patches/demo-fix.patch (added)
+++ trunk/librivescript-perl/debian/patches/demo-fix.patch Sun Apr 24 21:33:14 2011
@@ -1,0 +1,13 @@
+Description: This patch removing unnecessary 'use lib' line from demo program.
+Author: Onur Aslan <onur at onur.im>
+Last-Update: 2011-04-24
+--- a/bin/rsdemo
++++ b/bin/rsdemo
+@@ -2,7 +2,6 @@
+ 
+ use strict;
+ use warnings;
+-use lib "./lib";
+ use RiveScript;
+ 
+ print "Welcome to the Perl RiveScript Interpreter. This script is a demonstration\n"

Modified: trunk/librivescript-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librivescript-perl/debian/patches/series?rev=73468&op=diff
==============================================================================
--- trunk/librivescript-perl/debian/patches/series (original)
+++ trunk/librivescript-perl/debian/patches/series Sun Apr 24 21:33:14 2011
@@ -1,2 +1,2 @@
 spelling-errors.patch
-examples.patch
+demo-fix.patch

Modified: trunk/librivescript-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librivescript-perl/debian/rules?rev=73468&op=diff
==============================================================================
--- trunk/librivescript-perl/debian/rules (original)
+++ trunk/librivescript-perl/debian/rules Sun Apr 24 21:33:14 2011
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	rm $(TMP)/usr/share/perl5/RiveScript/demo/*.rs
+	rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5/RiveScript/demo/




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