[Pkg-wmaker-commits] [wmget] 02/41: Imported Debian patch 0.6.0-1.1
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Aug 23 17:05:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmget.
commit 253478e89db17d939c643dfd97bf8c9e17c1f0f4
Author: Domenico Andreoli <cavok at debian.org>
Date: Wed Dec 22 18:08:27 2004 +0100
Imported Debian patch 0.6.0-1.1
---
debian/changelog | 54 +++++++++++++++++++++++
debian/control | 16 +++++++
debian/copyright | 29 ++++++++++++
debian/dirs | 1 +
debian/docs | 5 +++
debian/menu | 1 +
debian/patches/00list | 1 +
debian/patches/01_Makefile.dpatch | 30 +++++++++++++
debian/rules | 93 +++++++++++++++++++++++++++++++++++++++
debian/wmget.manpages | 1 +
10 files changed, 231 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ff5d22c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,54 @@
+wmget (0.6.0-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Switched to libcurl3-dev (closes: #279454).
+
+ -- Domenico Andreoli <cavok at debian.org> 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 <bluszcz at jabberpl.org> 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 <bluszcz at ats.com.pl> Thu, 9 Feb 2003 09:37:38 +0200
+
+wmget (0.4.4-2) unstable; urgency=low
+
+ * Fix debian/control file. Closes: #165559
+
+ -- Rafal Zawadzki <bluszcz at ats.com.pl> Tue, 29 Oct 2002 11:58:20 +0200
+
+wmget (0.4.4-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Rafal Zawadzki <bluszcz at ats.com.pl> Thu, 20 Jun 2002 15:08:41 +0200
+
+wmget (0.4.3-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Rafal Zawadzki <bluszcz at ats.com.pl> 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 at security.hp.com),
+ Closes: #150003
+
+ -- Rafal Zawadzki <bluszcz at ats.com.pl> Mon, 17 Jun 2002 11:50:02 +0200
+
+wmget (0.4.2-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Rafal Zawadzki <bluszcz at ats.com.pl> Fri, 31 May 2002 10:54:37 +0200
+
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d9046d0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: wmget
+Section: x11
+Priority: optional
+Maintainer: Rafal Zawadzki <bluszcz at jabberpl.org>
+Build-Depends: debhelper (>> 4.0.0), libc6-dev, libcurl3-dev, xlibs-dev, dpatch
+Standards-Version: 3.6.1
+
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7c6e998
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+This package was debianized by Rafal Zawadzki <bluszcz at ats.com.pl> on
+Fri, 31 May 2002 10:54:37 +0200.
+
+It was downloaded from http://amtrickey.net/download/
+
+Upstream Author: Aaron Trickey aaron at 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.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..1e881ed
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/bin
\ No newline at end of file
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..420c5af
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,5 @@
+NEWS
+README
+TODO
+wmget-test.pl
+wmget.refentry.xml
diff --git a/debian/menu b/debian/menu
new file mode 100644
index 0000000..6ea66c2
--- /dev/null
+++ b/debian/menu
@@ -0,0 +1 @@
+?package(wmget): needs="X11" section="Apps/Tools" title="wmget" command="/usr/bin/wmget dock"
diff --git a/debian/patches/00list b/debian/patches/00list
new file mode 100644
index 0000000..242396a
--- /dev/null
+++ b/debian/patches/00list
@@ -0,0 +1 @@
+01_Makefile
diff --git a/debian/patches/01_Makefile.dpatch b/debian/patches/01_Makefile.dpatch
new file mode 100644
index 0000000..0385246
--- /dev/null
+++ b/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
+
+ at 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 ; \
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d8ef3c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,93 @@
+#!/usr/bin/make -f
+# This is the debhelper compatibility version to use.
+export DH_COMPAT=4
+
+include /usr/share/dpatch/dpatch.make
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+ INSTALL_PROGRAM += -s
+endif
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ # Add here commands to configure the package.
+
+ touch configure-stamp
+
+
+build: patch-stamp build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+
+ # Add here commands to compile the package.
+ $(MAKE)
+ #/usr/bin/docbook-to-man debian/wmget.sgml > wmget.1
+
+ touch build-stamp
+
+clean: unpatch
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-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_installdebconf
+ dh_installdocs
+ dh_installexamples
+ dh_installmenu
+# dh_installlogrotate
+# dh_installemacsen
+# dh_installpam
+# dh_installmime
+# dh_installinit
+ dh_installcron
+# dh_installman
+ dh_installinfo
+# dh_undocumented
+ dh_installchangelogs
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+# dh_makeshlibs
+ dh_installdeb
+# dh_perl
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch
diff --git a/debian/wmget.manpages b/debian/wmget.manpages
new file mode 100644
index 0000000..125fa02
--- /dev/null
+++ b/debian/wmget.manpages
@@ -0,0 +1 @@
+wmget.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmget.git
More information about the Pkg-wmaker-commits
mailing list