~ubuntu-branches/ubuntu/lucid/dvd95/lucid

« back to all changes in this revision

Viewing changes to debian/README.source

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-02-14 20:45:14 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100214204514-k1l8jra595vc57xd
Tags: 1.6p0-0ubuntu1
* New upstream release.
* Switch to debhelper 7.
* Use quilt as patch system:
  - Drop dpatch support.
  - Convert all patches to quilt format.
  - Update debian/README.source.
* Refresh patches.
* Drop 04_dvdinfo.c.patch, applied by upstream.
* Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This package uses dpatch to manage all modifications to the upstream
2
 
source. Changes are stored in the source package as diffs in
3
 
debian/patches and applied during the build.
4
 
 
5
 
To get the fully patched source after unpacking the source package, cd
6
 
to the root level of the source package and run:
7
 
 
8
 
    debian/rules patch
9
 
 
10
 
Removing a patch is as simple as removing its entry from the
11
 
debian/patches/00list file, and please also remove the patch file
12
 
itself.
13
 
 
14
 
Creating a new patch is done with "dpatch-edit-patch patch XX_patchname"
15
 
where you should replace XX with a new number and patchname with a
16
 
descriptive shortname of the patch. You can then simply edit all the
17
 
files your patch wants to edit, and then simply "exit 0" from the shell
18
 
to actually create the patch file.
19
 
 
20
 
To tweak an already existing patch, call "dpatch-edit-patch XX_patchname"
21
 
and replace XX_patchname with the actual filename from debian/patches
22
 
you want to use.
23
 
 
24
 
To clean up afterwards again, "debian/rules unpatch" will do the
25
 
work for you - or you can of course choose to call
26
 
"fakeroot debian/rules clean" all together.
27
 
 
28
 
 
29
 
--- 
30
 
 
31
 
this documentation is part of dpatch package, and may be used by
32
 
packages using dpatch to comply with policy on README.source. This
33
 
documentation is meant to be useful to users who are not proficient in
34
 
dpatch in doing work with dpatch-based packages. Please send any
35
 
improvements to the BTS of dpatch package.
36
 
 
37
 
original text by Gerfried Fuchs, edited by Junichi Uekawa <dancer@debian.org>
38
 
10 Aug 2008.
 
1
dvd95 for Ubuntu
 
2
---------------
 
3
 
 
4
  This package uses quilt to manage all modifications to the upstream
 
5
  source.  Changes are stored in the source package as diffs in
 
6
  debian/patches and applied during the build.
 
7
 
 
8
  To read how to properly use quilt, please refer to the official
 
9
  documentation available at:
 
10
 
 
11
    /usr/share/doc/quilt/README.source
 
12
 
 
13
 -- Alessio Treglia <quadrispro@ubuntu.com>  Sun, 14 Feb 2010 20:45:14 +0100