[Pkg-wmaker-commits] [wmdrawer] 03/03: Imported Debian patch 0.10.5-1.1

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Dec 16 04:21:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmdrawer.

commit 07334d7a91a086572377dcfcdf583d788fe591c9
Author: Barry deFreese <bdefreese at debian.org>
Date:   Sun Mar 1 21:48:31 2009 -0500

    Imported Debian patch 0.10.5-1.1
---
 Makefile          |  5 ++---
 debian/changelog  | 18 ++++++++++++++++++
 debian/compat     |  2 +-
 debian/control    |  5 +++--
 debian/copyright  |  8 ++++++--
 debian/dirs       |  1 -
 debian/menu       |  2 +-
 debian/rules      |  2 +-
 debian/watch      |  4 ++++
 debian/wmdrawer.1 |  6 +++---
 10 files changed, 39 insertions(+), 14 deletions(-)

diff --git a/Makefile b/Makefile
index 3f0d002..42c302d 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,8 @@ PREFIX = $(DESTDIR)/usr
 DOCDIR = $(PREFIX)/share/doc
 
 # Image library
-USE_GDKPIXBUF = 1
-#USE_GDKPIXBUF2 = 1
+#USE_GDKPIXBUF = 1
+USE_GDKPIXBUF2 = 1
 #USE_IMLIB = 1
 
 DEFS = $(OS)
@@ -62,7 +62,6 @@ all : $(PRGS)
 
 wmdrawer : $(OBJS)
 	$(CC) $(LDFLAGS) -o $@ $(OBJS)
-	strip $@
 
 clean :
 	$(RM) *.o $(PRGS)
diff --git a/debian/changelog b/debian/changelog
index a0e0b03..6acac42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+wmdrawer (0.10.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build with Gtk2 instead of libgdk-pixbuf. (Closes: #517324).
+  * Fix menu syntax and section. (Closes: #309555).
+  * Remove strip from Makefile. (Closes: #438269).
+  * Add appropriate copyright holders in debian/copyright.
+  * Make clean not ignore errors.
+  * Convert debian/copyright to UTF-8.
+  * Remove /usr/sbin from dirs.
+  * Add Homepage field.
+  * Add watch file.
+  * Bump debhelper build-dep and compat to 5.
+  * Bump Standards Version to 3.8.0.
+    + Menu policy transition.
+
+ -- Barry deFreese <bdefreese at debian.org>  Sun, 01 Mar 2009 21:48:31 -0500
+
 wmdrawer (0.10.5-1) unstable; urgency=low
 
   * Initial Release.
diff --git a/debian/compat b/debian/compat
index b8626c4..7ed6ff8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+5
diff --git a/debian/control b/debian/control
index 50845c5..710baa4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,9 @@ Source: wmdrawer
 Section: x11
 Priority: optional
 Maintainer: Francois Gurin <matrix at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libgdk-pixbuf-dev
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 5.0.0), libgtk2.0-dev
+Standards-Version: 3.8.0
+Homepage: http://people.easter-eggs.org/~valos/wmdrawer/
 
 Package: wmdrawer
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index d7c628d..d514edf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,9 +3,13 @@ Mon, 21 Mar 2005 03:41:52 -0500.
 
 It was downloaded from http://people.easter-eggs.org/~valos/wmdrawer/
 
-Upstream Author: Val�ry Febvre vfebvre at vfebvre.lautre.net
+Upstream Author: Valéry Febvre vfebvre at vfebvre.lautre.net
+
+Copyright:
+	Copyright (C) 2001 Renâ–’ Scharfe     <l.s.r at web dot de>
+	Copyright (C) 2001,1999 Sasha Vasko <sashav at sprintmail dot com>
+	Copyright (C) 2002-2004 by Valery Febvre, FRANCE
 
-Copyright: GPL-2
 
 wmdrawer was written by Val\xe9ry Febvre, and it is distributed under 
 the terms of the GNU General Public License version 2.
diff --git a/debian/dirs b/debian/dirs
index ca882bb..e772481 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1,2 +1 @@
 usr/bin
-usr/sbin
diff --git a/debian/menu b/debian/menu
index 724c2b1..c522c81 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,2 +1,2 @@
-?package(wmdrawer):needs="X11|text|vc|wm" section="Apps/see-menu-manual"\
+?package(wmdrawer):needs="X11" section="Applications/System/Administration"\
   title="wmdrawer" command="/usr/bin/wmdrawer"
diff --git a/debian/rules b/debian/rules
index 0244d98..577f652 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,7 @@ clean:
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	$(MAKE) clean
 
 	dh_clean 
 
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1116c91
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+
+http://people.easter-eggs.org/~valos/wmdrawer/?section=download \
+\.\/visitors\/odtrack.php\?url=http:\/\/people\.easter-eggs.org\/~valos\/wmdrawer\/wmdrawer-([\d.]+)\.tar\.gz
diff --git a/debian/wmdrawer.1 b/debian/wmdrawer.1
index ab2e1e9..e493c87 100644
--- a/debian/wmdrawer.1
+++ b/debian/wmdrawer.1
@@ -56,7 +56,7 @@
 wmdrawer \(em a dockapp providing a drawer to launch applications 
 .SH "SYNOPSIS" 
 .PP 
-\fBwmdrawer\fR [\fB-c, --configfile=\fIFILE\fR\fP [\fB-n, --instancename=\fINAME\fR\fP]]  [\fB-w, --windowed\fP]  [\fB-h, --help\fP]  [\fB-v, --version\fP]  
+\fBwmdrawer\fR [\fB-c, \-\-configfile=\fIFILE\fR\fP [\fB-n, \-\-instancename=\fINAME\fR\fP]]  [\fB-w, \-\-windowed\fP]  [\fB-h, \-\-help\fP]  [\fB-v, \-\-version\fP]  
 .SH "DESCRIPTION" 
 .PP 
 \fBwmdrawer\fR is a dock application (dockapp) that 
@@ -207,8 +207,8 @@ direction       2
 # Each button must be defined with this syntax: 
 # (tooltip)  (image)  (command) 
 [column] 
-(X Terminal)	(gnome-term.png)	(xterm -bg black -fg wheat) 
-(Galeon)	(galeon.xpm)		(galeon -s) 
+(X Terminal)	(gnome-term.png)	(xterm \-bg black \-fg wheat) 
+(Galeon)	(galeon.xpm)		(galeon \-s) 
 (Sylpheed)	(sylpheed.png)		(sylpheed) 
 (XChat)		(xchat.png)		(xchat) 
 (MPlayer)	(gnome-multimedia.png)	(mplayer) 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmdrawer.git



More information about the Pkg-wmaker-commits mailing list