[SCM] Debian packaging of libsyntax-highlight-engine-simple-perl branch, master, updated. 5b420a5d05918f94755371c6377034a3ceb8405c

Florian Schlichting fschlich at zedat.fu-berlin.de
Fri Aug 19 23:45:40 UTC 2011


The following commit has been merged in the master branch:
commit 178473816c9a8f5241cd4bcb1bd311340818804e
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Fri Aug 19 23:30:17 2011 +0000

    forgot to remove README.source, unnecessary now that we have 3.0 (quilt) source format

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 82676cf..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,55 +0,0 @@
-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/

-- 
Debian packaging of libsyntax-highlight-engine-simple-perl



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