[Python-modules-commits] [djangocms-admin-style] 03/03: Initial release (Closes: #813524).

Michael Fladischer fladi at moszumanska.debian.org
Tue Feb 2 17:52:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository djangocms-admin-style.

commit 54ed2905f03ce5eb2d287e3fe28bb6b5ef2910d1
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Feb 2 18:43:01 2016 +0100

    Initial release (Closes: #813524).
---
 debian/changelog                                   |  5 ++
 debian/clean                                       |  5 ++
 debian/compat                                      |  1 +
 debian/control                                     | 95 ++++++++++++++++++++++
 debian/copyright                                   | 42 ++++++++++
 debian/python-djangocms-admin-style-common.install |  4 +
 debian/python-djangocms-admin-style.docs           |  1 +
 debian/python3-djangocms-admin-style.docs          |  1 +
 debian/rules                                       | 38 +++++++++
 debian/watch                                       |  3 +
 10 files changed, 195 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..68ab037
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+djangocms-admin-style (1.1.0+dfsg-1) unstable; urgency=low
+
+  * Initial release (Closes: #813524).
+
+ -- Michael Fladischer <fladi at debian.org>  Tue, 02 Feb 2016 12:20:22 +0100
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..310f4d3
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,5 @@
+djangocms_admin_style/static/djangocms_admin_style/css/djangocms-admin-frontend.css
+djangocms_admin_style/static/djangocms_admin_style/css/djangocms-admin.css
+djangocms_admin_style/static/djangocms_admin_style/css/ie.css
+djangocms_admin_style.egg-info/SOURCES.txt
+djangocms_admin_style/locale/*/LC_MESSAGES/django.mo
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..41e61d3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,95 @@
+Source: djangocms-admin-style
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <fladi at debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-babel,
+               python-setuptools,
+               python3-all,
+               python3-pyscss,
+               python3-setuptools
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
+Homepage: http://www.django-cms.org/
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/djangocms-admin-style.git
+Vcs-Git: https://anonscm.debian.org/python-modules/packages/djangocms-admin-style.git
+
+Package: python-djangocms-admin-style-common
+Architecture: all
+Depends: libjs-jquery-ui-touch-punch,
+         libjs-pie,
+         ${misc:Depends},
+         ${python:Depends}
+Description: CSS styles for the django CMS admin interface (common assets)
+ django CMS is a modern web publishing platform built with Django. It offers
+ out-of-the-box support for the common features expected from a CMS, but can
+ also be easily customised and extended by developers to create a site that is
+ tailored to their precise needs.
+ .
+ django CMS is a well-tested CMS platform that powers sites both large and
+ small. Here are a few of the key features:
+  * robust internationalisation (i18n) support for creating multilingual sites
+  * virtually unlimited undo history, allowing editors to revert to a previous
+    version
+  * front-end editing, providing rapid access to the content management
+    interface
+  * support for a variety of editors with advanced text editing features
+  * a flexible plugins system that lets developers put powerful tools at the
+    fingertips of editors, without overwhelming them with a difficult interface
+ .
+ This package contains the common assets of the admin styles required by
+ django CMS.
+
+Package: python-djangocms-admin-style
+Architecture: all
+Depends: python-djangocms-admin-style-common (= ${binary:Version}),
+         ${misc:Depends},
+         ${python:Depends}
+Description: CSS styles for the django CMS admin interface (Python2 version)
+ django CMS is a modern web publishing platform built with Django. It offers
+ out-of-the-box support for the common features expected from a CMS, but can
+ also be easily customised and extended by developers to create a site that is
+ tailored to their precise needs.
+ .
+ django CMS is a well-tested CMS platform that powers sites both large and
+ small. Here are a few of the key features:
+  * robust internationalisation (i18n) support for creating multilingual sites
+  * virtually unlimited undo history, allowing editors to revert to a previous
+    version
+  * front-end editing, providing rapid access to the content management
+    interface
+  * support for a variety of editors with advanced text editing features
+  * a flexible plugins system that lets developers put powerful tools at the
+    fingertips of editors, without overwhelming them with a difficult interface
+ .
+ This package contains the Python 2 version of the admin styles required by
+ django CMS.
+
+Package: python3-djangocms-admin-style
+Architecture: all
+Depends: python-djangocms-admin-style-common (= ${binary:Version}),
+         ${misc:Depends},
+         ${python3:Depends}
+Description: CSS styles for the django CMS admin interface (Python3 version)
+ django CMS is a modern web publishing platform built with Django. It offers
+ out-of-the-box support for the common features expected from a CMS, but can
+ also be easily customised and extended by developers to create a site that is
+ tailored to their precise needs.
+ .
+ django CMS is a well-tested CMS platform that powers sites both large and
+ small. Here are a few of the key features:
+  * robust internationalisation (i18n) support for creating multilingual sites
+  * virtually unlimited undo history, allowing editors to revert to a previous
+    version
+  * front-end editing, providing rapid access to the content management
+    interface
+  * support for a variety of editors with advanced text editing features
+  * a flexible plugins system that lets developers put powerful tools at the
+    fingertips of editors, without overwhelming them with a difficult interface
+ .
+ This package contains the Python 3 version of the admin styles required by
+ django CMS.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f8c2afe
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: djangocms-admin-style
+Upstream-Contact: Ales Kocjancic <alesdotio at gmail.com>
+Source: https://github.com/divio/djangocms-admin-style
+Files-Excluded: djangocms_admin_style/static/js/jquery.ui.touch-punch.*
+                djangocms_admin_style/static/cms/PIE.htc
+                **/.DS_Store
+
+Files: *
+Copyright: 2012, Ales Kocjancic <alesdotio at gmail.com>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2016, Fladischer Michael <fladi at debian.org>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+     * 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.
+     * Neither the name of the author nor the names of other
+       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
+ OWNER 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.
diff --git a/debian/python-djangocms-admin-style-common.install b/debian/python-djangocms-admin-style-common.install
new file mode 100644
index 0000000..245c2ed
--- /dev/null
+++ b/debian/python-djangocms-admin-style-common.install
@@ -0,0 +1,4 @@
+djangocms_admin_style/locale /usr/share/python-djangocms-admin-style-common
+djangocms_admin_style/sass /usr/share/python-djangocms-admin-style-common
+djangocms_admin_style/static /usr/share/python-djangocms-admin-style-common
+djangocms_admin_style/templates /usr/share/python-djangocms-admin-style-common
diff --git a/debian/python-djangocms-admin-style.docs b/debian/python-djangocms-admin-style.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python-djangocms-admin-style.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/python3-djangocms-admin-style.docs b/debian/python3-djangocms-admin-style.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-djangocms-admin-style.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4631f20
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,38 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=djangocms-admin-style
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_build:
+	set -e; \
+	for loc in djangocms_admin_style/locale/*; do \
+		python setup.py compile_catalog --directory djangocms_admin_style/locale/ --locale $$(basename $$loc) --domain django; \
+	done
+	set -e; \
+	for name in djangocms-admin djangocms-admin-frontend ie; do \
+		pyscss -I djangocms_admin_style/sass \
+			-o djangocms_admin_style/static/djangocms_admin_style/css/$$name.css \
+			djangocms_admin_style/sass/$$name.scss; \
+	done
+	dh_auto_build
+
+override_dh_install:
+	dh_install
+	set -e; \
+	for i in debian/python*-djangocms-admin-style/usr/lib/python*/*-packages/djangocms_admin_style; do \
+		for j in locale sass static templates; do \
+			rm -rf $$i/$$j; \
+			ln -s ../../../../share/python-djangocms-admin-style-common/$$j $$i/$$j; \
+		done; \
+	done
+	rm -f debian/python-djangocms-admin-style-common/usr/share/python-djangocms-admin-style-common/static/js/jquery.ui.touch-punch.js
+	rm -f debian/python-djangocms-admin-style-common/usr/share/python-djangocms-admin-style-common/static/js/jquery.ui.touch-punch.min.js
+	rm -f debian/python-djangocms-admin-style-common/usr/share/python-djangocms-admin-style-common/static/cms/PIE.htc
+	ln -s ../../../../share/javascript/jquery-ui-touch-punch/jquery.ui.touch-punch.js debian/python-djangocms-admin-style-common/usr/share/python-djangocms-admin-style-common/static/js/jquery.ui.touch-punch.js
+	ln -s ../../../../share/javascript/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js debian/python-djangocms-admin-style-common/usr/share/python-djangocms-admin-style-common/static/js/jquery.ui.touch-punch.min.js
+	ln -s ../../../../share/javascript/PIE/PIE.htc debian/python-djangocms-admin-style-common/usr/share/python-djangocms-admin-style-common/static/cms/PIE.htc
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8d7179a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/,repacksuffix=+dfsg,dversionmangle=s/\+dfsg$// \
+https://pypi.debian.net/djangocms-admin-style/djangocms-admin-style-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/djangocms-admin-style.git



More information about the Python-modules-commits mailing list