[Python-apps-commits] r2117 - in packages/zine/trunk/debian (changelog control docs rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Fri Dec 26 15:11:55 UTC 2008


    Date: Friday, December 26, 2008 @ 15:11:54
  Author: piotr
Revision: 2117

use jQuery provided by libjs-jquery package

Modified:
  packages/zine/trunk/debian/changelog
  packages/zine/trunk/debian/control
  packages/zine/trunk/debian/docs
  packages/zine/trunk/debian/rules

Modified: packages/zine/trunk/debian/changelog
===================================================================
--- packages/zine/trunk/debian/changelog	2008-12-25 20:44:59 UTC (rev 2116)
+++ packages/zine/trunk/debian/changelog	2008-12-26 15:11:54 UTC (rev 2117)
@@ -1,5 +1,5 @@
-zine (0.1-1) UNRELEASED; urgency=low
+zine (0.1.1-1) UNRELEASED; urgency=low
 
-  * New upstream release (closes: #509751)
+  * Initial release (closes: #509751)
 
  -- Piotr Ożarowski <piotr at debian.org>  Thu, 25 Dec 2008 18:42:00 +0100

Modified: packages/zine/trunk/debian/control
===================================================================
--- packages/zine/trunk/debian/control	2008-12-25 20:44:59 UTC (rev 2116)
+++ packages/zine/trunk/debian/control	2008-12-26 15:11:54 UTC (rev 2117)
@@ -23,7 +23,8 @@
  python-html5lib,
  python-pytz,
  python-pybabel (>= 0.9.4),
- python-lxml (>= 2.0)
+ python-lxml (>= 2.0),
+ libjs-jquery
 Recommends: python (>= 2.5) | python-pysqlite2 | python-pysqlite1.1
 Suggests: python-psycopg2, python-mysqldb,
  httpd | libapache2-mod-wsgi | libapache2-mod-python

Modified: packages/zine/trunk/debian/docs
===================================================================
--- packages/zine/trunk/debian/docs	2008-12-25 20:44:59 UTC (rev 2116)
+++ packages/zine/trunk/debian/docs	2008-12-26 15:11:54 UTC (rev 2117)
@@ -1,4 +1,3 @@
 README
-INSTALL
 AUTHORS
 THANKS

Modified: packages/zine/trunk/debian/rules
===================================================================
--- packages/zine/trunk/debian/rules	2008-12-25 20:44:59 UTC (rev 2116)
+++ packages/zine/trunk/debian/rules	2008-12-26 15:11:54 UTC (rev 2117)
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+PKGDIR=$(CURDIR)/debian/zine
+
 build:
 
 clean:
@@ -20,7 +22,10 @@
 install-stamp: Makefile
 	dh_testdir
 	dh_testroot
-	DESTDIR=$(CURDIR)/debian/zine $(MAKE) install
+	DESTDIR=$(PKGDIR) $(MAKE) install
+	# use packaged jQuery
+	dh_link -i /usr/share/javascript/jquery/jquery.js /usr/share/zine/htdocs/core/js/jQuery.js
+	chmod +x $(PKGDIR)/usr/share/zine/servers/zine.cgi $(PKGDIR)/usr/share/zine/servers/zine.fcgi
 	touch $@
 
 binary-indep: build install




More information about the Python-apps-commits mailing list