r26957 - in /trunk/libnagios-object-perl/debian: changelog rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Nov 17 05:29:10 UTC 2008


Author: ryan52-guest
Date: Mon Nov 17 05:29:02 2008
New Revision: 26957

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26957
Log:
install the example scripts into the correct location

Modified:
    trunk/libnagios-object-perl/debian/changelog
    trunk/libnagios-object-perl/debian/rules

Modified: trunk/libnagios-object-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-object-perl/debian/changelog?rev=26957&op=diff
==============================================================================
--- trunk/libnagios-object-perl/debian/changelog (original)
+++ trunk/libnagios-object-perl/debian/changelog Mon Nov 17 05:29:02 2008
@@ -1,9 +1,7 @@
 libnagios-object-perl (0.20-1) UNRELEASED; urgency=low
 
-  TODO:
-  many lintian warnings, but the main problem is that the example scripts
-  don't belong in /usr/bin
-  
+  [ Jose Luis Rivas ]
+
   * New upstream release
   * Switched to debhelper v7, updated debian/rules, debian/compat and debhelper
   dependency on debian/control to >= 7.
@@ -13,7 +11,11 @@
   * debian/control:
    + Added me as uploader.
 
- -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sun, 02 Nov 2008 13:27:41 -0430
+  [ Ryan Niebur ]
+  * install the example scripts into
+    /usr/share/doc/libnagios-object-perl/examples instead of /usr/bin/
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 16 Nov 2008 21:26:55 -0800
 
 libnagios-object-perl (0.14-2) unstable; urgency=low
 

Modified: trunk/libnagios-object-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnagios-object-perl/debian/rules?rev=26957&op=diff
==============================================================================
--- trunk/libnagios-object-perl/debian/rules (original)
+++ trunk/libnagios-object-perl/debian/rules Mon Nov 17 05:29:02 2008
@@ -4,7 +4,9 @@
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	dh build
+	dh --before dh_auto_configure build
+	dh_auto_configure -- --install_path bin=usr/share/doc/libnagios-object-perl/examples/ --install_path bindoc=usr/share/doc/libnagios-object-perl/examples/ --install_path script=usr/share/doc/libnagios-object-perl/examples/
+	dh --after dh_auto_configure build
 	touch $@
 
 clean: unpatch




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