File: README.source

package info (click to toggle)
cups 1.4.4-7%2Bsqueeze10
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 25,548 kB
  • ctags: 9,583
  • sloc: ansic: 138,214; sh: 37,926; cpp: 25,469; makefile: 3,285; perl: 190; python: 127; php: 28
file content (20 lines) | stat: -rw-r--r-- 631 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cups packaging for Debian
-------------------------

cups is maintained with bzr-builddeb on bzr.debian.org (see Vcs-Bzr: control
field). bzr-builddeb is documented at /usr/share/doc/bzr-builddeb/ (README.gz or
README.html, or the comprehensive user_manual/). 

It uses the common dpatch patch system, see
/usr/share/doc/dpatch/README.source.gz for details.

The really short path to get a buildable source tree is:

  debcheckout cups
  cd cups
  bzr bd-do

Then you can do dpatch-edit-patch, change debian/*, etc. When you "exit 0", the
changes to debian/ will be written back to the bzr checkout, where you can
debcommit them.