summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-04-14 22:25:10 +0200
committerGuido Günther <agx@sigxcpu.org>2011-05-01 14:43:39 +0200
commit165458fa7ed213239f35ac25c3bc1d14d250094d (patch)
treecdff0bb46ced1543b2679c2ed6a7f34cb6337b76
parenta2a2aac10c248cc3a7467ca4bbe51bcc5478fdd0 (diff)
Add Debian packaging
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control29
-rw-r--r--debian/copyright24
-rw-r--r--debian/gbp.conf2
-rwxr-xr-xdebian/rules17
-rw-r--r--debian/source/format1
7 files changed, 79 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..30644f8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ppm (0.0.0~git20110425-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Guido Günther <agx@sigxcpu.org> Thu, 14 Apr 2011 22:14:12 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..35e987d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: ppm
+Section: net
+Priority: extra
+Maintainer: Guido Günther <agx@sigxcpu.org>
+Build-Depends: debhelper (>= 7.0.50~),
+ libglib2.0-bin,
+ python-gobject,
+ automake,
+ autoconf
+Standards-Version: 3.9.1
+Homepage: https://honk.sigxcpu.org/piki/projects/ppm/
+Vcs-Git: git://honk.sigxcpu.org/git/ppm.git
+
+Package: prepaid-manager
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ python-gobject,
+ libgtk+-3-0,
+ python-dbus,
+ mobile-broadband-provider-info (>= 20110424-1),
+ modemmanager (>= 0.4+git.20110124t203624.00b6cce),
+Description: Prepaid Manager Applet
+ prepaid-manager-applet aims to ease the handling of mobile internet
+ connections using GSM mobile prepaid cards on the GNOME Desktop. Such a SIM
+ card can either be in a mobile phone used as a modem, a usb 3g module (usb
+ surf stick) or used by the built in 3G chipset in your laptop/netbook.
+ .
+ It currently supports USSD messges and uses ModemManager to talk to your GSM
+ chipset.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e8245a3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: PrepaidManager
+Source: https://honk.sigxcpu.org/piki/projects/ppm
+
+Files: *
+Copyright: 2010 Guido Günther <agx@sigxcpu.org>
+
+License: GPL-3+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-3".
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..8840675
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch = debian
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8b2bb48
--- /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
+
+%:
+ dh $@ --with python2
+
+override_dh_auto_configure:
+ ./autogen.sh
+ dh_auto_configure
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)