Skip to content

Commit b801f78

Browse files
author
zccrs
committed
Initial commit
Change-Id: Id0fafa707174d0b6463bf4970b42cbf3bf6c011b
1 parent 2887b3e commit b801f78

24 files changed

Lines changed: 6191 additions & 0 deletions

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
udisks2-qt5 (0.0.1) unstable; urgency=medium
2+
3+
* Initial release.
4+
5+
-- Deepin Package Builder <packages@deepin.com> Tue, 26 Feb 2019 11:46:47 +0800

debian/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

debian/control

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Source: udisks2-qt5
2+
Section: admin
3+
Priority: optional
4+
Maintainer: Deepin Package Builder <packages@deepin.com>
5+
Build-Depends: debhelper (>= 9), qtbase5-dev, pkg-config
6+
Standards-Version: 3.9.8
7+
Homepage: http://github.com/linuxdeepin/udisks2-qt5
8+
9+
Package: libudisks2-qt5
10+
Architecture: any
11+
Depends: ${shlibs:Depends}, ${misc:Depends}
12+
Description: UDisks2 library with Qt5
13+
UDisks2 DBus interfaces binding of Qt5.
14+
15+
Package: libudisks2-qt5-dev
16+
Architecture: any
17+
Depends: ${shlibs:Depends}, ${misc:Depends},
18+
libudisks2-qt5( =${binary:Version})
19+
Description: libudisks2-qt5 developer package
20+
UDisks2 DBus interfaces binding of Qt5.

debian/copyright

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: deepin-anything
3+
Source: http://github.com/linuxdeepin/deepin-anything
4+
5+
Files: *
6+
Copyright: 2018 Deepin.Inc
7+
License: GPL-2+
8+
This package is free software; you can redistribute it and/or modify
9+
it under the terms of the GNU General Public License as published by
10+
the Free Software Foundation; either version 2 of the License, or
11+
(at your option) any later version.
12+
.
13+
This package is distributed in the hope that it will be useful,
14+
but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
GNU General Public License for more details.
17+
.
18+
You should have received a copy of the GNU General Public License
19+
along with this program. If not, see <https://www.gnu.org/licenses/>
20+
.
21+
On Debian systems, the complete text of the GNU General
22+
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

debian/libudisks2-qt5-dev.install

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
usr/include/*
2+
usr/lib/*/*.so
3+
usr/lib/*/pkgconfig/*

debian/libudisks2-qt5.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
usr/lib/*/*.so.*

debian/rules

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/make -f
2+
3+
export QT_SELECT=5
4+
5+
%:
6+
dh $@
7+
8+
override_dh_installinit:
9+
true
10+
11+
override_dh_auto_configure:
12+
dh_auto_configure -- VERSION=$(DEB_VERSION_UPSTREAM) LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH)

debian/source/format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (native)

0 commit comments

Comments
 (0)