From 48f8a12f64ae0a43196a8b6048495af8e3a6146f Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 21 Jan 2003 10:00:37 +0000 Subject: What to build a debian package --- debian/control | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. + -- cgit