[pkg-java] r11349 - trunk/libtggraphlayout-java/debian
Morten Sørensen
starswifter-guest at alioth.debian.org
Sat Jan 16 14:33:41 UTC 2010
Author: starswifter-guest
Date: 2010-01-16 14:33:36 +0000 (Sat, 16 Jan 2010)
New Revision: 11349
Added:
trunk/libtggraphlayout-java/debian/libtggraphlayout-java-doc.doc-base
Removed:
trunk/libtggraphlayout-java/debian/doc-base
Modified:
trunk/libtggraphlayout-java/debian/rules
Log:
* Cleaned debian/rules a little
* Renamed the doc-base file
Deleted: trunk/libtggraphlayout-java/debian/doc-base
===================================================================
--- trunk/libtggraphlayout-java/debian/doc-base 2010-01-16 14:04:12 UTC (rev 11348)
+++ trunk/libtggraphlayout-java/debian/doc-base 2010-01-16 14:33:36 UTC (rev 11349)
@@ -1,11 +0,0 @@
-Document: libtggraphlayout-java
-Title: Programmer API for TouchGraph GraphLayout
-Author: Alexander Shapiro <x_ander at users.sourceforge.net>
-Abstract: Java library for visualization of graphs. The library supports
- scrolling veritcally and horisontally, and it allows to rotate
- the graph.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libtggraphlayout-java/api/index.html
-Files: /usr/share/doc/libtggraphlayout-java/api/*.html
Copied: trunk/libtggraphlayout-java/debian/libtggraphlayout-java-doc.doc-base (from rev 11348, trunk/libtggraphlayout-java/debian/doc-base)
===================================================================
--- trunk/libtggraphlayout-java/debian/libtggraphlayout-java-doc.doc-base (rev 0)
+++ trunk/libtggraphlayout-java/debian/libtggraphlayout-java-doc.doc-base 2010-01-16 14:33:36 UTC (rev 11349)
@@ -0,0 +1,11 @@
+Document: libtggraphlayout-java
+Title: Programmer API for TouchGraph GraphLayout
+Author: Alexander Shapiro <x_ander at users.sourceforge.net>
+Abstract: Java library for visualization of graphs. The library supports
+ scrolling veritcally and horisontally, and it allows to rotate
+ the graph.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libtggraphlayout-java/api/index.html
+Files: /usr/share/doc/libtggraphlayout-java/api/*.html
Modified: trunk/libtggraphlayout-java/debian/rules
===================================================================
--- trunk/libtggraphlayout-java/debian/rules 2010-01-16 14:04:12 UTC (rev 11348)
+++ trunk/libtggraphlayout-java/debian/rules 2010-01-16 14:33:36 UTC (rev 11349)
@@ -1,18 +1,9 @@
#!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# This file is public domain software, originally written by Joey Hess.
-#
-# This version is for packages that are architecture independent.
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
build: build-stamp
build-stamp:
dh_testdir
- # Add here commands to compile the package.
- #$(MAKE)
jh_build -J -mcom.touchgraph.graphlayout.GLPanel libtggraphlayout.jar com/
ln -s libtggraphlayout.jar libtggraphlayout-122.jar
cp "TGGL ReleaseNotes.txt" ReleaseNotes.txt
@@ -23,13 +14,8 @@
dh_testdir
dh_testroot
rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- #$(MAKE) clean
- #$(MAKE) distclean
jh_clean
- rm -f `pwd`/libtggraphlayout-122.jar `pwd`/libtggraphlayout.jar ReleaseNotes.txt
-
+ rm -f libtggraphlayout-122.jar libtggraphlayout.jar ReleaseNotes.txt
dh_clean
install: build
@@ -38,47 +24,21 @@
dh_prep
dh_installdirs
dh_install
-
- # Add here commands to install the package into debian/<packagename>.
- #$(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install
-# Build architecture-independent files here.
binary-indep: build install
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
- dh_installexamples
jh_depends
-# dh_installmenu
-# dh_installdebconf
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installcatalogs
-# dh_installpam
-# dh_installmime
-# dh_installinit
-# dh_installcron
-# dh_installinfo
-# dh_installwm
-# dh_installudev
-# dh_lintian
-# dh_bugfiles
-# dh_undocumented
- dh_installman
- dh_link
dh_compress
dh_fixperms
-# dh_perl
- dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
-# Build architecture-dependent files here.
binary-arch: build install
-# We have nothing to do by default.
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
More information about the pkg-java-commits
mailing list