mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 20:35:56 +00:00
change deb architecture from any to all (fixes #406)
This commit is contained in:
6
debian/control
vendored
6
debian/control
vendored
@@ -7,7 +7,7 @@ Standards-Version: 3.7.3
|
|||||||
Homepage: http://tt-rss.org/
|
Homepage: http://tt-rss.org/
|
||||||
|
|
||||||
Package: tt-rss-common
|
Package: tt-rss-common
|
||||||
Architecture: any
|
Architecture: all
|
||||||
Depends: php5, ${misc:Depends}
|
Depends: php5, ${misc:Depends}
|
||||||
Suggests: php5-curl
|
Suggests: php5-curl
|
||||||
Description: Tiny Tiny RSS is a web-based news feed (RSS/Atom)
|
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.
|
while feeling as close to a real desktop application as possible.
|
||||||
|
|
||||||
Package: tt-rss-mysql
|
Package: tt-rss-mysql
|
||||||
Architecture: any
|
Architecture: all
|
||||||
Depends: tt-rss-common (= ${source:Version}), php5, php5-mysql, apache2, mysql-server, dbconfig-common, ${misc:Depends}
|
Depends: tt-rss-common (= ${source:Version}), php5, php5-mysql, apache2, mysql-server, dbconfig-common, ${misc:Depends}
|
||||||
Suggests: php-apc
|
Suggests: php-apc
|
||||||
Conflicts: tt-rss-pgsql
|
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.
|
while feeling as close to a real desktop application as possible.
|
||||||
|
|
||||||
Package: tt-rss-pgsql
|
Package: tt-rss-pgsql
|
||||||
Architecture: any
|
Architecture: all
|
||||||
Depends: tt-rss-common (= ${source:Version}), php5, php5-pgsql, apache2, postgresql, dbconfig-common, ${misc:Depends}
|
Depends: tt-rss-common (= ${source:Version}), php5, php5-pgsql, apache2, postgresql, dbconfig-common, ${misc:Depends}
|
||||||
Suggests: php-apc
|
Suggests: php-apc
|
||||||
Conflicts: tt-rss-mysql
|
Conflicts: tt-rss-mysql
|
||||||
|
|||||||
@@ -10,13 +10,13 @@ cd dpkg-tmp/tt-rss
|
|||||||
git checkout $1
|
git checkout $1
|
||||||
|
|
||||||
debuild -i -us -uc
|
debuild -i -us -uc
|
||||||
debuild -i -us -uc -b -aamd64
|
#debuild -i -us -uc -b -aamd64
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
if [ ! -z "$DEPLOY_DEBS" ]; then
|
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*_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
|
fi
|
||||||
|
|
||||||
#cd ..
|
#cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user