debian/0000755000000000000000000000000011733033150007162 5ustar debian/compat0000644000000000000000000000000211733027555010374 0ustar 7 debian/patches/0000755000000000000000000000000011733032722010615 5ustar debian/patches/series0000644000000000000000000000002411733032621012024 0ustar 1001-makefile.patch debian/patches/1001-makefile.patch0000644000000000000000000000125211733032756014001 0ustar Description: Handle DESTDIR variable to properly install stuff. Author: Alessio Treglia Forwarded: no --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- M2VRequantiser-v1.1.orig/Makefile +++ M2VRequantiser-v1.1/Makefile @@ -17,11 +17,11 @@ M2VRequantiser : $(OBJECTS) $(CC) $(CFLAGS) -c $< install: all - $(INSTALL) -d $(PREFIX)/bin - $(INSTALL) -m 755 M2VRequantiser $(PREFIX)/bin + $(INSTALL) -d $(DESTDIR)$(PREFIX)/bin + $(INSTALL) -m 755 M2VRequantiser $(DESTDIR)$(PREFIX)/bin uninstall: - rm -f $(PREFIX)/bin/M2VRequantiser + rm -f $(DESTDIR)$(PREFIX)/bin/M2VRequantiser clean: rm -f M2VRequantiser *.o *~ core debian/rules0000755000000000000000000000007511733032612010246 0ustar #!/usr/bin/make -f export PREFIX=/usr %: dh $@ --parallel debian/docs0000644000000000000000000000001311733033106010030 0ustar README.txt debian/control0000644000000000000000000000170111733031600010562 0ustar Source: m2vrequantiser Section: video Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia Build-Depends: debhelper (>= 7.0.50~) Homepage: https://launchpad.net/m2vrequantiser Standards-Version: 3.9.3 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/m2vrequantiser.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/m2vrequantiser.git Package: m2vrequantiser Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: MPEG-2 streams requantization This package provides m2vrequantiser, a tool to requantize MPEG-2 streams without recompressing. M2VRequantiser accepts raw MPEG2 video data (not VOB) from standard input and writes the recompressed frames to standard output. . m2vrequantiser represents a good replacement for tcrequant, an obsolete utility provided by some versions of the transcode suite. debian/changelog0000644000000000000000000000024011733031227011033 0ustar m2vrequantiser (1.1-1) unstable; urgency=low * Initial release. (Closes: #664979) -- Alessio Treglia Fri, 23 Mar 2012 09:20:55 +0100 debian/gbp.conf0000644000000000000000000000003611733033150010600 0ustar [DEFAULT] pristine-tar = True debian/copyright0000644000000000000000000000216411733032525011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: M2VRequantiser Upstream-Contact: Martin Wimpress Source: https://launchpad.net/m2vrequantiser/+download Files: * Copyright: No copyright holders License: GPL-2+ Files: debian/* Copyright: 2012 Alessio Treglia License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . 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. Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/source/0000755000000000000000000000000011733027555010476 5ustar debian/source/format0000644000000000000000000000001411733033011011664 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000022211733027677010230 0ustar version=3 https://launchpad.net/m2vrequantiser/+download \ https://launchpad.net/m2vrequantiser/trunk/.*/\+download/M2VRequantiser-v(.*)\.tar\.gz