openmedialibrary-linux-package

This commit is contained in:
j 2016-01-27 23:39:58 +05:30
commit b7c6c44cd1
16 changed files with 477 additions and 0 deletions

5
debian/changelog vendored Normal file
View file

@ -0,0 +1,5 @@
openmedialibrary (0.1) unstable; urgency=medium
* Initial release.
-- Jan Gerber <j@mailb.org> Wed, 27 Jan 2016 22:07:26 +0530

1
debian/compat vendored Normal file
View file

@ -0,0 +1 @@
9

14
debian/control vendored Normal file
View file

@ -0,0 +1,14 @@
Source: openmedialibrary
Maintainer: Jan Gerber <j@mailb.org>
Section: text
Priority: optional
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
Package: openmedialibrary
Architecture: all
Depends: ${misc:Depends}, python3,
python3-pil, python3-lxml, python3-openssl (>= 0.15), python3-crypto,
poppler-utils, gir1.2-gtk-3.0
Description: Open Media Library
manage and sync your digital media collections

12
debian/copyright vendored Normal file
View file

@ -0,0 +1,12 @@
This package was debianized by Jan Gerber <j@mailb.org> on
Wed Jan 27 23:54:31 IST 2016
It was downloaded with git clone https://git.0x2620.org/openmedialibrary-linux-package
Upstream Authors: 0x2620 <0x2620@0x2620.org>
Copyright: GPL3
You can find the mentioned GNU General Public License 3 (GPL3) (on a
Debian system) in the file /usr/share/common-licenses/GPL-3.

2
debian/openmedialibrary.dirs vendored Normal file
View file

@ -0,0 +1,2 @@
usr/bin
usr/share/applications

6
debian/rules vendored Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_install:
$(MAKE) DESTDIR=$$(pwd)/debian/openmedialibrary PREFIX=/usr install

1
debian/source/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (native)