[Jifty-commit] r1853 - jifty/trunk/debian

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Aug 23 21:59:46 EDT 2006


Author: bartb
Date: Wed Aug 23 21:59:41 2006
New Revision: 1853

Added:
   jifty/trunk/debian/
   jifty/trunk/debian/README
   jifty/trunk/debian/changelog
   jifty/trunk/debian/compat
   jifty/trunk/debian/control
   jifty/trunk/debian/rules   (contents, props changed)

Log:
debian packaging files for jifty

Added: jifty/trunk/debian/README
==============================================================================
--- (empty file)
+++ jifty/trunk/debian/README	Wed Aug 23 21:59:41 2006
@@ -0,0 +1,17 @@
+This directory contains Debian packaging files for Jifty.
+
+There is a debian repository at:
+
+deb http://jifty.bunting.net.au/ ./
+
+Containing all my packages.  
+There are still some packages required from ubuntu edgy that are perl
+only modules.  Things should work with dapper with the addition of the
+perl modules from edgy.
+
+This is as yet hardly tested so don't be surprised if things break.
+
+Please let me know if they do and I'll try and fix them.
+
+Bart Bunting
+ 

Added: jifty/trunk/debian/changelog
==============================================================================
--- (empty file)
+++ jifty/trunk/debian/changelog	Wed Aug 23 21:59:41 2006
@@ -0,0 +1,6 @@
+jifty (0.60728-1) unstable; urgency=low
+
+  * Initial debianisation.
+
+ -- Bart Bunting <bart at ursys.com.au>  Tue, 22 Aug 2006 10:39:31 +1000
+

Added: jifty/trunk/debian/compat
==============================================================================
--- (empty file)
+++ jifty/trunk/debian/compat	Wed Aug 23 21:59:41 2006
@@ -0,0 +1 @@
+5

Added: jifty/trunk/debian/control
==============================================================================
--- (empty file)
+++ jifty/trunk/debian/control	Wed Aug 23 21:59:41 2006
@@ -0,0 +1,96 @@
+Source: jifty
+Section: web
+Priority: optional
+Maintainer: Bart Bunting <bart at debian.org>
+Build-Depends-Indep: debhelper (>> 5), libmodule-corelist-perl,
+ libdevel-cover-perl, libmodule-scandeps-perl, libpod-simple-perl,
+ libtest-base-perl, libtest-www-mechanize-perl (>> 1.04),
+ libtest-pod-coverage-perl
+
+Package: jifty
+Section: perl
+Architecture: all
+Depends: ${perl:Depends}, libjifty-perl
+Description: Jifty perl libraries
+ Yet another web framework.
+ .
+ What's cool about Jifty? (Buzzwords)
+ .
+ DRY (Don't Repeat Yourself)
+        Jifty tries not to make you say things more than once.
+ .
+ Full-stack
+        Out of the proverbial box, Jifty comes with one way to do everything
+        you should need to do: One database mapper, one templating system,
+        one web services layer, one AJAX toolkit, one set of handlers for
+        standalone or FastCGI servers. We work hard to make all the bits
+        play well together, so you don't have to.
+ .
+ Continuations
+        With Jifty, it's easy to let the user go off and do something else,
+        like fill out a wizard, look something up in the help system or go
+        twiddle their preferences and come right back to where they were.
+ .
+ Form-based dispatch
+        This is one of the things that Jifty does that we've not seen
+        anywhere else. Jifty owns your form rendering and processing. This
+        means you never need to write form handling logic. All you say is "I
+        want an input for this argument here" and Jifty takes care of the
+        rest. (Even autocomplete and validation)
+ .
+ A Pony
+        Jifty is the only web application framework that comes with a pony.
+ .
+ This package provides Jifty scripts.
+
+Package: libjifty-perl
+Section: perl
+Architecture: all
+Depends: ${perl:Depends}, libjifty-dbi-perl, libcache-cache-perl,
+ libcalendar-simple-perl, libclass-accessor-named-perl,
+ libclass-container-perl, libclass-data-inheritable-perl,
+ libcrypt-cbc-perl, libdate-manip-perl, libfile-find-rule-perl,
+ libfile-mmagic-perl, libfile-sharedir-perl, libhash-merge-perl,
+ libhtml-lint-perl, libhtml-mason-perl (>> 1.31),
+ libhttp-server-simple-perl (>> 0.20),
+ libhttp-server-simple-recorder-perl, liblog-log4perl-perl,
+ liblocale-maketext-lexicon-perl (>> 0.60), libemail-folder-perl,
+ libemail-localdelivery-perl, libemail-mime-perl,
+ libemail-mime-creator-perl, libemail-send-perl, libmime-types-perl,
+ libmodule-pluggable-perl (>> 2.95), libmodule-refresh-perl (>> 0.09),
+ libobject-declare-perl, libscalar-defer-perl,
+ libstring-koremutake-perl, libspiffy-perl, libwww-mechanize-perl (>>
+ 1.12), libversion-perl, libxml-simple-perl, libxml-writer-perl,
+ libxml-xpath-perl, libyaml-syck-perl (>> 0.67),
+Description: Jifty perl libraries
+ Yet another web framework.
+ .
+ What's cool about Jifty? (Buzzwords)
+ .
+ DRY (Don't Repeat Yourself)
+        Jifty tries not to make you say things more than once.
+ .
+ Full-stack
+        Out of the proverbial box, Jifty comes with one way to do everything
+        you should need to do: One database mapper, one templating system,
+        one web services layer, one AJAX toolkit, one set of handlers for
+        standalone or FastCGI servers. We work hard to make all the bits
+        play well together, so you don't have to.
+ .
+ Continuations
+        With Jifty, it's easy to let the user go off and do something else,
+        like fill out a wizard, look something up in the help system or go
+        twiddle their preferences and come right back to where they were.
+ .
+ Form-based dispatch
+        This is one of the things that Jifty does that we've not seen
+        anywhere else. Jifty owns your form rendering and processing. This
+        means you never need to write form handling logic. All you say is "I
+        want an input for this argument here" and Jifty takes care of the
+        rest. (Even autocomplete and validation)
+ .
+ A Pony
+        Jifty is the only web application framework that comes with a pony.
+ .
+ This package provides the Jifty perl libraries.
+

Added: jifty/trunk/debian/rules
==============================================================================
--- (empty file)
+++ jifty/trunk/debian/rules	Wed Aug 23 21:59:41 2006
@@ -0,0 +1,80 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+#
+# It was later modified by Jason Kohles <email at jasonkohles.com>
+# http://www.jasonkohles.com/ to support Module::Build installed modules
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+#TMP     =$(CURDIR)/debian/$(PACKAGE)
+TMP     =$(CURDIR)/debian/libjifty-dbi-perl
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL installdirs=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	$(MAKE) clean
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/libjifty-perl
+	find debian/libjifty-perl --name "*.svn*" | xargs rm -rf
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+#	dh_installcron
+#	dh_installmenu
+#	dh_installexamples
+	dh_installdocs README
+	dh_installchangelogs Changelog
+	dh_perl
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary


More information about the Jifty-commit mailing list