about summary refs log tree commit diff stats
path: root/debian
diff options
context:
space:
mode:
authorFlorent Peterschmitt <florent@peterschmitt.fr>2013-06-05 11:28:53 +0200
committerFlorent Peterschmitt <florent@peterschmitt.fr>2013-06-05 11:28:53 +0200
commitb89f5da2c70655b92449e303df587441747f80ba (patch)
treebd83bbddb3a9892a1553ed677803784b2ed87cf3 /debian
parent6082ab8778fb3147081a3b4a9a0c929069a69b73 (diff)
downloadprofani-tty-b89f5da2c70655b92449e303df587441747f80ba.tar.gz
deb packaging files (tested on debian unstable) and rpm spec file
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control11
-rwxr-xr-xdebian/rules8
-rw-r--r--debian/source/format1
5 files changed, 26 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 00000000..db8e00d4
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+profanity (0.2.1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Florent Peterschmitt <florent@peterschmitt.fr>  Fri, 31 May 2013 10:07:08 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 00000000..45a4fb75
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..34e4ba45
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,11 @@
+Source:            profanity
+Maintainer:        Florent Peterschmitt <florent@peterschmitt.fr>
+Section:           misc
+Priority:          optional
+Standards-Version: 3.9.2
+Build-Depends:     debhelper (>=8), libexpat1-dev, libexpat1, libssl-dev, libncursesw5-dev, libglib2.0-dev, libglib2.0-0, libcurl4-openssl-dev
+
+Package:           profanity
+Depends:           ${shlibs:Depends}, ${misc:Depends}, libexpat1, libssl1.0.0, libncursesw5, libglib2.0-0, curl
+Description:       Console XMPP client
+Architecture:      all
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 00000000..7c5462cb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+%:
+	dh $@
+
+override_dh_auto_install:
+	$(MAKE) DESTDIR=$$(pwd)/debian/profanity prefix=/usr install
+
+override_dh_auto_test:
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)