Browse Source

Update pbuilder config:
- Add more verbose options to lintian hook
- Bind-mount /var/cache/apt/archives from the host machine

Emmanuel Bouthenot 14 years ago
parent
commit
09af59da80
2 changed files with 5 additions and 3 deletions
  1. 2 2
      .pbuilder/hooks.d/B90lintian
  2. 3 1
      .pbuilderrc

+ 2 - 2
.pbuilder/hooks.d/B90lintian

@@ -1,4 +1,4 @@
 #!/bin/sh
-
+echo "[$@]"
 apt-get install -y --force-yes lintian
-lintian /tmp/buildd/*.deb
+lintian --color=always -IEm --pedantic /tmp/buildd/*.changes

+ 3 - 1
.pbuilderrc

@@ -5,7 +5,9 @@ DISTRIBUTION=${DIST}
 
 BASEPATH="/var/cache/pbuilder/${DIST}.cow"
 
-MIRRORSITE="http://ftp.de.debian.org/debian"
+#BINDMOUNTS="/var/cache/apt/archives"
+
+MIRRORSITE="http://ftp.fr.debian.org/debian"
 COMPONENTS="main contrib non-free"
 HOOKDIR="${HOME}/.pbuilder/hooks.d/"