Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4058 - trunk/packaging/deb/surfnet-java-flowsubscription-mp

Subject: perfsonar development work

List archive

perfsonar: r4058 - trunk/packaging/deb/surfnet-java-flowsubscription-mp


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4058 - trunk/packaging/deb/surfnet-java-flowsubscription-mp
  • Date: Mon, 30 Jun 2008 07:57:41 -0400

Author: gijs
Date: 2008-06-30 07:57:41 -0400 (Mon, 30 Jun 2008)
New Revision: 4058

Removed:
trunk/packaging/deb/surfnet-java-flowsubscription-mp/compat
trunk/packaging/deb/surfnet-java-flowsubscription-mp/default
trunk/packaging/deb/surfnet-java-flowsubscription-mp/files
trunk/packaging/deb/surfnet-java-flowsubscription-mp/watch
Modified:
trunk/packaging/deb/surfnet-java-flowsubscription-mp/rules
Log:


Deleted: trunk/packaging/deb/surfnet-java-flowsubscription-mp/compat

Deleted: trunk/packaging/deb/surfnet-java-flowsubscription-mp/default

Deleted: trunk/packaging/deb/surfnet-java-flowsubscription-mp/files

Modified: trunk/packaging/deb/surfnet-java-flowsubscription-mp/rules
===================================================================
--- trunk/packaging/deb/surfnet-java-flowsubscription-mp/rules 2008-06-30
11:53:26 UTC (rev 4057)
+++ trunk/packaging/deb/surfnet-java-flowsubscription-mp/rules 2008-06-30
11:57:41 UTC (rev 4058)
@@ -1,11 +1,9 @@
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+export DH_VERBOSE=0


-
-
configure: configure-stamp
configure-stamp:
dh_testdir
@@ -15,12 +13,14 @@

build: build-stamp

+
build-stamp: configure-stamp
dh_testdir
mvn package

touch $@

+
clean:
dh_testdir
dh_testroot
@@ -28,6 +28,7 @@
rm -rf build
dh_clean

+
install: build
dh_testdir
dh_testroot
@@ -35,30 +36,23 @@
dh_installdirs


-# 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
+binary:
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
dh_installexamples
dh_install
- dh_installinit
dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms
-# 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
+
+.PHONY: build clean binary install configure

Deleted: trunk/packaging/deb/surfnet-java-flowsubscription-mp/watch



  • perfsonar: r4058 - trunk/packaging/deb/surfnet-java-flowsubscription-mp, svnlog, 06/30/2008

Archive powered by MHonArc 2.6.16.

Top of Page