Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: some further updates to support new lib caching in pbuilder
  • Loading branch information
adamsutton committed Jan 16, 2016
1 parent 0b18702 commit 11eef56
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -2,7 +2,7 @@ Source: tvheadend
Section: video
Priority: extra
Maintainer: Adam Sutton <aps@tvheadend.org>
Build-Depends: debhelper (>= 7.0.50), pkg-config, gettext, libavahi-client-dev, libssl-dev, zlib1g-dev, wget, bzip2, libcurl4-gnutls-dev, git-core, liburiparser-dev, python
Build-Depends: debhelper (>= 7.0.50), pkg-config, gettext, libavahi-client-dev, libssl-dev, zlib1g-dev, wget, bzip2, libcurl4-gnutls-dev, git-core, liburiparser-dev, python, curl
Standards-Version: 3.7.3

Package: tvheadend
Expand Down
20 changes: 0 additions & 20 deletions debian/rules.official

This file was deleted.

5 changes: 1 addition & 4 deletions support/apt-update
Expand Up @@ -77,16 +77,13 @@ for b in $TVH_BUILD; do
# Create changelog
./support/changelog "$CHANGELOG" "$d" "$VER" || exit 1

# Override rules file for official builds
cp ./debian/rules.official ./debian/rules

# Build source package
dpkg-buildpackage -d -I.git* -S -sgpg -pgpg || exit 1

# Build
if [ "$CMD" == "pbuilder" ]; then
for a in ${arch}; do
pbuilder-dist $d $a ../tvheadend_${V}.dsc
pbuilder-dist $d $a build ${PBUILDER_OPTS} ../tvheadend_${V}.dsc
done

# Upload
Expand Down

0 comments on commit 11eef56

Please sign in to comment.