Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: updated apt-update to use new official package rules file
  • Loading branch information
adamsutton committed Jan 8, 2016
1 parent 6321baf commit 04ef7b6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
20 changes: 20 additions & 0 deletions debian/rules.official
@@ -0,0 +1,20 @@
#!/usr/bin/make -f
export DH_VERBOSE=1

%:
dh $@

override_dh_auto_configure:
dh_auto_configure -- --enable-libffmpeg_static

override_dh_auto_build:
make ${JARGS}

override_dh_strip:
dh_strip --dbg-package=tvheadend-dbg

override_dh_auto_install:
dh_auto_install --destdir=debian/tvheadend

override_dh_auto_clean:

3 changes: 3 additions & 0 deletions support/apt-update
Expand Up @@ -76,6 +76,9 @@ 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
Expand Down

0 comments on commit 04ef7b6

Please sign in to comment.