none
This commit is contained in:
parent
0a25abf9af
commit
82ce948076
28
packaging/debian/buildppa.sh
Normal file
28
packaging/debian/buildppa.sh
Normal file
@ -0,0 +1,28 @@
|
||||
#!/bin/sh
|
||||
|
||||
RCLVERSION=1.13.04
|
||||
|
||||
debdir=debianrclqt3
|
||||
|
||||
rm -rf recoll-${RCLVERSION}/debian
|
||||
cp -rp $debdir recoll-${RCLVERSION}/debian
|
||||
|
||||
for series in dapper hardy interpid jaunty ;do
|
||||
sed -e s/SERIES/$series/g < ${debdir}/changelog > \
|
||||
recoll-${RCLVERSION}/debian/changelog ;
|
||||
(cd recoll-${RCLVERSION};debuild -S -sa)
|
||||
dput recoll-ppa recoll_${RCLVERSION}-0~ppa1~${series}1_source.changes
|
||||
done
|
||||
|
||||
debdir=debianrclqt4
|
||||
|
||||
rm -rf recoll-${RCLVERSION}/debian
|
||||
cp -rp $debdir recoll-${RCLVERSION}/debian
|
||||
|
||||
for series in karmic ; do
|
||||
sed -e s/SERIES/$series/g < ${debdir}/changelog > \
|
||||
recoll-${RCLVERSION}/debian/changelog ;
|
||||
(cd recoll-${RCLVERSION};debuild -S -sa)
|
||||
dput recoll-ppa recoll_${RCLVERSION}-0~ppa1~${series}1_source.changes
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user