r73099 - in /trunk/libhttp-server-simple-perl/debian: changelog copyright rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Apr 22 14:31:11 UTC 2011


Author: periapt-guest
Date: Fri Apr 22 14:30:56 2011
New Revision: 73099

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73099
Log:
Fixed permissions on example server script

Modified:
    trunk/libhttp-server-simple-perl/debian/changelog
    trunk/libhttp-server-simple-perl/debian/copyright
    trunk/libhttp-server-simple-perl/debian/rules

Modified: trunk/libhttp-server-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/debian/changelog?rev=73099&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/debian/changelog (original)
+++ trunk/libhttp-server-simple-perl/debian/changelog Fri Apr 22 14:30:56 2011
@@ -8,6 +8,7 @@
   * New upstream release
   * Upped standards version to 3.9.2 and reviewed dependencies
   * Refreshed patch
+  * Fixed permissions on example server script
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 22 Apr 2011 15:13:23 +0100
 

Modified: trunk/libhttp-server-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/debian/copyright?rev=73099&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/debian/copyright (original)
+++ trunk/libhttp-server-simple-perl/debian/copyright Fri Apr 22 14:30:56 2011
@@ -15,16 +15,17 @@
 
 Files: debian/*
 Copyright: 2005, Chip Salzenberg <chip at debian.org>
- 2006, 2007, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+ 2006-2007, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
  2006, Don Armstrong <don at debian.org>
  2006, Niko Tyni <ntyni at iki.fi>
- 2008, 2009, Ansgar Burchardt <ansgar at debian.org>
+ 2008-2009, Ansgar Burchardt <ansgar at debian.org>
  2008, Jose Luis Rivas <ghostbar38 at gmail.com>
  2008, Martín Ferrari <tincho at debian.org>
  2008, Roberto C. Sanchez <roberto at debian.org>
- 2009, 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2009-2010, Jonathan Yu <jawnsy at cpan.org>
  2009, Christine Spang <christine at debian.org>
  2006-2010, gregor herrmann <gregoa at debian.org>
+ 2011, Nicholas Bamber <nicholas at periapt.co.uk>
 License: Artistic or GPL-1+
 
 License: Artistic

Modified: trunk/libhttp-server-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/debian/rules?rev=73099&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/debian/rules (original)
+++ trunk/libhttp-server-simple-perl/debian/rules Fri Apr 22 14:30:56 2011
@@ -9,3 +9,5 @@
 override_dh_installexamples:
 	dh_installexamples
 	sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libhttp-server-simple-perl/examples/*
+	chmod a+x $(TMP)/usr/share/doc/libhttp-server-simple-perl/examples/sample_server
+




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