debian/0000775000000000000000000000000012155220251007163 5ustar debian/rules0000775000000000000000000000003512155220242010241 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000664000000000000000000000243712155220235011045 0ustar mpglen (0.0.2-0.1ubuntu2) saucy; urgency=low * debian/rules: Remove dh_installchangelogs override (realized that Ubuntu doesn't install upstream changelogs on purpose). -- Logan Rosen Sun, 09 Jun 2013 20:40:37 -0400 mpglen (0.0.2-0.1ubuntu1) saucy; urgency=low * debian/rules: Convert to minimal dh sequencer. * debian/control: - Bump Standards-Version to 3.9.4. - Bump debhelper Build-Depends to (>= 9). - Add ${misc:Depends} for binary. - Add Homepage field. * debian/compat: Bump to 9. * debian/source/format: Indicate 3.0 (quilt) format. * debian/patches/Makefile-changes.patch: Ignore all errors for rm command in Makefile (converted from inline change). * debian/install: Add. * debian/docs: Add. -- Logan Rosen Sun, 09 Jun 2013 18:08:39 -0400 mpglen (0.0.2-0.1) unstable; urgency=low * Rebuild for amd64. -- Christian Marillat Sun, 14 May 2006 14:55:07 +0200 mpglen (0.0.2-0.0) unstable; urgency=low * Add bts files. * Don't call the package -1 but 0.0 instead -- Christian Marillat Fri, 5 Sep 2003 10:43:47 +0200 mpglen (0.0.1-1) unstable; urgency=low * Initial Release. -- Christian Marillat Fri, 5 Sep 2003 10:22:57 +0200 debian/compat0000664000000000000000000000000212155220176010367 0ustar 9 debian/copyright0000664000000000000000000000077312155220176011133 0ustar This package was debianized by Christian Marillat on Fri, 5 Sep 2003 10:22:57 +0200. It was downloaded from http://www.iamnota.net/mpglen/ Upstream Author: Glen Harris Copyright: 2003 Glen Harris 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/0000775000000000000000000000000012155220251010463 5ustar debian/source/format0000664000000000000000000000001412155220176011677 0ustar 3.0 (quilt) debian/install0000664000000000000000000000001712155220176010560 0ustar mpglen usr/bin debian/control0000664000000000000000000000110112155220176010565 0ustar Source: mpglen Section: utils Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Christian Marillat Bugs: mailto:marillat@debian.org Homepage: http://www.iamnota.net/sw:mpglen Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9) Package: mpglen Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: scan through a MPEG file and count the number of GOPs and frames A simple tool to read in one or more mpeg files and report the number of frames and GOPs it finds. debian/docs0000664000000000000000000000000712155220176010041 0ustar README debian/patches/0000775000000000000000000000000012155220251010612 5ustar debian/patches/series0000664000000000000000000000002712155220176012034 0ustar Makefile-changes.patch debian/patches/Makefile-changes.patch0000664000000000000000000000054712155220176014772 0ustar Description: ignore all errors for rm command Author: Christian Marillat Forwarded: no Last-Update: 2013-06-09 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ gcc -O4 -D_LARGEFILE64_SOURCE -D__FILE_OFFSET_BITS_64 -o mpglen mpglen.c clean: - rm mpglen + -rm mpglen