summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-01-21 10:00:37 +0000
committerMartin Quinson <mquinson@debian.org>2003-01-21 10:00:37 +0000
commit48f8a12f64ae0a43196a8b6048495af8e3a6146f (patch)
treead01dc62cc0a76eb82604356656e0dadf24219e9 /debian/control
parentfc6281de97e0b6f4b727936d2779695caee2d78f (diff)
downloadquilt-48f8a12f64ae0a43196a8b6048495af8e3a6146f.tar.gz
What to build a debian package
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..232f353
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: quilt
+Section: devel
+Priority: optional
+Maintainer: Martin Quinson <martin.quinson@ens-lyon.fr>
+Build-Depends-Indep: debhelper (>> 3.0.0)
+Standards-Version: 3.5.2
+
+Package: quilt
+Architecture: all
+Depends: patch, diff, diffstat, gzip, bzip2, debianutils
+Suggests: ccache
+Description: Scripts for working with series of patches
+ The scripts allow to manage a series of patches by keeping
+ track of the changes each patch makes. Patches can be
+ applied, un-applied, refreshed, etc.
+ .
+ The scripts are heavily based on Andrew Morton's patch scripts
+ found at http://www.zip.com.au/~akpm/linux/patches/
+ .
+ The key philosophical concept is that your primary output is patches.
+ Not ".c" files, not ".h" files. But patches. So patches are the
+ first-class object here.
+