--- wmget-0.6.0.orig/debian/changelog +++ wmget-0.6.0/debian/changelog @@ -0,0 +1,83 @@ +wmget (0.6.0-3) unstable; urgency=low + + * QA upload. + * Replace build-dependency on x-dev by x11proto-core-dev (Closes: #515406). + * Changed menu section to "Applications/Network/File Transfer" + + -- Ralf Treinen Sat, 21 Feb 2009 08:54:25 +0100 + +wmget (0.6.0-2) unstable; urgency=low + + * QA upload. + * Package is orphaned (#352435); set maintainer to Debian QA Group. + * Switch to debhelper 5. + * Remove build dependency on libc6-dev; it's build-essential. + * debian/rules: + - Pass CFLAGS to the upstream Makefile for DEB_BUILD_OPTIONS=noopt. + - Let dh_strip handle DEB_BUILD_OPTIONS=nostrip. + * debian/watch: Add. + * Conforms to Standards version 3.6.2. + + -- Matej Vela Wed, 1 Mar 2006 20:39:22 +0100 + +wmget (0.6.0-1.2) unstable; urgency=low + + * Non-maintainer upload + * Splitted xlibs-dev build-dep (Closes: #347081) + + -- Marc 'HE' Brockschmidt Sat, 21 Jan 2006 11:10:41 +0100 + +wmget (0.6.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Switched to libcurl3-dev (closes: #279454). + + -- Domenico Andreoli Wed, 22 Dec 2004 18:08:27 +0100 + +wmget (0.6.0-1) unstable; urgency=low + + * Closes: #252717: New upstream release available (0.6.0) + * Closes: #227175: binary should be in /usr/bin, not /bin + * Change email maintainer + + -- Rafal Zawadzki Sat, 5 Jun 2004 00:34:50 +0200 + +wmget (0.5.0-1) unstable; urgency=low + + * New upstream release. + * Wmget now follows HTTP redirects. Closes: #162989 + * Fix error when invoking a download from command line. Closes: #176558 + + -- Rafal Zawadzki Thu, 9 Feb 2003 09:37:38 +0200 + +wmget (0.4.4-2) unstable; urgency=low + + * Fix debian/control file. Closes: #165559 + + -- Rafal Zawadzki Tue, 29 Oct 2002 11:58:20 +0200 + +wmget (0.4.4-1) unstable; urgency=low + + * New upstream release + + -- Rafal Zawadzki Thu, 20 Jun 2002 15:08:41 +0200 + +wmget (0.4.3-1) unstable; urgency=low + + * New upstream release + + -- Rafal Zawadzki Tue, 18 Jun 2002 09:34:08 +0200 + +wmget (0.4.2-2) unstable; urgency=low + + * Compile errors on hppa, patch by LaMont Jones (lamont@security.hp.com), + Closes: #150003 + + -- Rafal Zawadzki Mon, 17 Jun 2002 11:50:02 +0200 + +wmget (0.4.2-1) unstable; urgency=low + + * Initial Release. + + -- Rafal Zawadzki Fri, 31 May 2002 10:54:37 +0200 + --- wmget-0.6.0.orig/debian/docs +++ wmget-0.6.0/debian/docs @@ -0,0 +1,5 @@ +NEWS +README +TODO +wmget-test.pl +wmget.refentry.xml --- wmget-0.6.0.orig/debian/rules +++ wmget-0.6.0/debian/rules @@ -0,0 +1,63 @@ +#!/usr/bin/make -f + +include /usr/share/dpatch/dpatch.make + +CFLAGS = -Wall -g +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +build: build-stamp +build-stamp: patch-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) CFLAGS="$(CFLAGS)" + #/usr/bin/docbook-to-man debian/wmget.sgml > wmget.1 + + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + $(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/wmget. + $(MAKE) install DESTDIR=$(CURDIR)/debian/wmget PREFIX=$(CURDIR)/debian/wmget/usr + +# 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 + dh_installdocs + dh_installmenu + 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 patch unpatch --- wmget-0.6.0.orig/debian/watch +++ wmget-0.6.0/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://amtrickey.net/download/wmget-(.*)-src\.tar\.gz --- wmget-0.6.0.orig/debian/copyright +++ wmget-0.6.0/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Rafal Zawadzki on +Fri, 31 May 2002 10:54:37 +0200. + +It was downloaded from http://amtrickey.net/download/ + +Upstream Author: Aaron Trickey aaron@amtrickey.net + +Copyright: + +Copyright (c) 2001-2002 Aaron Trickey + +License: + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF +CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --- wmget-0.6.0.orig/debian/menu +++ wmget-0.6.0/debian/menu @@ -0,0 +1,4 @@ +?package(wmget): needs="X11"\ + section="Applications/Network/File Transfer"\ + title="wmget"\ + command="/usr/bin/wmget dock" --- wmget-0.6.0.orig/debian/compat +++ wmget-0.6.0/debian/compat @@ -0,0 +1 @@ +5 --- wmget-0.6.0.orig/debian/control +++ wmget-0.6.0/debian/control @@ -0,0 +1,16 @@ +Source: wmget +Section: x11 +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 5), libcurl3-dev, libx11-dev, libxext-dev, libxpm-dev, x11proto-core-dev, dpatch +Standards-Version: 3.6.2 + +Package: wmget +Architecture: any +Depends: ${shlibs:Depends}, curl +Description: Background download manager in a Window Maker dock app + wmget is a dock app for the GNU Window Maker window manager + (or one of the many other WM's which support dockapps) which + makes it more convenient to perform long downloads in the background. + It uses the excellent libcurl library, part of the cURL automated-download + program, to perform file retrieval. --- wmget-0.6.0.orig/debian/patches/00list +++ wmget-0.6.0/debian/patches/00list @@ -0,0 +1 @@ +01_Makefile --- wmget-0.6.0.orig/debian/patches/01_Makefile.dpatch +++ wmget-0.6.0/debian/patches/01_Makefile.dpatch @@ -0,0 +1,30 @@ +#! /bin/sh -e + + +patch_opts="${patch_opts:--f --no-backup-if-mismatch ${2:+-d $2}}" + +if [ $# -ne 1 ]; then + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1 +fi +case "$1" in + -patch) patch $patch_opts -p0 < $0;; + -unpatch) patch $patch_opts -R -p0 < $0;; + *) + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1;; +esac + +exit 0 + +@DPATCH@ +--- Makefile.orig 2004-06-05 10:48:30.000000000 +0200 ++++ Makefile 2004-06-05 10:48:52.000000000 +0200 +@@ -83,8 +83,8 @@ + echo $(PREFIX) > install.prefix ; \ + $(INSTALLDIR) $(PREFIX)/bin ; \ + $(INSTALLBIN) wmget $(PREFIX)/bin/wmget ; \ +- $(INSTALLDIR) $(PREFIX)/man/man1 ; \ +- $(INSTALLMAN) wmget.1 $(PREFIX)/man/man1/wmget.1 ; \ ++ $(INSTALLDIR) $(PREFIX)/share/man/man1 ; \ ++ $(INSTALLMAN) wmget.1 $(PREFIX)/share/man/man1/wmget.1 ; \