Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 48 → Rev 49

/pluggablejs/trunk/debian/changelog
0,0 → 1,5
pluggablejs (0.0build14-upstream.0) experimental; urgency=low
 
* Initial Release.
 
-- Toni Corvera <outlyer@gmail.com> Thu, 26 Jun 2008 03:08:21 +0200
/pluggablejs/trunk/debian/copyright
0,0 → 1,42
This package was debianized by Toni Corvera <outlyer@gmail.com> on
Thu, 26 Jun 2008 02:54:11 +0200.
 
It was downloaded from <url://example.com>
 
Upstream Author(s):
 
<put author's name and email here>
<likewise for another author>
 
Copyright:
 
<Copyright (C) YYYY Name OfAuthor>
<likewise for another author>
 
License:
 
Redistribution and use in source and binary forms, with or without
modification, are permitted under the terms of the BSD License.
 
THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
 
On Debian systems, the complete text of the BSD License can be
found in `/usr/share/common-licenses/BSD'.
 
 
The Debian packaging is (C) 2008, Toni Corvera <outlyer@gmail.com> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
 
 
# Please also look if there are files or directories which have a
# different copyright/license attached and list them here.
/pluggablejs/trunk/debian/docs
--- rules (nonexistent)
+++ rules (revision 49)
@@ -0,0 +1,98 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ # Add here commands to configure the package.
+
+ touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+
+ # Add here commands to compile the package.
+ $(MAKE)
+ #docbook-to-man debian/libpluggablejs-java.sgml > libpluggablejs-java.1
+
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+
+ # Add here commands to clean up after the build process.
+ -$(MAKE) clean
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/libpluggablejs-java.
+ $(MAKE) DESTDIR=$(CURDIR)/debian/libpluggablejs-java prefix=/usr install
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+# dh_install
+# dh_installmenu
+# dh_installdebconf
+# dh_installlogrotate
+# dh_installemacsen
+# dh_installpam
+# dh_installmime
+# dh_python
+# dh_installinit
+# dh_installcron
+# dh_installinfo
+ dh_installman
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+# dh_perl
+# dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
/rules
Property changes:
Added: svn:executable
/pluggablejs/trunk/debian/README
0,0 → 1,6
The Debian Package libpluggablejs-java
----------------------------
 
Comments regarding the Package
 
-- Toni Corvera <outlyer@gmail.com> Thu, 26 Jun 2008 02:54:11 +0200
/pluggablejs/trunk/debian/README.Debian
0,0 → 1,6
libpluggablejs-java for Debian
------------------------------
 
<possible notes regarding this package - if none, delete this file>
 
-- Toni Corvera <outlyer@gmail.com> Thu, 26 Jun 2008 02:54:11 +0200
/pluggablejs/trunk/debian/control
0,0 → 1,16
Source: pluggablejs
Section: contrib/libs
Priority: extra
Maintainer: Toni Corvera <outlyer@gmail.com>
Build-Depends: debhelper (>= 5), ant
Standards-Version: 3.7.2
 
Package: libpluggablejs-java
Architecture: all
Homepage: http://p.outlyer.net/pluggablejs
Depends: java6-runtime-headless
Description: Simple framework for JavaScript-Java plugging
This package provides a simplistic approach to support plugins in Java
loaded from JavaScript code.
.
See the upstream site.
/pluggablejs/trunk/debian/dirs
0,0 → 1,0
usr/bin
/pluggablejs/trunk/debian/compat
0,0 → 1,0
5