r35271 - in /trunk/libvideo-fourcc-info-perl/debian: README.source changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue May 12 18:45:55 UTC 2009


Author: jawnsy-guest
Date: Tue May 12 18:45:50 2009
New Revision: 35271

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35271
Log:
Removed libvideo-info-perl from Suggests: because it's non-free

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

Added: trunk/libvideo-fourcc-info-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-fourcc-info-perl/debian/README.source?rev=35271&op=file
==============================================================================
--- trunk/libvideo-fourcc-info-perl/debian/README.source (added)
+++ trunk/libvideo-fourcc-info-perl/debian/README.source Tue May 12 18:45:50 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-fourcc-info-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-fourcc-info-perl/debian/changelog?rev=35271&op=diff
==============================================================================
--- trunk/libvideo-fourcc-info-perl/debian/changelog (original)
+++ trunk/libvideo-fourcc-info-perl/debian/changelog Tue May 12 18:45:50 2009
@@ -1,12 +1,5 @@
 libvideo-fourcc-info-perl (1.1.4-1) UNRELEASED; urgency=low
 
-  * New upstream release, which fixes issues with Debian build.
-  * Currently waiting on libvideo-info-perl, which is needed for Suggests:
+  * Yet another upstream release coming, waiting for that.
 
  -- Jonathan Yu <frequency at cpan.org>  Thu, 30 Apr 2009 14:06:05 -0400
-
-libvideo-fourcc-info-perl (1.1.1-1) UNRELEASED; urgency=low
-
-  * Not released yet. New upstream version coming.
-
- -- Jonathan Yu <frequency at cpan.org>  Tue, 28 Apr 2009 20:57:46 -0400

Modified: trunk/libvideo-fourcc-info-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-fourcc-info-perl/debian/control?rev=35271&op=diff
==============================================================================
--- trunk/libvideo-fourcc-info-perl/debian/control (original)
+++ trunk/libvideo-fourcc-info-perl/debian/control Tue May 12 18:45:50 2009
@@ -17,7 +17,6 @@
 Package: libvideo-fourcc-info-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libdbd-sqlite3-perl, libdbi-perl
-Suggests: libvideo-info-perl
 Description: Perl module to find information about codecs from its FourCC
  In order for video players to detect the algorithm required to decode a given
  video file, a four-byte sequence called a Four Character Code is written




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