]> git.wh0rd.org - tt-rss.git/commitdiff
change deb architecture from any to all (fixes #406)
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 26 Dec 2011 10:38:26 +0000 (14:38 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 26 Dec 2011 10:38:48 +0000 (14:38 +0400)
debian/control
utils/create-release-deb.sh

index e9bcba5c255e2fa18bb24baa3b6146b9abceaa82..7206a2eaad70716a75aae87da07f49a9429f2586 100644 (file)
@@ -7,7 +7,7 @@ Standards-Version: 3.7.3
 Homepage: http://tt-rss.org/
 
 Package: tt-rss-common
-Architecture: any
+Architecture: all
 Depends: php5, ${misc:Depends}
 Suggests: php5-curl
 Description: Tiny Tiny RSS is a web-based news feed (RSS/Atom)
@@ -15,7 +15,7 @@ Description: Tiny Tiny RSS is a web-based news feed (RSS/Atom)
  while feeling as close to a real desktop application as possible.
 
 Package: tt-rss-mysql
-Architecture: any
+Architecture: all
 Depends: tt-rss-common (= ${source:Version}), php5, php5-mysql, apache2, mysql-server, dbconfig-common, ${misc:Depends}
 Suggests: php-apc
 Conflicts: tt-rss-pgsql
@@ -24,7 +24,7 @@ Description: Tiny Tiny RSS is a web-based news feed (RSS/Atom)
  while feeling as close to a real desktop application as possible.
 
 Package: tt-rss-pgsql
-Architecture: any
+Architecture: all
 Depends: tt-rss-common (= ${source:Version}), php5, php5-pgsql, apache2, postgresql, dbconfig-common, ${misc:Depends}
 Suggests: php-apc
 Conflicts: tt-rss-mysql
index 7d87afc93e13808ad091e38a0a825d2b86b0d4e5..df2369afc5040daa8f571b2bfc7dda7f7b8e679c 100755 (executable)
@@ -10,13 +10,13 @@ cd dpkg-tmp/tt-rss
 git checkout $1
 
 debuild -i -us -uc
-debuild -i -us -uc -b -aamd64
+#debuild -i -us -uc -b -aamd64
 
 cd ..
 
 if [ ! -z "$DEPLOY_DEBS" ]; then
        reprepro -b /var/www/apt include unstable tt-rss*_i386.changes
-       reprepro -b /var/www/apt include unstable tt-rss*_amd64.changes
+       #reprepro -b /var/www/apt include unstable tt-rss*_amd64.changes
 fi
 
 #cd ..