From 4b53976a93c3b55e280e7ddafdea1435dfe43b7c Mon Sep 17 00:00:00 2001 From: rtlhq Date: Wed, 9 Nov 2022 13:25:13 +0800 Subject: [PATCH] Import Debian changes 1.1.5-ok1 --- debian/changelog | 5 +++++ debian/control | 25 ++++++++++++++++++++++ debian/copyright | 46 ++++++++++++++++++++++++++++++++++++++++ debian/gbp.conf | 4 ++++ debian/rules | 18 ++++++++++++++++ debian/source/format | 1 + debian/upstream/metadata | 1 + debian/watch | 3 +++ 8 files changed, 103 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/gbp.conf create mode 100644 debian/rules create mode 100644 debian/source/format create mode 100644 debian/upstream/metadata create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8d9ff0d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +xfce4-mount-plugin (1.1.5-ok1) yangtze; urgency=medium + + * Build for openKylin. + + -- rtlhq Fri, 16 Sep 2022 10:58:59 +0800 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0d83b2e --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: xfce4-mount-plugin +Section: xfce +Priority: optional +Maintainer: openKylin Xfce SIG +Uploaders: rtlhq +Build-Depends: debhelper-compat (= 12), + intltool, + libgtk-3-dev, + libxfce4panel-2.0-dev, + libxfce4ui-2-dev (>= 4.12.0), + pkgconf, + xfce4-dev-tools +Rules-Requires-Root: no +Standards-Version: 4.5.1 +Homepage: https://docs.xfce.org/panel-plugins/xfce4-mount-plugin +Vcs-Git: https://gitee.com/openkylin/xfce4-mount-plugin.git +Vcs-Browser: https://gitee.com/openkylin/xfce4-mount-plugin + +Package: xfce4-mount-plugin +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Multi-Arch: same +Description: mount plugin for the Xfce4 panel + This plugin for Xfce displays a list of the various devices available, giving + the opportunity to mount/umount them. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..b7441d4 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,46 @@ +This package was debianized by Emanuele Rocca on +Tue, 17 May 2005 22:34:36 +0200 + +It was downloaded from +https://docs.xfce.org/panel-plugins/xfce4-mount-plugin + +Upstream Authors: +Jean-Baptiste Dulong +Fabian Nowak + +copyright: +panel-plugin/devices.c: + © 2005 jean-baptiste dulong + © 2005-2008 fabian nowak +panel-plugin/devices.h: + © 2005 jean-baptiste dulong +panel-plugin/helpers.c: + © 2007 fabian nowak +panel-plugin/helpers.h: + © 2007 fabian nowak +panel-plugin/mount-plugin.c + © 2005 jean-baptiste dulong + © 2005-2008 fabian nowak +panel-plugin/mount-plugin.h: + © 2005 jean-baptiste dulong + © 2005-2008 fabian nowak + +License: + + 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 program 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. (The file COPYRIGHT.GNU) + + You should have received a copy of the GNU General Public License + along with this program; if not, write to Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..48731a6 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,4 @@ +[DEFAULT] +pristine-tar = True +debian-branch = debian/master +upstream-branch = upstream/latest diff --git a/debian/rules b/debian/rules new file mode 100644 index 0000000..83a2628 --- /dev/null +++ b/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + +%: + dh $@ + +override_dh_autoreconf: + mkdir -p m4 + dh_autoreconf + +override_dh_auto_configure: + dh_auto_configure -- --disable-static + +override_dh_auto_install: + dh_auto_install + find debian/xfce4-mount-plugin/usr/lib -name '*.la' -delete 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) diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..15e7d37 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1 @@ +Name: xfce4-mount-plugin diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..4dd1074 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +https://archive.xfce.org/src/panel-plugins/@PACKAGE@/(\d[\d\.]+)/ \ + @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@