debian/0000755000000000000000000000000012227120426007164 5ustar debian/changelog0000644000000000000000000000072012227120243011032 0ustar nomnom (0.3.1-2) unstable; urgency=low * Create subdir-objects.diff patch (Closes: #725527). * Create fix-desktop-file.diff patch. * d/control: - Push Standards-Version field. - Cosmetic improvements. -- Alejandro Garrido Mota Sun, 13 Oct 2013 22:39:08 -0430 nomnom (0.3.1-1) unstable; urgency=low * Initial release (Closes: #622216) -- Alejandro Garrido Mota Tue, 01 May 2012 10:18:30 -0430 debian/nomnom.menu0000644000000000000000000000023712227120243011354 0ustar ?package(nomnom):needs="X11" section="Applications/Network/Web Browsing" \ title="nomnom" command="/usr/bin/nomnom" \ icon="/usr/share/pixmaps/nomnom.xpm" debian/source/0000755000000000000000000000000012227120243010461 5ustar debian/source/format0000644000000000000000000000001412227120243011667 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000026112227120243010240 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --enable-verbose override_dh_installchangelogs: dh_installchangelogs NEWS debian/patches/0000755000000000000000000000000012227120243010610 5ustar debian/patches/series0000644000000000000000000000005212227120243012022 0ustar fix-desktop-file.diff subdir-objects.diff debian/patches/subdir-objects.diff0000644000000000000000000000105112227120243014356 0ustar Description: Add subdir-objects to AM_INIT_AUTOMAKE variable Author: Alejandro Garrido Mota Bug-Debian: http://bugs.debian.org/725527 --- a/configure.ac +++ b/configure.ac @@ -19,8 +19,8 @@ AC_DEFINE_UNQUOTED([CANONICAL_TARGET], "$target", [...]) AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [...]) -AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 dist-xz]) -AM_SILENT_RULES([yes]) +AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 dist-xz subdir-objects]) +AM_SILENT_RULES([no]) # Checks for programs. AC_PROG_CXX debian/patches/fix-desktop-file.diff0000644000000000000000000000071712227120243014621 0ustar Description: Fixed compatibility issues with lintian in desktop file Author: Alejandro Garrido Mota --- a/nomnom.desktop.in +++ b/nomnom.desktop.in @@ -2,9 +2,10 @@ Name=NomNom Comment=Download and stream media Exec=@prefix@/bin/nomnom -Icon=nomnom.xpm +Icon=nomnom Type=Application Terminal=false StartupNotify=true -Categories=Network;AudioVideo; +Categories=AudioVideo; Version=@VERSION@ +Keywords=youtube;Audio;Video;Downloads; debian/watch0000644000000000000000000000006212227120243010210 0ustar version=3 http://sf.net/nomnom/nomnom-(.*).tar.gz debian/compat0000644000000000000000000000000212227120243010357 0ustar 9 debian/copyright0000644000000000000000000000206512227120243011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Toni Gundogdu Source: http://nomnom.sourceforge.net Upstream-Name: nomnom Files: * Copyright: 2010-2011 Toni Gundogdu License: GPL-3+ Files: debian/* Copyright: 2012 Alejandro Garrido Mota License: GPL-3+ Files: src/rc/img/nomnom.png Copyright: 2009 - Tango icon library License: public-domain Image face-grin.png (nomnom.png) obtained from the tango icon theme and "tango-icon-theme package is released to the Public Domain" ("Terms Of Use" in http://tango.freedesktop.org and COPYING in tango-icon-theme.tar.gz ). License: GPL-3+ 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 3 of the License, or (at your option) any later version. On Debian systems, the complete text of the GNU General Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. debian/control0000644000000000000000000000150312227120243010563 0ustar Source: nomnom Section: video Priority: extra Maintainer: Alejandro Garrido Mota Build-Depends: debhelper (>= 9), dh-autoreconf, libqt4-dev, pkg-config, libqjson-dev Standards-Version: 3.9.4 Homepage: http://nomnom.sourceforge.net/ Vcs-Git: git://github.com/mogaal/nomnom Vcs-Browser: https://github.com/mogaal/nomnom Package: nomnom Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, quvi, curl Description: download videos from Youtube and other similar video websites Application for downloading videos from Youtube and other similar video websites that require Adobe Flash to view the video content. Video streaming or downloading can be started simply by dropping an URL onto the application window.