]> matita.cs.unibo.it Git - helm.git/commitdiff
Upgraded debian package for mlminidom 0.2.2
authorStefano Zacchiroli <zack@upsilon.cc>
Sun, 20 Jan 2002 14:41:51 +0000 (14:41 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Sun, 20 Jan 2002 14:41:51 +0000 (14:41 +0000)
helm/DEVEL/mlminidom/debian/changelog
helm/DEVEL/mlminidom/debian/control
helm/DEVEL/mlminidom/debian/docs
helm/DEVEL/mlminidom/debian/examples [new file with mode: 0644]
helm/DEVEL/mlminidom/debian/rules

index 450dda842485b605c24126b7d36ebc13cb58758b..8457b124bbf129d8c5b8a9aa55cbfe61258bd37f 100644 (file)
@@ -1,3 +1,9 @@
+mlminidom (0.2.2-1) unstable; urgency=low
+
+  * New upstream release. Built with ocaml 3.04.
+
+ -- Stefano Zacchiroli <zack@debian.org>  Sun, 20 Jan 2002 15:18:38 +0100
+
 mlminidom (0.2.1-2) unstable; urgency=low
 
   * Bug fix: moved automagically generated configure from diff.gz to
index 0710f9082f1240bed26f0833857b2ece83afa557..244cf2599074d85249103810258351d4bd8cdf2b 100644 (file)
@@ -2,13 +2,12 @@ Source: mlminidom
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-Build-Depends: debhelper (>> 2.0.0), ocaml, libglib1.2-dev, libminidom-dev, libxml2-dev, ocaml-findlib
+Build-Depends: debhelper (>> 3.0.0), ocaml (>= 3.04), libglib1.2-dev, libminidom-dev, libxml2-dev, ocaml-findlib
 Standards-Version: 3.5.2
 
 Package: mlminidom
 Architecture: any
-Depends: ${shlibs:Depends}
-Recommends: ocaml, libminidom0
+Depends: ocaml (>= 3.04), libminidom0 (>= 0.1.3)
 Description: OCaml binding for minidom
  This is the OCaml binding for minidom, that is currently available in
  the libminidom0 package.
index e845566c06f9bf557d35e8292c37cf05d97a9769..6f12db50845a5d0b754f308018aa900d35da548f 100644 (file)
@@ -1 +1,2 @@
+AUTHORS
 README
diff --git a/helm/DEVEL/mlminidom/debian/examples b/helm/DEVEL/mlminidom/debian/examples
new file mode 100644 (file)
index 0000000..31c13b4
--- /dev/null
@@ -0,0 +1 @@
+test.ml
index f01db16c77242416231b3ccd79f85661285eb9ab..8e77d81918fb10f8a2ecbccf02b60c6570098558 100755 (executable)
@@ -8,6 +8,8 @@
 # This is the debhelper compatability version to use.
 export DH_COMPAT=2
 
+UPSTREAM_CHANGELOG = ChangeLog
+
 configure: configure-stamp
 configure-stamp:
        dh_testdir
@@ -22,7 +24,7 @@ build-stamp:
 
        # Add here commands to compile the package.
        $(MAKE)
-       -$(MAKE) opt
+       -test -x /usr/bin/ocamlopt && $(MAKE) opt
        #/usr/bin/docbook-to-man debian/mlminidom.sgml > mlminidom.1
 
        touch build-stamp
@@ -58,17 +60,17 @@ binary-arch: build install
 #      dh_installdebconf       
        dh_installdocs
        dh_installexamples
-       dh_installmenu
+#      dh_installmenu
 #      dh_installlogrotate
 #      dh_installemacsen
 #      dh_installpam
 #      dh_installmime
 #      dh_installinit
-       dh_installcron
-       dh_installmanpages
-       dh_installinfo
+#      dh_installcron
+#      dh_installmanpages
+#      dh_installinfo
 #      dh_undocumented
-       dh_installchangelogs ChangeLog
+       -test -s $(UPSTREAM_CHANGELOG) && dh_installchangelogs $(UPSTREAM_CHANGELOG)
        dh_link
        dh_strip
        dh_compress