summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-20 10:51:07 +0400
committerAndrew Dolgov <[email protected]>2011-11-20 11:04:19 +0400
commit058d3c9634e2b58687803825460bfed3cfd292d5 (patch)
tree5b49b1d9e10ee5b9302b4990b2111f07c3dd3fbd
parent513ebe42e5f8c56ce2aba031daff2ce51d8dfab1 (diff)
package building tweaks (enable amd64)
-rw-r--r--debian/changelog7
-rwxr-xr-xutils/create-release-deb.sh2
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 00ee1f44f..78fef8557 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tt-rss (1.5.6+git20111120) unstable; urgency=low
+
+ * Change architecture to "all"
+ * New code snapshot
+
+ -- Andrew Dolgov <[email protected]> Sun, 20 Nov 2011 10:50:22 +0400
+
tt-rss (1.5.6+git20111111) unstable; urgency=low
* Snapshot built for local repository
diff --git a/utils/create-release-deb.sh b/utils/create-release-deb.sh
index 0f9d43f16..b99d69724 100755
--- a/utils/create-release-deb.sh
+++ b/utils/create-release-deb.sh
@@ -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