Browse Source

Added the debian/ folder

m-r-r 12 years ago
parent
commit
9481421476
12 changed files with 145 additions and 0 deletions
  1. 14 0
      debian/changelog
  2. 1 0
      debian/compat
  3. 16 0
      debian/control
  4. 51 0
      debian/copyright
  5. 2 0
      debian/docs
  6. 17 0
      debian/rules
  7. 1 0
      debian/source/format
  8. 11 0
      debian/watch
  9. 29 0
      debian/wmfs.1
  10. 1 0
      debian/wmfs.install
  11. 1 0
      debian/wmfs.manpages
  12. 1 0
      debian/wmfs.wm

+ 14 - 0
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 <raybaudroigm@gmail.com>  Sat, 28 Jan 2012 12:44:18 +0100
+
+wmfs (201201-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Mickaël Raybaud-Roig <raybaudroigm@gmail.com>  Sat, 21 Jan 2012 13:22:37 +0100

+ 1 - 0
debian/compat

@@ -0,0 +1 @@
+8

+ 16 - 0
debian/control

@@ -0,0 +1,16 @@
+Source: wmfs
+Section: x11
+Priority: extra
+Maintainer: Mickaël Raybaud-Roig <raybaudroigm@gmail.com>
+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.

+ 51 - 0
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 <xorg62@gmail.com>
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2012 Mickaël Raybaud-Roig <raybaudroigm@gmail.com>
+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 <sam@hocevar.net>
+ .
+ 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.

+ 2 - 0
debian/docs

@@ -0,0 +1,2 @@
+README
+COPYING

+ 17 - 0
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 $@

+ 1 - 0
debian/source/format

@@ -0,0 +1 @@
+3.0 (quilt)

+ 11 - 0
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
+# <Webpage URL> <string match>
+http://git.wmfs.info/wmfs.git/commit/ wmfs-master\.tar\.gz

+ 29 - 0
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 <func> <cmd] [\-C <file>]
+.TP
+\fB\-h\fR
+Show this page
+.TP
+\fB\-v\fR
+Show WMFS version
+.TP
+\fB\-c\fR <func> <cmd>
+Execute a specified UICB function
+.TP
+\fB\-C\fR <file>
+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 <func> <cmd>
+Execute a specified UICB function
+.TP
+\fB\-C\fR <file>
+Launch WMFS with a specified configuration file

+ 1 - 0
debian/wmfs.install

@@ -0,0 +1 @@
+wmfs.vim	/usr/share/vim/addons/syntax

+ 1 - 0
debian/wmfs.manpages

@@ -0,0 +1 @@
+debian/wmfs.1

+ 1 - 0
debian/wmfs.wm

@@ -0,0 +1 @@
+/usr/bin/wmfs