From 94814214764804ae8c9d0cd96056d759e34a193c Mon Sep 17 00:00:00 2001 From: m-r-r Date: Sat, 28 Jan 2012 12:46:18 +0100 Subject: [PATCH] Added the debian/ folder --- debian/changelog | 14 ++++++++++++ debian/compat | 1 + debian/control | 16 ++++++++++++++ debian/copyright | 51 ++++++++++++++++++++++++++++++++++++++++++++ debian/docs | 2 ++ debian/rules | 17 +++++++++++++++ debian/source/format | 1 + debian/watch | 11 ++++++++++ debian/wmfs.1 | 29 +++++++++++++++++++++++++ debian/wmfs.install | 1 + debian/wmfs.manpages | 1 + debian/wmfs.wm | 1 + 12 files changed, 145 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch create mode 100644 debian/wmfs.1 create mode 100644 debian/wmfs.install create mode 100644 debian/wmfs.manpages create mode 100644 debian/wmfs.wm diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..2ad67b8 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,14 @@ +wmfs (201201-2) unstable; urgency=low + + * Added a manpage + * Modified the debian/rules script + * Filled debian/copying + * Added dependencies + + -- Mickaël Raybaud-Roig Sat, 28 Jan 2012 12:44:18 +0100 + +wmfs (201201-1) unstable; urgency=low + + * Initial release + + -- Mickaël Raybaud-Roig Sat, 21 Jan 2012 13:22:37 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..dfec98c --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: wmfs +Section: x11 +Priority: extra +Maintainer: Mickaël Raybaud-Roig +Build-Depends: debhelper (>= 8.0.0), autotools-dev +Standards-Version: 3.9.2 +Homepage: http://wmfs.info +Vcs-Git: git://git.wmfs.info/wmfs.git +Vcs-Browser: http://git.wmfs.info/wmfs.git/ + +Package: wmfs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libxinerama1, libimlib2, libxcb1, libfreetype6 +Description: Window Manager From Scratch + WMFS (Window Manager From Scratch) is a lightweight and highly configurable + tiling window manager for X. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..f294eac --- /dev/null +++ b/debian/copyright @@ -0,0 +1,51 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: wmfs +Source: http://wmfs.info + +Files: * +Copyright: 2011-2012 Martin Duquesnoy +License: BSD-3-Clause + +Files: debian/* +Copyright: 2012 Mickaël Raybaud-Roig +License: WTFPL-v2 + +License: BSD-3-Clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +Licence: WTFPL-v2 + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + . + Copyright (C) 2004 Sam Hocevar + . + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + . + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + . + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..1f562b3 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +README +COPYING diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..7e8eec4 --- /dev/null +++ b/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +override_dh_auto_build: + ./configure --prefix /usr --xdg-config-dir /etc/xdg + dh_auto_build + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..b1d062c --- /dev/null +++ b/debian/watch @@ -0,0 +1,11 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# +http://git.wmfs.info/wmfs.git/commit/ wmfs-master\.tar\.gz diff --git a/debian/wmfs.1 b/debian/wmfs.1 new file mode 100644 index 0000000..ee54d00 --- /dev/null +++ b/debian/wmfs.1 @@ -0,0 +1,29 @@ +.TH WMFS: "1" "January 2012" "Window Manager From Scratch" "User Commands" +.SH NAME +wmfs \- Window Manager From Scratch +.SH DESCRIPTION +usage: wmfs [\-hv] [\-c ] +.TP +\fB\-h\fR +Show this page +.TP +\fB\-v\fR +Show WMFS version +.TP +\fB\-c\fR +Execute a specified UICB function +.TP +\fB\-C\fR +Launch WMFS with a specified configuration file +.TP +\fB\-h\fR +Show this page +.TP +\fB\-v\fR +Show WMFS version +.TP +\fB\-c\fR +Execute a specified UICB function +.TP +\fB\-C\fR +Launch WMFS with a specified configuration file diff --git a/debian/wmfs.install b/debian/wmfs.install new file mode 100644 index 0000000..8e64fba --- /dev/null +++ b/debian/wmfs.install @@ -0,0 +1 @@ +wmfs.vim /usr/share/vim/addons/syntax diff --git a/debian/wmfs.manpages b/debian/wmfs.manpages new file mode 100644 index 0000000..5bbd4be --- /dev/null +++ b/debian/wmfs.manpages @@ -0,0 +1 @@ +debian/wmfs.1 diff --git a/debian/wmfs.wm b/debian/wmfs.wm new file mode 100644 index 0000000..5c78df5 --- /dev/null +++ b/debian/wmfs.wm @@ -0,0 +1 @@ +/usr/bin/wmfs