@mkdir -p $(@D)
@git archive --format=tar --prefix=$(package)-$(version)/ $(version) `git ls-tree --name-only $(version) | egrep -v "(.gitignore|debian|Makefile|testing)"` | gzip > $(tarball)
-build/$(release)/$(deb):
+build/$(release)/$(deb): $(orig_tarball)
@echo Building $(release)
- @ssh -t build-$(release)-i386 "cd `pwd`; $(build)"
- @ssh build-$(release)-i386 "cd `pwd`/..; /usr/bin/lintian -i -I $(package)_$(version)*.changes" || true
- #@ssh build-$(release)-i386 "cd `pwd`/..; /usr/bin/linda -i $(package)_$(version)*.changes" || true
+ @ssh -t build-$(release)-amd64 "cd `pwd`; $(build)"
+ @ssh build-$(release)-amd64 "cd `pwd`/..; /usr/bin/lintian -i -I $(package)_$(version)*.changes" || true
+ #@ssh build-$(release)-amd64 "cd `pwd`/..; /usr/bin/linda -i $(package)_$(version)*.changes" || true
@mkdir -p build/$(release)
@cp ../$(deb) \
../$(package)_$(deb_version)_*.changes \
* New upstream release.
* Brazilian Portuguese debconf translation from Adriano Rafael Gomes.
(Closes: #816938)
+ * Update standards version to 3.9.8.
+ * Bump debhelper compatibility to 10.
+ * Clean up some lintian errors and warnings, suppress VCS tags for now.
- -- Andrew Ruthven <andrew@etc.gen.nz> Thu, 26 Jan 2017 09:17:10 +1300
+ -- Andrew Ruthven <andrew@etc.gen.nz> Thu, 26 Jan 2017 12:25:45 +1300
mythtv-status (0.10.7-1) unstable; urgency=low
Section: misc
Priority: extra
Maintainer: Andrew Ruthven <andrew@etc.gen.nz>
-Build-Depends: debhelper (>= 6), po-debconf
-Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 10), po-debconf
+Standards-Version: 3.9.8
Homepage: http://www.etc.gen.nz/projects/mythtv/mythtv-status.html
Vcs-Git: http://git.etc.gen.nz/mythtv-status.git
Vcs-Browser: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?p=mythtv-status.git;a=summary
Package: mythtv-status
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, libxml-libxml-perl, libdate-manip-perl, libmime-tools-perl, libconfig-auto-perl, libsys-sigaction-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, libxml-libxml-perl, libdate-manip-perl, libmime-tools-perl, libconfig-auto-perl, libsys-sigaction-perl, lsb-base (>= 3.0-6)
Suggests: molly-guard (>= 0.4)
Recommends: libmythtv-perl, libnet-upnp-perl
Description: Show the status of a MythTV backend
Shows the current status of a local or remote MythTV backend and up to
the next 10 recordings for today and tomorrow.
.
- Also provides funtionality for updating the MOTD with this information,
+ Also provides functionality for updating the MOTD with this information,
this can provide a good heads up on when you should avoid heavy CPU or
I/O work on your MythTV backend.