r36964 - in /trunk/libsocialtext-resting-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun May 31 15:43:09 UTC 2009


Author: gregoa
Date: Sun May 31 15:43:04 2009
New Revision: 36964

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36964
Log:
* debian/control: slightly improve short and long description.
* Turn off network test.

Modified:
    trunk/libsocialtext-resting-perl/debian/changelog
    trunk/libsocialtext-resting-perl/debian/control
    trunk/libsocialtext-resting-perl/debian/rules

Modified: trunk/libsocialtext-resting-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-resting-perl/debian/changelog?rev=36964&op=diff
==============================================================================
--- trunk/libsocialtext-resting-perl/debian/changelog (original)
+++ trunk/libsocialtext-resting-perl/debian/changelog Sun May 31 15:43:04 2009
@@ -10,6 +10,8 @@
     debian/{control,compat,rules}.
   * Don't install README anymore.
   * debian/copyright: switch to new format.
+  * debian/control: slightly improve short and long description.
+  * Turn off network test.
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 31 May 2009 01:16:04 -0700
 

Modified: trunk/libsocialtext-resting-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-resting-perl/debian/control?rev=36964&op=diff
==============================================================================
--- trunk/libsocialtext-resting-perl/debian/control (original)
+++ trunk/libsocialtext-resting-perl/debian/control Sun May 31 15:43:04 2009
@@ -1,7 +1,7 @@
 Source: libsocialtext-resting-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: libapp-options-perl, libclass-field-perl, libipc-run-perl,
  libjson-xs-perl (>= 2.1), libreadonly-perl, libtest-mock-lwp-perl (>= 0.05),
  liburi-perl (>= 1.31), libwww-perl, perl (>= 5.6.0-12)
@@ -20,6 +20,9 @@
  libclass-field-perl, libipc-run-perl, libjson-xs-perl (>= 2.1),
  libreadonly-perl, libtest-mock-lwp-perl (>= 0.05), liburi-perl (>= 1.31),
  libwww-perl
-Description: Simple tool to use Socialtext RESTful API
+Description: simple tool to use Socialtext RESTful API
  Socialtext::Resting is a module designed to allow remote access
  to the Socialtext REST APIs for use in perl programs.
+ .
+ Included in this distribution is 'strut', a command line utility which
+ accesses the Socialtext REST API using Socialtext::Resting methods.

Modified: trunk/libsocialtext-resting-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-resting-perl/debian/rules?rev=36964&op=diff
==============================================================================
--- trunk/libsocialtext-resting-perl/debian/rules (original)
+++ trunk/libsocialtext-resting-perl/debian/rules Sun May 31 15:43:04 2009
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_configure:
+	echo "n\n" | perl Makefile.PL INSTALLDIRS=vendor




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