aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-04-06 15:47:02 +0200
committerGuido Günther <agx@sigxcpu.org>2020-04-06 17:16:54 +0200
commit27752e500515c04afa383bd2bdc231aa3aa8b487 (patch)
tree21ce6832db3583716c8074ebdcb98ee43998a6ce
parent7693b587cf7b0127b85f3db02c8406169cef4bb1 (diff)
Update packaging for python3
-rw-r--r--debian/compat1
-rw-r--r--debian/control28
-rw-r--r--debian/copyright1
-rwxr-xr-xdebian/rules14
4 files changed, 16 insertions, 28 deletions
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 7f8f011..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/debian/control b/debian/control
index 697860d..68c7759 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,32 @@
Source: prepaid-manager-applet
Section: net
-Priority: extra
+Priority: optional
Maintainer: Guido Günther <agx@sigxcpu.org>
-Build-Depends: debhelper (>= 7.0.50~),
- python,
+Build-Depends:
+ debhelper-compat (= 12),
+ dh-python,
libdbus-1-dev,
libglib2.0-bin,
libglib2.0-dev,
- python-gobject-dev,
libgtk-3-dev,
- gnome-common,
- gnome-doc-utils,
- automake,
- autoconf
-Standards-Version: 3.9.2
+ meson,
+ python3,
+ python-gi-dev,
+Standards-Version: 4.5.0
Homepage: https://honk.sigxcpu.org/piki/projects/ppm/
Vcs-Git: git://honk.sigxcpu.org/git/ppm.git
Package: prepaid-manager-applet
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends},
- python-gobject,
+Depends:
gir1.2-gtk-3.0,
mobile-broadband-provider-info (>= 20110424-1),
- modemmanager (>= 0.4+git.20110124t203624.00b6cce),
- python-lxml
+ modemmanager,
+ python-lxml,
+ python3,
+ python3-gi,
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: Check and top up the balance of GSM mobile prepaid SIM cards
GNOME Prepaid-manager-applet is an applet for the GNOME Desktop that
allows you to check and top up the balance of GSM mobile prepaid SIM cards.
diff --git a/debian/copyright b/debian/copyright
index 3b19151..dbdd643 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -20,4 +20,3 @@ License: GPL-3+
.
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/rules b/debian/rules
index f2a1690..9eff349 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,5 @@
#!/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 -- --prefix=/usr
+ dh $@ --with python3