/[pkg-ia32-libs]/trunk/ia32-libs-tools/create-all
ViewVC logotype

Contents of /trunk/ia32-libs-tools/create-all

Parent Directory Parent Directory | Revision Log Revision Log


Revision 149 - (show annotations) (download)
Wed Apr 16 12:15:39 2008 UTC (5 years, 1 month ago) by goswin-guest
File size: 593 byte(s)
Add UPLOADERS variable and Uploaders field.

1 #!/bin/sh
2
3 # Create all conversion packages Debian carries
4
5 export MAINTAINER="Debian ia32-libs Team <pkg-ia32-libs-maintainers@lists.alioth.debian.org>"
6 export UPLOADERS="Bdale Garbee <bdale@gag.com>, Goswin von Brederlow <goswin-v-b@web.de>, Frederik Schüler <fs@debian.org>"
7
8 set -e
9 mkdir build
10 cd build
11
12 while read SRC PKGS; do
13 mkdir "$SRC"
14 cd "$SRC"
15 /usr/share/ia32-libs-tools/create $PKGS
16 if grep -q "Architecture: amd64" debian/control; then
17 yes | debuild -us -uc -sa
18 else
19 yes | debuild -us -uc -sa -aia64
20 fi
21 cd ..
22 done < /usr/share/ia32-libs-tools/packages.list

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5