diff options
author | Michael Banck <mbanck@debian.org> | 2008-09-21 12:41:57 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2008-09-21 12:41:57 +0000 |
commit | b1b20c0e6f9b20ca00ce9d9b9149859f9c0beddc (patch) | |
tree | f8a1893ccef307d069c0fcb74bda9e32f8fc55cd /debian/rules | |
parent | 399cbfa94004d5e271d1c46be119fa38b279a55d (diff) |
+ debian/rules (DEB_TAR_SRCDIR): Removed.
+ debian/rules (tarball.mk) No longer include it.
+ debian/rules (simple-patchsys.mk) Replaced with ...
+ debian/rules (patchsys-quilt.mk) ... this.
+ debian/patches/series: New file.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 35a5279b..b9f6c41e 100755 --- a/debian/rules +++ b/debian/rules @@ -17,13 +17,11 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA # 02111-1307 USA. -DEB_TAR_SRCDIR := hurd DEB_BUILDDIR = $(DEB_SRCDIR)/build CC=gcc-4.2 -include /usr/share/cdbs/1/rules/tarball.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk |