r33826 - in /trunk/libenv-ps1-perl/debian: README.source changelog clean control rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri Apr 24 02:13:23 UTC 2009


Author: ryan52-guest
Date: Fri Apr 24 02:13:14 2009
New Revision: 33826

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33826
Log:
some more changes

Added:
    trunk/libenv-ps1-perl/debian/README.source
    trunk/libenv-ps1-perl/debian/clean
Modified:
    trunk/libenv-ps1-perl/debian/changelog
    trunk/libenv-ps1-perl/debian/control
    trunk/libenv-ps1-perl/debian/rules

Added: trunk/libenv-ps1-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-ps1-perl/debian/README.source?rev=33826&op=file
==============================================================================
--- trunk/libenv-ps1-perl/debian/README.source (added)
+++ trunk/libenv-ps1-perl/debian/README.source Fri Apr 24 02:13:14 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libenv-ps1-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-ps1-perl/debian/changelog?rev=33826&op=diff
==============================================================================
--- trunk/libenv-ps1-perl/debian/changelog (original)
+++ trunk/libenv-ps1-perl/debian/changelog Fri Apr 24 02:13:14 2009
@@ -15,8 +15,9 @@
     - fix example
     - fix command substitution
     - fix when PS1 is HOME
+  * fix whitespace in short description
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 23 Apr 2009 08:20:24 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 23 Apr 2009 19:13:00 -0700
 
 libenv-ps1-perl (0.05-1) unstable; urgency=low
 

Added: trunk/libenv-ps1-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-ps1-perl/debian/clean?rev=33826&op=file
==============================================================================
--- trunk/libenv-ps1-perl/debian/clean (added)
+++ trunk/libenv-ps1-perl/debian/clean Fri Apr 24 02:13:14 2009
@@ -1,0 +1,1 @@
+Makefile

Modified: trunk/libenv-ps1-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-ps1-perl/debian/control?rev=33826&op=diff
==============================================================================
--- trunk/libenv-ps1-perl/debian/control (original)
+++ trunk/libenv-ps1-perl/debian/control Fri Apr 24 02:13:14 2009
@@ -12,8 +12,8 @@
 
 Package: libenv-ps1-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends} 
-Description:  prompt string formatter
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: prompt string formatter
  libenv-ps1-perl supplies variables that are "tied" to environment
  variables like 'PS1' and 'PS2', if read it takes the contents of the
  variable as a format string like the ones bash(1) uses to format the

Modified: trunk/libenv-ps1-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-ps1-perl/debian/rules?rev=33826&op=diff
==============================================================================
--- trunk/libenv-ps1-perl/debian/rules (original)
+++ trunk/libenv-ps1-perl/debian/rules Fri Apr 24 02:13:14 2009
@@ -13,6 +13,7 @@
 install: install-stamp
 install-stamp: build-stamp
 	dh install
+	find debian/$(dh_listpackages) -name .packlist -exec "rm" "{}" ";"
 	touch $@
 
 binary-arch:




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