Skip to content

Commit

Permalink
Merge a06027a into 6aefa4d
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr49 committed Jun 28, 2016
2 parents 6aefa4d + a06027a commit 7ef232d
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/compat
@@ -0,0 +1 @@
7
13 changes: 13 additions & 0 deletions debian/control
@@ -0,0 +1,13 @@
Package: cometvisu
Replaces: cometvisu-wiregate,cometvisu-0.5,cometvisu-0.8
Priority: extra
Maintainer: CometVisu.org <info@cometvisu.org>
Vcs-Git: https://github.com/CometVisu/CometVisu.git
Vcs-browser: https://github.com/CometVisu/CometVisu
Homepage: http://www.cometvisu.org/wiki/CometVisu
Architecture: all
Section: net
Depends: libapache2-mod-php5 | libapache-mod-php5 | php5-cgi | php5, rrdtool (>= 1.3.1-4+nmu1), cometvisu-backend | knxd-tools
Recommends: apache2 | lighttpd | httpd | nginx
Description: CometVisu base files
a browser-based KNX visualisation
26 changes: 26 additions & 0 deletions debian/copyright
@@ -0,0 +1,26 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: cometvisu
Source: https://github.com/CometVisu/CometVisu

Files: *
Copyright: Christian Mayer <CometVisu@ChristianMayer.de>
Tobias Bräutigam <tbraeutigam@gmail.com>
Michael Markstaller <devel@wiregate.de> / Elaborated Networks GmbH
License: GPL-3.0+

License: GPL-3.0+
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 3 of the License, or
(at your option) any later version.
.
This package 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.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
27 changes: 27 additions & 0 deletions debian/rules
@@ -0,0 +1,27 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1


# 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


%:
dh $@


# dh_make generated override targets
# This is example for Cmake (See https://bugs.debian.org/641051 )
#override_dh_auto_configure:
# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)


### TODO: get rules from Elabnet to stay in sync with their debian package?

0 comments on commit 7ef232d

Please sign in to comment.