diff options
author | dancer <dancer> | 2003-07-26 03:32:43 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-07-26 03:32:43 +0000 |
commit | c9aa351f90bb093223c9b06b50c6ac587cb0f0d4 (patch) | |
tree | 8f500d7727d84ce4a93a143d2242e8bc348b84e7 | |
parent | 8edb8b432a280839c7eddc594f2c2fcb0c058fb6 (diff) | |
download | pbuilder-c9aa351f90bb093223c9b06b50c6ac587cb0f0d4.tar pbuilder-c9aa351f90bb093223c9b06b50c6ac587cb0f0d4.tar.gz |
+
+ * debian/pbuilder.links: Try symlinking /etc/pbuilderrc to /etc/pbuilder/pbuilderrc
+
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/pbuilder.links | 1 |
4 files changed, 13 insertions, 4 deletions
@@ -1,3 +1,7 @@ +2003-07-26 Junichi Uekawa <dancer@debian.org> + + * debian/pbuilder.links: Try symlinking /etc/pbuilderrc to /etc/pbuilder/pbuilderrc + 2003-07-22 Junichi Uekawa <dancer@debian.org> * Documentation/pbuilder-doc.xml: document update, to clarify diff --git a/debian/changelog b/debian/changelog index e08a847..e620c46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ -pbuilder (0.77) UNRELEASED; urgency=low +pbuilder (0.77) unstable; urgency=low - * Improve documentation on hooks slightly. + * Improve documentation on hooks slightly, and mention lintian. (closes: #202318) + * Symbollic link to /etc/pbuilderrc is placed in /etc/pbuilder/pbuilderrc + so that all config files can be found under /etc/pbuilder/ + (closes: #174155) + * Standards-version 3.6.0 - -- Junichi Uekawa <dancer@debian.org> Tue, 22 Jul 2003 08:03:22 +0900 + -- Junichi Uekawa <dancer@debian.org> Sat, 26 Jul 2003 12:30:05 +0900 pbuilder (0.76) unstable; urgency=low diff --git a/debian/control b/debian/control index a210c3a..fe5a961 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: extra Maintainer: Junichi Uekawa <dancer@debian.org> Build-Depends: debhelper (>= 4.1.0), docbook-xsl, ldp-docbook-xsl, xsltproc -Standards-Version: 3.5.8 +Standards-Version: 3.6.0 Package: pbuilder Architecture: all diff --git a/debian/pbuilder.links b/debian/pbuilder.links new file mode 100644 index 0000000..59ac2d4 --- /dev/null +++ b/debian/pbuilder.links @@ -0,0 +1 @@ +/etc/pbuilderrc /etc/pbuilder/pbuilderrc
\ No newline at end of file |