summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c43d3bf6..33c2feb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ hurd (20080921-1) UNRELEASED; urgency=low
+ debian/rules (simple-patchsys.mk) Replaced with ...
+ debian/rules (patchsys-quilt.mk) ... this.
+ debian/patches/series: New file.
+ + debian/rules (build/hurd): Replace build-tree with $(DEB_SRCDIR).
* debian/hurd.postinst: Install w and ps alternatives links in /bin, not
/usr/bin.
diff --git a/debian/rules b/debian/rules
index b9f6c41e..6a9e878e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ build/hurd::
cd $(DEB_BUILDDIR)/doc && texi2html -split chapter ../../doc/hurd.texi
# assemble all ChangeLogs to one big file
- cd build-tree; for i in `find hurd/ -name "ChangeLog"`; do echo $$i:; cat $$i; echo; done > $(CURDIR)/debian/ChangeLog
+ cd $(DEB_SRCDIR); for i in `find hurd/ -name "ChangeLog"`; do echo $$i:; cat $$i; echo; done > $(CURDIR)/debian/ChangeLog
install/hurd::
# runsystem is managed by update-alternatives