debianized sources

This commit is contained in:
Difrex 2015-07-28 12:55:45 +03:00
parent 95233b7a1f
commit 1b8edf1106
7 changed files with 89 additions and 0 deletions

4
debian/azot-docs.docs vendored Normal file
View File

@ -0,0 +1,4 @@
README.md
TODO.md
LICENSE
config.sample.json

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
azot (0.1.3-1) unstable; urgency=low
* Initial release
-- Difrex <difrex.punk@gmail.com> Tue, 28 Jul 2015 09:32:42 +0000

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

16
debian/control vendored Normal file
View File

@ -0,0 +1,16 @@
Source: azot
Section: python
Priority: optional
Maintainer: Denis Zheleztsov <difrex@bingo-boom.ru>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Vcs-Git: https://github.com/Difrex/azot
Package: azot
Architecture: all
Depends: python, python-xlib, libnotify-bin
Description: Screen corners action in all WMs
Package: azot-docs
Architecture: all
Description: Documentation for Azot

25
debian/copyright vendored Normal file
View File

@ -0,0 +1,25 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: azot
Source: https://github.com/Difrex/azot
Files: *
Copyright: 2015 Difrex <difrex.punk@gmail.com>
License: BSD
All rights reserved.
.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
.
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

6
debian/install vendored Normal file
View File

@ -0,0 +1,6 @@
Azot/action.py usr/lib/python2.7/dist-packages/Azot
Azot/logger.py usr/lib/python2.7/dist-packages/Azot
Azot/config.py usr/lib/python2.7/dist-packages/Azot
Azot/X.py usr/lib/python2.7/dist-packages/Azot
Azot/__init__.py usr/lib/python2.7/dist-packages/Azot
azot.py usr/bin

32
debian/rules vendored Executable file
View File

@ -0,0 +1,32 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#DH_VERBOSE = 1
# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
# see FEATURE AREAS in dpkg-buildflags(1)
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# see ENVIRONMENT in dpkg-buildflags(1)
# package maintainers to append CFLAGS
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
# package maintainers to append LDFLAGS
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
# main packaging script based on dh7 syntax
%:
dh $@
# debmake generated override targets
# This is example for Cmake (See http://bugs.debian.org/641051 )
#override_dh_auto_configure:
# dh_auto_configure -- \
# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)