From 058d3c9634e2b58687803825460bfed3cfd292d5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 20 Nov 2011 10:51:07 +0400 Subject: [PATCH] package building tweaks (enable amd64) --- debian/changelog | 7 +++++++ utils/create-release-deb.sh | 2 ++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 00ee1f44..78fef855 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 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 0f9d43f1..b99d6972 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 -- 2.39.5