<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>debian/helma-ng-daemon.helma-ng.default</filename>
    </added>
    <added>
      <filename>debian/helma-ng-daemon.helma-ng.init</filename>
    </added>
    <added>
      <filename>debian/helma-ng-daemon.links</filename>
    </added>
    <added>
      <filename>debian/helma-ng-daemon.postinst</filename>
    </added>
    <added>
      <filename>debian/usr/bin/helma</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -33,10 +33,6 @@
 
         &lt;property name=&quot;helma.jar&quot; value=&quot;${lib}/helma.jar&quot;/&gt;
 
-        &lt;property name=&quot;dpkg.src&quot; value=&quot;${home}/deb&quot;/&gt;
-        &lt;property name=&quot;dpkg.tmp&quot; value=&quot;${build}/deb&quot;/&gt;
-        &lt;property name=&quot;dpkg.dst&quot; value=&quot;${project}_${version}.deb&quot;/&gt;
-
         &lt;property name=&quot;debug&quot; value=&quot;on&quot;/&gt;
         &lt;property name=&quot;optimize&quot; value=&quot;on&quot;/&gt;
         &lt;property name=&quot;deprecation&quot; value=&quot;on&quot;/&gt;
@@ -150,37 +146,11 @@
     &lt;!-- =================================================================== --&gt;
     &lt;!-- Create a debian package                                             --&gt;
     &lt;!-- =================================================================== --&gt;
-    &lt;target name=&quot;dpkg&quot; depends=&quot;jar,test&quot;&gt;
-        &lt;tstamp/&gt;
-        &lt;mkdir dir=&quot;${dpkg.tmp}&quot;/&gt;
-        &lt;copy todir=&quot;${dpkg.tmp}&quot;&gt;
-            &lt;filterset&gt;
-                &lt;filter token=&quot;VERSION&quot; value=&quot;${version}&quot;/&gt;
-                &lt;filter token=&quot;DATE&quot; value=&quot;${DSTAMP}&quot;/&gt;
-            &lt;/filterset&gt;
-            &lt;fileset dir=&quot;${dpkg.src}&quot;/&gt;
-        &lt;/copy&gt;
-        &lt;copy todir=&quot;${dpkg.tmp}/usr/share/helma/apps/skeleton&quot;&gt;
-            &lt;fileset dir=&quot;${home}/apps/skeleton&quot;/&gt;
-        &lt;/copy&gt;
-        &lt;copy todir=&quot;${dpkg.tmp}/usr/share/helma/modules&quot;&gt;
-            &lt;fileset dir=&quot;${home}/modules&quot;/&gt;
-        &lt;/copy&gt;
-        &lt;copy todir=&quot;${dpkg.tmp}/usr/share/helma/lib&quot;&gt;
-            &lt;fileset dir=&quot;${lib}&quot;/&gt;
-        &lt;/copy&gt;
-        &lt;copy todir=&quot;${dpkg.tmp}/usr/share/helma&quot;&gt;
-            &lt;fileset file=&quot;run.jar&quot;/&gt;
-        &lt;/copy&gt;
-        &lt;chmod file=&quot;${dpkg.tmp}/usr/bin/helma&quot; perm=&quot;ugo+x&quot;/&gt;
-        &lt;exec executable=&quot;dpkg-deb&quot;&gt;
-            &lt;arg value=&quot;--build&quot;/&gt;
-            &lt;arg value=&quot;${dpkg.tmp}&quot;/&gt;
-            &lt;arg value=&quot;${dpkg.dst}&quot;/&gt;
+    &lt;target name=&quot;dpkg&quot;&gt;
+        &lt;exec executable=&quot;dpkg-buildpackage&quot;&gt;
+            &lt;arg value=&quot;-rfakeroot&quot;/&gt;
+            &lt;arg value=&quot;-b&quot;/&gt;
         &lt;/exec&gt;
-        &lt;!--
-        &lt;delete dir=&quot;${dpkg.tmp}&quot;/&gt;
-        --&gt;
     &lt;/target&gt;
 
     &lt;!-- =================================================================== --&gt;
@@ -189,7 +159,6 @@
     &lt;target name=&quot;clean&quot; depends=&quot;init&quot;&gt;
         &lt;delete dir=&quot;${build}&quot;/&gt;
         &lt;delete file=&quot;${helma.jar}&quot;/&gt;
-        &lt;delete file=&quot;${dpkg.dst}&quot;/&gt;
         &lt;delete file=&quot;run.jar&quot;/&gt;
     &lt;/target&gt;
 </diff>
      <filename>build.xml</filename>
    </modified>
    <modified>
      <diff>@@ -12,8 +12,27 @@ Architecture: all
 Depends: default-jre-headless | system-java (&gt;= 1.5) |
   java5-runtime-headless | java6-runtime-headless,
   jsvc, adduser, lsb-base (&gt;= 3)
-Description: A Javascript runtime and web application framework written in Java.
+Description: JavaScript runtime and shell written in Java.
  .
- Helma NG is an open-source JavaScript framework written in Java.
- Helma NG uses the Mozilla Rhino JavaScript implementation to provide
- a comprehensive framework for server-side application development.
+ Helma NG is a cross-platform, general purpose JavaScript platform. It is
+ written in Java and based on the Mozilla Rhino JavaScript engine.
+ .
+ Helma NG comes with a standard library that is compatible with the CommonJS
+ standard. It also includes a JSGI based web framework that can be used with
+ the bundled Jetty web server or any server implementing the Java Servlet API.
+ .
+ Helma NG is licensed under the Apache 2 license.
+
+Package: helma-ng-daemon
+Architecture: all
+Depends: helma-ng (&gt;= ${source:Version})
+Description: Daemon script for Helma NG JavaScript runtime.
+ .
+ Helma NG is a cross-platform, general purpose JavaScript platform. It is
+ written in Java and based on the Mozilla Rhino JavaScript engine.
+ .
+ Helma NG comes with a standard library that is compatible with the CommonJS
+ standard. It also includes a JSGI based web framework that can be used with
+ the bundled Jetty web server or any server implementing the Java Servlet API.
+ .
+ Helma NG is licensed under the Apache 2 license.
\ No newline at end of file</diff>
      <filename>debian/control</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,3 @@
-var/log/helma-ng
 var/lib/helma-ng/apps
 var/lib/helma-ng/db
-etc/helma-ng
-
+usr/bin</diff>
      <filename>debian/helma-ng.dirs</filename>
    </modified>
    <modified>
      <diff>@@ -2,3 +2,4 @@ run.jar /usr/share/helma-ng/
 lib/ /usr/share/helma-ng/
 modules/ /usr/share/helma-ng/
 apps/ /usr/share/helma-ng/
+debian/usr/bin/helma /usr/bin/</diff>
      <filename>debian/helma-ng.install</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/cdbs/1/rules/debhelper.mk
+#include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 #include /usr/share/cdbs/1/rules/dpatch.mk
 #include /usr/share/cdbs/1/rules/simple-patchsys.mk
@@ -20,13 +20,13 @@ DEB_ANT_BUILD_TARGET := jar
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_clean
 	dh_installdirs
 
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	# dh_installinit --error-handler=true -- start 90 2 3 4 5 . stop 10 1 .
+	dh_installinit --name=helma-ng
 	dh_install
 	dh_installdebconf
 	dh_link</diff>
      <filename>debian/rules</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>deb/DEBIAN/control</filename>
    </removed>
    <removed>
      <filename>deb/usr/bin/helma</filename>
    </removed>
    <removed>
      <filename>debian/helma-ng.default</filename>
    </removed>
    <removed>
      <filename>debian/helma-ng.init</filename>
    </removed>
    <removed>
      <filename>debian/helma-ng.links</filename>
    </removed>
    <removed>
      <filename>debian/helma-ng.postinst</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>c78bbfd01698932f0e7b5ad4f80a250525eb8f3c</id>
    </parent>
  </parents>
  <author>
    <name>Hannes Walln&#246;fer</name>
    <email>hannesw@gmail.com</email>
  </author>
  <url>http://github.com/hns/helma-ng/commit/bf193969ee8565b7a45f44e177486ebf9b125730</url>
  <id>bf193969ee8565b7a45f44e177486ebf9b125730</id>
  <committed-date>2009-10-23T03:10:01-07:00</committed-date>
  <authored-date>2009-10-23T03:10:01-07:00</authored-date>
  <message>Create separate helma-ng-daemon package for daemon scripts, and make ant dpkg tast use standard debian build (dpkg-buildpackage instead of dpkg-deb).</message>
  <tree>972695cec4d431bb2528bd9577361a32fe3c8765</tree>
  <committer>
    <name>Hannes Walln&#246;fer</name>
    <email>hannesw@gmail.com</email>
  </committer>
</commit>
