@@ -0,0 +1,6 | |||||
|
1 | hg update | |||
|
2 | cd $DEBBUILDPATH/tmp/debian_package_build_root/deb_lppserial/ | |||
|
3 | rm -R lppserial-1.0 | |||
|
4 | cp -R lppserial-1.0.orig lppserial-1.0 | |||
|
5 | diff lppserial-1.0 $HGREPOPATH/lppserial > lppserial_1.0.diff | |||
|
6 | patch -p0 lppserial-1.0 < lppserial_1.0.diff |
@@ -0,0 +1,25 | |||||
|
1 | cd $DEBBUILDPATH/tmp/debian_package_build_root/deb_lppserial/lppserial-1.0 | |||
|
2 | DEBSIGN_KEYID=E16A9ACD | |||
|
3 | debuild -S | |||
|
4 | pbuilder-lucid-amd64 update | |||
|
5 | rm /var/cache/pbuilder/result/* | |||
|
6 | pbuilder-lucid-amd64 build ../*.dsc | |||
|
7 | mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/lucid/amd64/ | |||
|
8 | mv /var/cache/pbuilder/result/* $UBUNTUREPOPATH/src/ | |||
|
9 | pbuilder-lucid-i386 update | |||
|
10 | pbuilder-lucid-i386 build ../*.dsc | |||
|
11 | mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/lucid/i386/ | |||
|
12 | pbuilder-maverick-i386 update | |||
|
13 | pbuilder-maverick-i386 build ../*.dsc | |||
|
14 | mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/maverick/i386/ | |||
|
15 | pbuilder-maverick-amd64 update | |||
|
16 | pbuilder-maverick-amd64 build ../*.dsc | |||
|
17 | mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/maverick/amd64/ | |||
|
18 | pbuilder-natty-i386 update | |||
|
19 | pbuilder-natty-i386 build ../*.dsc | |||
|
20 | mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/natty/i386/ | |||
|
21 | pbuilder-natty-amd64 update | |||
|
22 | pbuilder-natty-amd64 build ../*.dsc | |||
|
23 | mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/natty/amd64/ | |||
|
24 | cd $UBUNTUREPOPATH | |||
|
25 | sh update.sh No newline at end of file |
@@ -1,8 +1,8 | |||||
1 | Source: lppserial |
|
1 | Source: lppserial | |
2 |
Section: |
|
2 | Section: libs | |
3 | Priority: extra |
|
3 | Priority: extra | |
4 | Maintainer: Alexis Jeandet <alexis.jeandet@lpp.polytechnique.fr> |
|
4 | Maintainer: Alexis Jeandet <alexis.jeandet@lpp.polytechnique.fr> | |
5 | Build-Depends: debhelper (>= 7.0.50~), autotools-dev |
|
5 | Build-Depends: debhelper (>= 7.0.50~), autotools-dev,cdbs ,autoconf, libtool, automake | |
6 | Standards-Version: 3.8.4 |
|
6 | Standards-Version: 3.8.4 | |
7 | Homepage: http://pc-instru.lpp.polytechnique.fr |
|
7 | Homepage: http://pc-instru.lpp.polytechnique.fr | |
8 | #Vcs-Git: git://git.debian.org/collab-maint/lppserial.git |
|
8 | #Vcs-Git: git://git.debian.org/collab-maint/lppserial.git |
General Comments 0
You need to be logged in to leave comments.
Login now