debian/0000755000000000000000000000000011762425374007201 5ustar debian/changelog0000644000000000000000000000404611762425366011060 0ustar mpegdemux (0.1.4-3) unstable; urgency=low * Build with hardening flags, by using debhelper 9. -- Santiago Vila Sat, 02 Jun 2012 17:01:36 +0200 mpegdemux (0.1.4-2) unstable; urgency=low * Do not remove configure script on "make distclean". * Switch to dh. -- Santiago Vila Sun, 07 Aug 2011 12:31:00 +0200 mpegdemux (0.1.4-1) unstable; urgency=low * New upstream release. -- Santiago Vila Mon, 05 Jul 2010 19:35:36 +0200 mpegdemux (0.1.3-3) unstable; urgency=low * Switch to 3.0 (quilt) source format. * Added homepage field to control file. * Use strip, not "install -s". -- Santiago Vila Sat, 20 Feb 2010 23:30:32 +0100 mpegdemux (0.1.3-2) unstable; urgency=low * Changed copyright file to refer to GPL-2, not GPL (lintian warning). -- Santiago Vila Tue, 04 Aug 2009 21:04:04 +0200 mpegdemux (0.1.3-1) unstable; urgency=low * New upstream release. * Added debian/watch, fixes lintian warning. * Added packet size check and clarified manpage. Closes: #509954. -- Santiago Vila Sat, 11 Apr 2009 15:32:40 +0200 mpegdemux (0.1.2-5) unstable; urgency=low * Run "make clean" only if Makefile exists, but do not ignore errors. -- Santiago Vila Fri, 28 Nov 2008 12:11:56 +0100 mpegdemux (0.1.2-4) unstable; urgency=low * Honor DEB_BUILD_OPTIONS. Closes: #437583. -- Santiago Vila Mon, 19 Nov 2007 15:34:14 +0100 mpegdemux (0.1.2-3) unstable; urgency=low * Removed article from short description (Closes: #300061). -- Santiago Vila Sun, 24 Apr 2005 19:47:56 +0200 mpegdemux (0.1.2-2) unstable; urgency=low * Fixed manpage, there is no --verbose option (Closes: #289767). Thanks to Michal Politowski for the report. -- Santiago Vila Tue, 11 Jan 2005 16:46:00 +0100 mpegdemux (0.1.2-1) unstable; urgency=low * Initial release. -- Santiago Vila Sat, 4 Dec 2004 14:17:18 +0100 debian/source/0000755000000000000000000000000011337072260010467 5ustar debian/source/format0000644000000000000000000000001411337072260011675 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007611170115734010222 0ustar version=3 http://www.hampa.ch/mpegdemux/mpegdemux-(.*).tar.gz debian/compat0000644000000000000000000000000211762425252010372 0ustar 9 debian/rules0000755000000000000000000000012311617464450010252 0ustar #!/usr/bin/make -f %: dh $@ override_dh_installdocs: dh_installdocs NEWS README debian/copyright0000644000000000000000000000150711414414123011117 0ustar This is the Debian prepackaged version of mpegdemux. This package was first created by Santiago Vila who currently maintains it. The source for this release was downloaded from http://www.hampa.ch/mpegdemux/mpegdemux-0.1.4.tar.gz Copyright: (C) 2003-2010 by Hampa Hug This program is free software. You can redistribute it and / or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. On Debian systems, the complete text of the GNU General Public License, version 2, can be found in `/usr/share/common-licenses/GPL-2'. debian/control0000644000000000000000000000074411762425252010604 0ustar Source: mpegdemux Section: sound Priority: optional Maintainer: Santiago Vila Standards-Version: 3.9.2 Build-Depends: debhelper (>= 9) Homepage: http://www.hampa.ch/mpegdemux/ Package: mpegdemux Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: MPEG1/2 system stream demultiplexer Mpegdemux is an MPEG1/MPEG2 system stream demultiplexer. It can be used to list the contents of an MPEG system stream and to extract elementary streams. debian/patches/0000755000000000000000000000000011617464450010625 5ustar debian/patches/01-do-not-remove-configure-on-make-distclean0000644000000000000000000000073711617464450020740 0ustar From: Santiago Vila Subject: Do not remove configure script on "make distclean" X-Debian-version: 0.1.4-2 --- a/Makefile.inc.in +++ b/Makefile.inc.in @@ -34,7 +34,7 @@ # ---------------------------------------------------------------------- -DCL += Makefile Makefile.inc configure config.log config.status +DCL += Makefile Makefile.inc config.log config.status DIST += AUTHORS COPYING ChangeLog INSTALL \ Makefile.in Makefile.inc.in Makefile.tc \ debian/patches/series0000644000000000000000000000005511617464450012042 0ustar 01-do-not-remove-configure-on-make-distclean