aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
-rw-r--r--debian/control2
-rw-r--r--debian/pbuilder.links1
3 files changed, 9 insertions, 4 deletions
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