summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristoph Egger <christoph@debian.org>2011-08-28 15:19:40 +0200
committerChristoph Egger <christoph@debian.org>2011-08-28 15:19:40 +0200
commit98cc9b13ccd0e1b4ba47d98d95b6b8974f9c9aa9 (patch)
treeb405610e09eaec7f2de71b150a464ec9ed0f8761 /debian
parentc392ba5f95133a6f9573a72b0c8869d6fa0a634e (diff)
Import initial debianization
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control29
-rw-r--r--debian/copyright34
-rwxr-xr-xdebian/rules8
-rw-r--r--debian/source/format1
6 files changed, 78 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 00000000..751d2718
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+herbstluftwm (0~git2011.08.28-1) unstable; urgency=low
+
+ * Initial release. (Closes: #639583)
+
+ -- Christoph Egger <christoph@debian.org> Sun, 28 Aug 2011 14:05:38 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 00000000..7f8f011e
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..ecbdf2ed
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: herbstluftwm
+Section: x11
+Priority: optional
+Maintainer: Christoph Egger <christoph@debian.org>
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ libglib2.0-dev,
+ libx11-dev,
+ asciidoc,
+ libxml2-utils,
+ docbook-xml,
+ xsltproc
+Standards-Version: 3.9.2
+Homepage: http://wwwcip.cs.fau.de/~re06huxa/herbstluftwm/
+Vcs-Git: git://git.debian.org/collab-maint/herbstluftwm.git
+Vcs-Browser: http://git.debian.org/gitweb/?p=collab-maint/herbstluftwm.git;a=summary
+
+Package: herbstluftwm
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: manual tiling window manager for X11
+ In herbstluftwm the layout is based on splitting frames into
+ subframes which can be split again or can be filled with windows,
+ Tags (or workspaces or virtual desktops or ...) can be added/removed
+ at runtime. Each tag contains an own layout and exactly one tag is
+ viewed on each monitor. The tags are monitor independent.
+ .
+ It is configured at runtime via ipc calls from herbstclient. So the
+ configuration file is just a script which is run on startup.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 00000000..85a35bc5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Files: *
+Copyright: 2011, Thorsten Wißmann
+License: Simplified BSD
+
+Files: debian/*
+Copyright: 2011, Christoph Egger
+License: Simplified BSD
+
+License: Simplified BSD
+ This software is licensed under the "Simplified BSD License":
+
+ 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.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ''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 COPYRIGHT HOLDERS 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.
+
+ The views and conclusions contained in the software and documentation are those of the
+ authors and should not be interpreted as representing official policies, either expressed
+ or implied, of the copyright holder(s).
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 00000000..34e89d25
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+override_dh_auto_install:
+ $(MAKE) PREFIX=$(CURDIR)/debian/herbstluftwm/usr ETCDIR=$(CURDIR)/debian/herbstluftwm/etc install
+ rm -rf $(CURDIR)/debian/herbstluftwm/usr/share/licenses
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 00000000..163aaf8d
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)