From 512538fdb2794f2c4742b8c90fe0336db2d80a00 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 14 Dec 2011 14:10:07 +0400 Subject: [PATCH] fix dpkg for new classes layout --- debian/tt-rss-common.install | 1 - utils/create-release-deb.sh | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.5