public
Fork of icefox/arora
Description: Cross platform web browser
Homepage: http://arora.googlecode.com/
Clone URL: git://github.com/Arora/arora.git
faw (author)
Thu Jul 09 10:27:36 -0700 2009
commit  7e49f07bf7202e893f0bb3d21983543a051b8c6a
tree    5dde668fb77182d6ec0710c23959e4658fbbf993
parent  dd3340fbd61113035ab9a82de9c3d6264366e148
arora / builddeb.sh
100755 8 lines (7 sloc) 0.259 kb
1
2
3
4
5
6
7
8
#!/bin/sh
ln -sf debian-upstream debian
cat debian/changelog.in | sed "s/##DATE##/`date +%Y%m%d`/g" | sed "s/##RDATE##/`date -R`/g" | sed "s/##DIST##/`lsb_release -cs`/g" > debian/changelog
debuild -b
fakeroot debian/rules clean
rm debian/changelog
rm debian