summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/patches/series19
-rwxr-xr-xdebian/rules4
3 files changed, 25 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 2c5a591d..c43d3bf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,11 @@ hurd (20080921-1) UNRELEASED; urgency=low
needed.
* Change packaging to no tarball-in-tarball and quilt.
+ debian/control (Build-Depends): Added quilt.
+ + 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.
* debian/hurd.postinst: Install w and ps alternatives links in /bin, not
/usr/bin.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 00000000..0183c510
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,19 @@
+console_utf-8.patch -p1
+diskfs_no_inherit_dir_group.patch -p1
+ext2fs_large_stores.patch -p1
+hurd_console_startup.patch -p0
+init_try_runsystem.gnu.patch -p0
+install-msgids.diff -p2
+libpager_update_seqno.patch -p0
+libpthread_stubs.patch -p0
+libpthread_tls.patch -p0
+makedev.diff -p0
+pfinet_dhcp.patch -p0
+pflocal.patch -p0
+procfs.patch -p0
+rc.patch -p1
+runsystem_setup_pflocal.patch -p0
+startup-usr-support.patch -p0
+thread-throttle.patch -p0
+tmp_exec_startup.patch -p0
+ttys.patch -p1
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