aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Nazaryev <sergey@nazaryev.ru>2016-07-01 16:18:18 +0300
committerSergey Nazaryev <sergey@nazaryev.ru>2016-07-01 16:18:18 +0300
commit27807ce721b5a086584020887855cabd09cf335d (patch)
treecc1edb2afd8ab4d26abade0588c71a3ca73c1a93
parentb9e67982f8bf1c4992755c3bde6085a7f0a0e093 (diff)
downloadwmfs-wmfs1-debian.zip
wmfs-wmfs1-debian.tar.gz
wmfs-wmfs1-debian.tar.bz2
Debianization of wmfs1wmfs1-debian
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control12
-rw-r--r--debian/copyright10
-rwxr-xr-xdebian/rules18
-rw-r--r--debian/source/format1
6 files changed, 47 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b8528f7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+wmfs (0.0.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Sergey Nazaryev <sn@metrotek.spb.ru> Fri, 01 Jul 2016 12:33:56 +0300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f11c82a
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9 \ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0be87b8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,12 @@
+Source: wmfs
+Section: misc
+Priority: extra
+Maintainer: Sergey Nazaryev <sn@metrotek.spb.ru>
+Build-Depends: debhelper:all (>= 9.0.0), libx11-dev, libxft-dev, libxinerama-dev, libxrandr-dev, libimlib2-dev
+Standards-Version: 3.9.2
+Homepage: http://metrotek.spb.ru/code/wmfs
+
+Package: wmfs
+Architecture: any
+Depends: ${misc:Depends}, libx11, libxinerama, libxrandr, libxft
+Description: Window Manager From Scratch
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..277027b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,10 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: wmfs
+Source: http://metrotek.spb.ru/code/wmfs
+
+Files: *
+Copyright: 2008--2016 STC Metrotek
+License: Metrotek proprietary
+
+Files: debian/*
+License: GPL-3.0+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..fec8be4
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,18 @@
+#!/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
+
+%:
+ dh $@
+
+override_dh_auto_configure:
+ ./configure --prefix /usr \
+ --xdg-config-dir /etc/xdg \
+ --man-prefix /usr/share/man
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)