package building tweaks (enable amd64)
This commit is contained in:
parent
513ebe42e5
commit
058d3c9634
2 changed files with 9 additions and 0 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
tt-rss (1.5.6+git20111120) unstable; urgency=low
|
||||
|
||||
* Change architecture to "all"
|
||||
* New code snapshot
|
||||
|
||||
-- Andrew Dolgov <fox@madoka.volgo-balt.ru> Sun, 20 Nov 2011 10:50:22 +0400
|
||||
|
||||
tt-rss (1.5.6+git20111111) unstable; urgency=low
|
||||
|
||||
* Snapshot built for local repository
|
||||
|
|
|
@ -10,10 +10,12 @@ cd dpkg-tmp/tt-rss
|
|||
git co $1
|
||||
|
||||
debuild -i -us -uc
|
||||
debuild -i -us -uc -b -aamd64
|
||||
|
||||
cd ..
|
||||
|
||||
reprepro -b /var/www/apt include unstable tt-rss*_i386.changes
|
||||
reprepro -b /var/www/apt include unstable tt-rss*_amd64.changes
|
||||
|
||||
#cd ..
|
||||
#rm -rf dpkg-tmp
|
||||
|
|
Loading…
Reference in a new issue