r34784 - in /trunk/libvideo-info-perl/debian: README.source changelog

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue May 5 00:53:07 UTC 2009


Author: jawnsy-guest
Date: Tue May  5 00:53:02 2009
New Revision: 34784

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34784
Log:
dch -r. Added README.source file :-)

Added:
    trunk/libvideo-info-perl/debian/README.source
Modified:
    trunk/libvideo-info-perl/debian/changelog

Added: trunk/libvideo-info-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-info-perl/debian/README.source?rev=34784&op=file
==============================================================================
--- trunk/libvideo-info-perl/debian/README.source (added)
+++ trunk/libvideo-info-perl/debian/README.source Tue May  5 00:53:02 2009
@@ -1,0 +1,56 @@
+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.
+
+In order to get the fully patched source after unpacking, change to the root
+level of the package and run:
+
+  $ quilt push -a
+
+The last patch listed in debian/patches/series will become the current patch.
+
+To add some more changes, run the above command (quilt push -a). Remember to
+set QUILT_PATCHES=debian/patches, either as an environment variable or as a
+parameter in ~/.quiltrc. Then, create a new patch by typing: 
+
+  $ quilt new <patch>
+
+where <patch> is a descriptive name for the patch, used as the filename in
+debian/patches.
+
+Then, for every file that will be modified by this patch, run:
+
+  $ quilt add <file>
+
+before editing those files.  You must tell quilt what files will be part of
+the patch with 'quilt add' before making changes. If you don't do this, then
+you will likely break quilt. After editing the files, make sure you run:
+
+  $ quilt refresh
+
+to save your changes in debian/patches.
+
+Alternately, if you already have an external patch and you just want to add
+it to the build system, run quilt push -a and then:
+
+  $ quilt import -P <patch> /path/to/patch
+  $ quilt push -a
+
+(add -p 0 to quilt import if needed). <patch> as above is the filename to use
+in debian/patches. The last quilt push -a will apply the patch to make sure it
+works properly.
+
+To remove an existing patch from those that will be run, use:
+
+  $ quilt delete <patch>
+
+You may need to run quilt pop -a to unapply patches first before running this
+command.
+
+If there are any other issues, consult the perldoc for quilt. It is also
+accessible online at http://pkg-perl.alioth.debian.org/howto/quilt.html
+
+This file was written by Jonathan Yu <frequency at cpan.org> based largely on
+an e-mail by Russ Allbery <rra at debian.org> to the debian-devel-announce list,
+which is archived at: http://lwn.net/Articles/280471/
+

Modified: trunk/libvideo-info-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-info-perl/debian/changelog?rev=34784&op=diff
==============================================================================
--- trunk/libvideo-info-perl/debian/changelog (original)
+++ trunk/libvideo-info-perl/debian/changelog Tue May  5 00:53:02 2009
@@ -1,6 +1,5 @@
-libvideo-info-perl (0.993-1) UNRELEASED; urgency=low
+libvideo-info-perl (0.993-1) unstable; urgency=low
 
   * Initial Release. (Closes: #526592)
-  * TODO: add README.source file
 
  -- Jonathan Yu <frequency at cpan.org>  Fri, 1 May 2009 21:57:02 -0400




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