1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

package building tweaks (enable amd64)

This commit is contained in:
Andrew Dolgov 2011-11-20 10:51:07 +04:00
parent 513ebe42e5
commit 058d3c9634
2 changed files with 9 additions and 0 deletions

7
debian/changelog vendored
View File

@ -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

View File

@ -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