From: Andrew Dolgov Date: Wed, 14 Dec 2011 10:10:07 +0000 (+0400) Subject: fix dpkg for new classes layout X-Git-Tag: 1.5.8~10 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=512538fdb2794f2c4742b8c90fe0336db2d80a00;p=tt-rss.git fix dpkg for new classes layout --- diff --git a/debian/tt-rss-common.install b/debian/tt-rss-common.install index d4423b5b..2a841365 100644 --- a/debian/tt-rss-common.install +++ b/debian/tt-rss-common.install @@ -10,7 +10,6 @@ images usr/share/tt-rss/www/ lib usr/share/tt-rss/www/ locale usr/share/tt-rss/www/ mobile usr/share/tt-rss/www/ -modules usr/share/tt-rss/www/ templates usr/share/tt-rss/www/ themes usr/share/tt-rss/www/ utils usr/share/tt-rss/www/ diff --git a/utils/create-release-deb.sh b/utils/create-release-deb.sh index 500b3613..cb8746df 100755 --- a/utils/create-release-deb.sh +++ b/utils/create-release-deb.sh @@ -14,8 +14,10 @@ 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 +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 +fi #cd .. #rm -rf dpkg-tmp