From f31d7ce6981970300463b41912fbbd9fd5c25940 Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Mon, 16 Oct 2017 09:58:53 +0200 Subject: [PATCH] Added the structure for the debian package --- debian/changelog | 4 ++-- debian/control | 15 +++++++++------ debian/copyright | 4 ++-- debian/install | 20 +++++++++----------- debian/postinst | 2 +- debian/rules | 2 +- 6 files changed, 24 insertions(+), 23 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8d31a0e28ad..3021b4722aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -com.github.mirkobrombin.ppaextender (0.0.5) precise; urgency=low +com.github.mirkobrombin.bottles (0.0.1) precise; urgency=low * First release - -- Mirko Brombin Mon, 9 Oct 2017 13:23:00 +0200 + -- Mirko Brombin Mon, 16 Oct 2017 09:45:00 +0200 diff --git a/debian/control b/debian/control index 8653129a0c5..492fed8d7f9 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: com.github.mirkobrombin.ppaextender +Source: com.github.mirkobrombin.bottles Section: x11 Priority: extra Maintainer: Mirko Brombin @@ -6,13 +6,16 @@ Build-Depends: debhelper (>= 10), libgtk-3-dev, libgranite-dev, dh-python, + python3, python-all, python-setuptools, - software-properties-common + software-properties-common, + wine, + xterm Standards-Version: 3.9.3 -Package: com.github.mirkobrombin.ppaextender +Package: com.github.mirkobrombin.bottles Architecture: any -Depends: python3, python-requests, ${misc:Depends}, ${shlibs:Depends} -Description: PPA Extender - Easily manage PPA +Depends: python3, ${misc:Depends}, ${shlibs:Depends} +Description: Bottles + Easily manage your Wine bottles diff --git a/debian/copyright b/debian/copyright index 4e64d6d26cb..436a618089c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://dep.debian.net/deps/dep5 -Upstream-Name: PPA Extender -Source: https://github.com/mirkobrombin/ppaextender +Upstream-Name: Bottles +Source: https://github.com/mirkobrombin/bottles Files: * Copyright: 2017 Mirko Brombin diff --git a/debian/install b/debian/install index 147a1715d82..3616af1508f 100644 --- a/debian/install +++ b/debian/install @@ -1,12 +1,10 @@ -ppaextender /usr/local/bin/ -ppaextender /usr/share/com.github.mirkobrombin.ppaextender/ppaextender -setup.py /usr/share/com.github.mirkobrombin.ppaextender -com.github.mirkobrombin.ppaextender /usr/local/bin -com.github.mirkobrombin.ppaextender /usr/share/com.github.mirkobrombin.ppaextender -data /usr/share/com.github.mirkobrombin.ppaextender -data/com.github.mirkobrombin.ppaextender.svg /usr/local/share/icons/hicolor/128x128/apps -data/com.github.mirkobrombin.ppaextender.desktop /usr/local/share/applications -data/com.github.mirkobrombin.ppaextender.policy /usr/share/polkit-1/actions -data/style.css /usr/share/com.github.mirkobrombin.ppaextender/data -pkexec /usr/share/com.github.mirkobrombin.ppaextender +bottles /usr/local/bin/ +bottles /usr/share/com.github.mirkobrombin.bottles/bottles +setup.py /usr/share/com.github.mirkobrombin.bottles +com.github.mirkobrombin.bottles /usr/local/bin +com.github.mirkobrombin.bottles /usr/share/com.github.mirkobrombin.bottles +data /usr/share/com.github.mirkobrombin.bottles +data/com.github.mirkobrombin.bottles.svg /usr/local/share/icons/hicolor/128x128/apps +data/com.github.mirkobrombin.bottles.desktop /usr/local/share/applications +data/style.css /usr/share/com.github.mirkobrombin.bottles/data diff --git a/debian/postinst b/debian/postinst index cc34a370b30..c67e3a1c892 100644 --- a/debian/postinst +++ b/debian/postinst @@ -2,5 +2,5 @@ set -e -cd /usr/share/com.github.mirkobrombin.ppaextender +cd /usr/share/com.github.mirkobrombin.bottles sudo python3 setup.py install diff --git a/debian/rules b/debian/rules index 077e698f33a..d2e3d58b6dc 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #! /usr/bin/make -f -export PYBUILD_INSTALL_ARGS ?= --install-lib=/usr/share/com.github.mirkobrombin.ppaextender +export PYBUILD_INSTALL_ARGS ?= --install-lib=/usr/share/com.github.mirkobrombin.bottles override_dh_usrlocal: