forked from openkylin/xfce4-mount-plugin
Import Debian changes 1.1.5-ok1
This commit is contained in:
parent
1b64d44baf
commit
4b53976a93
|
@ -0,0 +1,5 @@
|
|||
xfce4-mount-plugin (1.1.5-ok1) yangtze; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
||||
-- rtlhq <nobelxyz@163.com> Fri, 16 Sep 2022 10:58:59 +0800
|
|
@ -0,0 +1,25 @@
|
|||
Source: xfce4-mount-plugin
|
||||
Section: xfce
|
||||
Priority: optional
|
||||
Maintainer: openKylin Xfce SIG <xfce@lists.openkylin.top>
|
||||
Uploaders: rtlhq <nobelxyz@163.com>
|
||||
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.
|
|
@ -0,0 +1,46 @@
|
|||
This package was debianized by Emanuele Rocca <ema@debian.org> 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 <jb_dul@yahoo.com>
|
||||
Fabian Nowak <timystery@arcor.de>
|
||||
|
||||
copyright:
|
||||
panel-plugin/devices.c:
|
||||
© 2005 jean-baptiste dulong <jb_dul@yahoo.com>
|
||||
© 2005-2008 fabian nowak <timystery@arcor.de>
|
||||
panel-plugin/devices.h:
|
||||
© 2005 jean-baptiste dulong <jb_dul@yahoo.com>
|
||||
panel-plugin/helpers.c:
|
||||
© 2007 fabian nowak <timystery@arcor.de>
|
||||
panel-plugin/helpers.h:
|
||||
© 2007 fabian nowak <timystery@arcor.de>
|
||||
panel-plugin/mount-plugin.c
|
||||
© 2005 jean-baptiste dulong <jb_dul@yahoo.com>
|
||||
© 2005-2008 fabian nowak <timystery@arcor.de>
|
||||
panel-plugin/mount-plugin.h:
|
||||
© 2005 jean-baptiste dulong <jb_dul@yahoo.com>
|
||||
© 2005-2008 fabian nowak <timystery@arcor.de>
|
||||
|
||||
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'.
|
|
@ -0,0 +1,4 @@
|
|||
[DEFAULT]
|
||||
pristine-tar = True
|
||||
debian-branch = debian/master
|
||||
upstream-branch = upstream/latest
|
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -0,0 +1 @@
|
|||
Name: xfce4-mount-plugin
|
|
@ -0,0 +1,3 @@
|
|||
version=4
|
||||
https://archive.xfce.org/src/panel-plugins/@PACKAGE@/(\d[\d\.]+)/ \
|
||||
@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
|
Loading…
Reference in New Issue