[Python-modules-commits] r10503 - in packages/python-django-squeeze/trunk (8 files)

janos-guest at users.alioth.debian.org janos-guest at users.alioth.debian.org
Tue Nov 17 23:23:24 UTC 2009


    Date: Tuesday, November 17, 2009 @ 23:23:24
  Author: janos-guest
Revision: 10503

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-django-squeeze/trunk/debian/
  packages/python-django-squeeze/trunk/debian/changelog
  packages/python-django-squeeze/trunk/debian/compat
  packages/python-django-squeeze/trunk/debian/control
  packages/python-django-squeeze/trunk/debian/copyright
  packages/python-django-squeeze/trunk/debian/docs
  packages/python-django-squeeze/trunk/debian/rules
  packages/python-django-squeeze/trunk/debian/watch


Property changes on: packages/python-django-squeeze/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-django-squeeze/trunk/debian/changelog
===================================================================
--- packages/python-django-squeeze/trunk/debian/changelog	                        (rev 0)
+++ packages/python-django-squeeze/trunk/debian/changelog	2009-11-17 23:23:24 UTC (rev 10503)
@@ -0,0 +1,11 @@
+python-django-squeeze (0+git200901222242-2) unstable; urgency=low
+
+  * Fixed long description (Closes: #531015)
+
+ -- Janos Guljas <janos at janos.in.rs>  Fri, 29 May 2009 13:15:15 +0200
+
+python-django-squeeze (0+git200901222242-1) unstable; urgency=low
+
+  * Initial release. (Closes: #527341)
+
+ -- Janos Guljas <janos at janos.in.rs>  Thu, 07 May 2009 01:32:20 +0200

Added: packages/python-django-squeeze/trunk/debian/compat
===================================================================
--- packages/python-django-squeeze/trunk/debian/compat	                        (rev 0)
+++ packages/python-django-squeeze/trunk/debian/compat	2009-11-17 23:23:24 UTC (rev 10503)
@@ -0,0 +1 @@
+7

Added: packages/python-django-squeeze/trunk/debian/control
===================================================================
--- packages/python-django-squeeze/trunk/debian/control	                        (rev 0)
+++ packages/python-django-squeeze/trunk/debian/control	2009-11-17 23:23:24 UTC (rev 10503)
@@ -0,0 +1,16 @@
+Source: python-django-squeeze
+Section: python
+Priority: optional
+Maintainer: Janos Guljas <janos at janos.in.rs>
+Build-Depends: debhelper (>= 7), python-support, python-setuptools
+Standards-Version: 3.8.1
+Homepage: http://github.com/kron4eg/django-squeeze/tree
+Vcs-Git: git://github.com/kron4eg/django-squeeze.git
+
+Package: python-django-squeeze
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
+Description: Squeeze JS/CSS files on the fly, for Django
+ This is a reusable Django application for CSS and JavaScript minifacation. It
+ provides template tags for automatic minification. Minified files will be
+ regenerated only when source file changes.

Added: packages/python-django-squeeze/trunk/debian/copyright
===================================================================
--- packages/python-django-squeeze/trunk/debian/copyright	                        (rev 0)
+++ packages/python-django-squeeze/trunk/debian/copyright	2009-11-17 23:23:24 UTC (rev 10503)
@@ -0,0 +1,69 @@
+This package was debianized by Janos Guljas <janos at janos.in.rs>
+
+django-squeeze
+----------------
+
+Author: Artiom Diomin
+
+Copyright (c) 2008, author and contributors
+              
+All rights reserved.
+
+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.
+
+
+License of squeeze/jsmin.js
+--------------------------------------
+This code is original from jsmin by Douglas Crockford, it was translated to
+Python by Baruch Even. The original code had the following copyright and
+license.
+
+/* jsmin.c
+2007-05-22
+
+Copyright (c) 2002 Douglas Crockford  (www.crockford.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+The Software shall be used for Good, not Evil.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+*/

Added: packages/python-django-squeeze/trunk/debian/docs
===================================================================
--- packages/python-django-squeeze/trunk/debian/docs	                        (rev 0)
+++ packages/python-django-squeeze/trunk/debian/docs	2009-11-17 23:23:24 UTC (rev 10503)
@@ -0,0 +1,2 @@
+AUTHORS
+CHANGELOG

Added: packages/python-django-squeeze/trunk/debian/rules
===================================================================
--- packages/python-django-squeeze/trunk/debian/rules	                        (rev 0)
+++ packages/python-django-squeeze/trunk/debian/rules	2009-11-17 23:23:24 UTC (rev 10503)
@@ -0,0 +1,49 @@
+#!/usr/bin/make -f
+
+PKG	= python-django-squeeze
+PREFIX	= $(CURDIR)/debian/$(PKG)
+GIT = git://github.com/kron4eg/django-squeeze.git
+
+get-orig-source:
+	set -ex; \
+		git clone $(GIT) $(PKG); \
+		DATE=`cd $(PKG) && git show --pretty=format:"%cD" HEAD | head -n1`; \
+		SUFFIX=`date -d "$$DATE" +%Y%m%d%H%M`; \
+		rm -rf $(PKG)/.git; \
+		tar cfz $(PKG)_0+git$${SUFFIX}.orig.tar.gz $(PKG); \
+		rm -rf $(PKG)
+
+clean:
+	dh $@
+
+build: build-stamp
+build-stamp:
+	python setup.py build
+	touch $@
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean
+	dh_install
+	python setup.py install --root=$(PREFIX)
+
+binary-indep: install
+	dh_testdir
+	dh_testroot
+	dh_pysupport
+	dh_link
+	dh_lintian
+	dh_installchangelogs
+	dh_installdocs README.md
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch:
+
+binary: binary-indep
+.PHONY: build clean binary-indep binary-arch binary install get-orig-source


Property changes on: packages/python-django-squeeze/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-django-squeeze/trunk/debian/watch
===================================================================
--- packages/python-django-squeeze/trunk/debian/watch	                        (rev 0)
+++ packages/python-django-squeeze/trunk/debian/watch	2009-11-17 23:23:24 UTC (rev 10503)
@@ -0,0 +1 @@
+# Upstream are not making releases.




More information about the Python-modules-commits mailing list