Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
oauth
Commits
7452cc5290f6
Commit
62b7bb9b
authored
Jul 18, 2018
by
David Douard
Browse files
[debian] update debian packaging
for new style cube
parent
edcd62e066b1
Changes
4
Hide whitespace changes
Inline
Side-by-side
debian/compat
View file @
7452cc52
7
9
debian/control
View file @
7452cc52
Source: cubicweb-oauth
Section: web
Priority: optional
Maintainer: LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
Build-Depends: debhelper (>= 7), python (>= 2.6), python-support
Standards-Version: 3.9.3
XS-Python-Version: >= 2.6
Maintainer: Logilab Packaging Team <contact@logilab.fr>
Uploaders:
Nicolas Chauvat <nicolas.chauvat@logilab.fr>,
David Douard <david.douard@logilab.fr>,
Build-Depends:
debhelper (>= 9),
python (>= 2.7),
dh-python,
python-setuptools,
Standards-Version: 3.9.8
Homepage: http://www.cubicweb.org/project/cubicweb-oauth
X-Python-Version: >= 2.7
Package: cubicweb-oauth
Architecture: all
Depends: cubicweb-common (>= 3.19.0), ${python:Depends}
Description: oauth1/2 component for the CubicWeb framework
This CubicWeb component provides oauth1/2 functionnalities.
Depends:
python-cubicweb (>= 3.24),
python-rauth,
python-six,
${python:Depends},
${misc:Depends},
Description: oauth component for the CubicWeb framework
This CubicWeb component allows to use OAuth base authentication.
.
CubicWeb is a semantic web
application
framework, see http://www.cubicweb.org
CubicWeb is a semantic web framework, see http://www.cubicweb.org
debian/copyright
View file @
7452cc52
Upstream Author:
This package was debianized by Logilab <contact@logilab.fr>.
LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
Upstream Author:
Logilab <contact@logilab.fr>
Copyright:
Copyright (c) 2013 LOGILAB S.A. (Paris, FRANCE).
http://www.logilab.fr -- mailto:contact@logilab.fr
Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE).
http://www.logilab.fr/ -- mailto:contact@logilab.fr
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser 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.
You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
On Debian systems, the complete text of the GNU Lesser General Public License
may be found in '/usr/share/common-licenses/LGPL'.
debian/rules
View file @
7452cc52
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
build: build-arch build-indep
build-arch:
# Nothing to do
build-indep: build-stamp
build-stamp:
dh_testdir
NO_SETUPTOOLS=1 python setup.py -q build
touch build-stamp
%:
dh $@ --with python2
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
rm -rf build
find . -name "*.pyc" | xargs rm -f
dh_clean
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs -i
NO_SETUPTOOLS=1 python setup.py -q install --no-compile --prefix=debian/cubicweb-oauth/usr/
# remove generated .egg-info file
rm -rf debian/cubicweb-oauth/usr/lib/python*
# Build architecture-independent files here.
binary-indep: build install
dh_testdir
dh_testroot
dh_install -i
dh_installchangelogs -i
dh_installexamples -i
dh_installdocs -i
dh_installman -i
dh_pysupport -i /usr/share/cubicweb
dh_link -i
dh_compress -i -X.py -X.ini -X.xml -Xtest
dh_fixperms -i
dh_installdeb -i
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i
# Build architecture-dependent files here.
binary-arch:
binary: binary-indep
.PHONY: build clean binary-arch binary-indep binary
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment