[Pbuilder-maint] pbuilder CVS update: pbuilder Makefile ChangeLog
pbuilder CVS Commit
pbuilder-maint at lists.alioth.debian.org
Wed Dec 21 11:06:10 UTC 2005
User: dancer
Date: 05/12/21 11:06:09
Modified: . Makefile ChangeLog
Log:
update workaround for libc to work around bugs in initscripts.
Revision Changes Path
1.40 +5 -3 pbuilder/Makefile
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/Makefile?annotate=1.40&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/Makefile?rev=1.40&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/Makefile.diff?r1=1.40&r2=1.39&cvsroot=
-----------------------------------
Index: Makefile
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/Makefile,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- Makefile 4 Jun 2005 03:13:30 -0000 1.39
+++ Makefile 21 Dec 2005 11:06:09 -0000 1.40
@@ -86,9 +86,11 @@
$(INSTALL_EXECUTABLE) examples/execute_paramtest.sh $(DESTDIR)/usr/share/doc/pbuilder/examples
$(INSTALL_EXECUTABLE) examples/pbuilder-distribution.sh $(DESTDIR)/usr/share/doc/pbuilder/examples
- # install workaround for libc6 -- 2004-03-13
- $(INSTALL_DIRECTORY) $(DESTDIR)/usr/share/doc/pbuilder/examples/libc6workaround
- $(INSTALL_EXECUTABLE) examples/E50-libc2.3.2.ds1-11-workaround $(DESTDIR)/usr/share/doc/pbuilder/examples/libc6workaround
+ # install workaround for initscripts -- 2005-12-21
+ $(INSTALL_DIRECTORY) $(DESTDIR)/usr/share/doc/pbuilder/examples/344089
+ $(INSTALL_EXECUTABLE) examples/E50-initscripts-2.86.ds1-7.workaround.sh $(DESTDIR)/usr/share/doc/pbuilder/examples/344089
+
+
cd pbuildd; make install DESTDIR=$(DESTDIR)
cd Documentation; make install DESTDIR=$(DESTDIR)
1.357 +23 -1 pbuilder/ChangeLog
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.357&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.357&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog.diff?r1=1.357&r2=1.356&cvsroot=
-----------------------------------
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
retrieving revision 1.356
retrieving revision 1.357
diff -u -r1.356 -r1.357
--- ChangeLog 19 Dec 2005 14:34:18 -0000 1.356
+++ ChangeLog 21 Dec 2005 11:06:09 -0000 1.357
@@ -1,3 +1,25 @@
+2005-12-21 Junichi Uekawa <dancer at debian.org>
+
+ * testsuite/run-regression.sh: add results display.
+
+ * testsuite/run-test.sh: add results display
+
+ * testsuite/run-test-uml.sh: add results display.
+
+ * testsuite/run-regression.sh: run tests in numerical order of bug reports.
+
+ * testsuite/regression/344089-workaround-check.sh: create a regression test
+
+ * testsuite/run-test.sh: use
+ /usr/share/doc/pbuilder/examples/344089 for hookdir.
+
+ * Makefile: no longer install libc6 workaround which is outdated,
+ and install the initscripts workaround to
+ /usr/share/doc/pbuilder/examples/344089
+
+ * examples/E50-initscripts-2.86.ds1-7.workaround.sh: add a
+ workaround for #344089, and #262627
+
2005-12-19 Junichi Uekawa <dancer at debian.org>
* pdebuild-internal: export HOME with a decent value.
More information about the Pbuilder-maint
mailing list