debian/0000775000000000000000000000000012141527102007163 5ustar debian/rules0000775000000000000000000000240112141527072010246 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir $(MAKE) touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp $(MAKE) clean dh_clean vob2sub install: build dh_testdir dh_testroot dh_prep dh_installdirs usr/bin usr/share/doc/submux-dvd/html cp submux-dvd vob2sub debian/submux-dvd/usr/bin cp spu.html debian/submux-dvd/usr/share/doc/submux-dvd/html # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs CHANGES dh_installdocs README # dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/watch0000664000000000000000000000012212141526015010211 0ustar version=3 http://panteltje.com/panteltje/dvd/ /panteltje/dvd/submux-dvd-(.+)\.tgz debian/changelog0000664000000000000000000000216712141526717011056 0ustar submux-dvd (0.5.2-0ubuntu1) saucy; urgency=low * New upstream release. * debian/source/format: Indicate 3.0 (quilt) format. * debian/control: - Bump Standards-Version to 3.9.4. - Bump debhelper Build-Depends to >= 9. - Add Homepage field and remove homepage from Description. - Add ${misc:Depends} to Depends. * debian/compat: Bump to 9. * debian/watch: Update. * debian/rules: - Add build-arch and build-indep targets. - Replace dh_clean -k with dh_prep. - Remove hyphen from $(MAKE) clean to fix lintian warning. -- Logan Rosen Sun, 05 May 2013 14:59:47 -0400 submux-dvd (0.5.1-0.0) unstable; urgency=low * New upstream release. * debian/copyright Update upstream home page. * Add a watch file. -- Christian Marillat Sat, 13 May 2006 18:08:13 +0200 submux-dvd (0.5-0.0) unstable; urgency=low * New usptream release. -- Christian Marillat Sun, 18 Jan 2004 17:02:52 +0100 submux-dvd (0.2-0.0) unstable; urgency=low * Initial Release. -- Christian Marillat Fri, 8 Aug 2003 14:55:00 +0200 debian/compat0000664000000000000000000000000212141526333010366 0ustar 9 debian/copyright0000664000000000000000000000102712141525536011127 0ustar This package was debianized by Christian Marillat on Fri, 8 Aug 2003 14:55:00 +0200. It was downloaded from http://ip51cf87c4.direct-adsl.nl/panteltje/dvd/ Upstream Author: Jan Panteltje Copyright: 2002, 2003 Jan Panteltje You should have received a copy of the GNU General Public License with the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. debian/source/0000775000000000000000000000000012141527102010463 5ustar debian/source/format0000664000000000000000000000001412141526165011701 0ustar 3.0 (quilt) debian/control0000664000000000000000000000116212141526325010574 0ustar Source: submux-dvd Section: utils Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Christian Marillat Bugs: mailto:marillat@debian.org Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9) Homepage: http://panteltje.com/panteltje/dvd/ Package: submux-dvd Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: subtitle multiplexer, muxes subtitles into .vob Based on original 'submux' for CVD and SVCD by unknown author, changed for DVD muxing and coding support (use only DVD!). This accepts xste .sub output.