Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4049 - in trunk/packaging/deb: . example

Subject: perfsonar development work

List archive

perfsonar: r4049 - in trunk/packaging/deb: . example


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4049 - in trunk/packaging/deb: . example
  • Date: Tue, 24 Jun 2008 06:46:12 -0400

Author: gijs
Date: 2008-06-24 06:46:12 -0400 (Tue, 24 Jun 2008)
New Revision: 4049

Added:
trunk/packaging/deb/example/
Removed:
trunk/packaging/deb/example/README.Debian
trunk/packaging/deb/example/compat
trunk/packaging/deb/example/default
trunk/packaging/deb/example/docs
trunk/packaging/deb/example/init
trunk/packaging/deb/example/preinst
trunk/packaging/deb/example/prerm
trunk/packaging/deb/example/watch
Modified:
trunk/packaging/deb/example/rules
Log:


Copied: trunk/packaging/deb/example (from rev 4046,
trunk/packaging/deb/surfnet-java-flowsa-ma)

Deleted: trunk/packaging/deb/example/README.Debian

Deleted: trunk/packaging/deb/example/compat

Deleted: trunk/packaging/deb/example/default

Deleted: trunk/packaging/deb/example/docs

Deleted: trunk/packaging/deb/example/init

Deleted: trunk/packaging/deb/example/preinst

Deleted: trunk/packaging/deb/example/prerm

Modified: trunk/packaging/deb/example/rules
===================================================================
--- trunk/packaging/deb/surfnet-java-flowsa-ma/rules 2008-06-24 09:54:40
UTC (rev 4046)
+++ trunk/packaging/deb/example/rules 2008-06-24 10:46:12 UTC (rev 4049)
@@ -17,7 +17,10 @@

build-stamp: configure-stamp
dh_testdir
+
+ # BUT YOUR BUILD COMMAND HERE
mvn package
+ # WE USE MAVEN

touch $@

@@ -35,7 +38,12 @@
dh_clean -k
dh_installdirs

+ # BUT YOUR INSTALL COMMAND HERE.
+ # These commands should copy the files into the virtual tree.
+ # If you don't have a install script you can use the "install"
+ # file manually define the to-be installed files.

+
# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.

Deleted: trunk/packaging/deb/example/watch



  • perfsonar: r4049 - in trunk/packaging/deb: . example, svnlog, 06/24/2008

Archive powered by MHonArc 2.6.16.

Top of Page