]> matita.cs.unibo.it Git - helm.git/commitdiff
debian version 0.0.4-5
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 19 Jun 2003 15:27:32 +0000 (15:27 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 19 Jun 2003 15:27:32 +0000 (15:27 +0000)
helm/DEVEL/gdome_xslt/debian/changelog
helm/DEVEL/gdome_xslt/debian/control
helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-dev.files [deleted file]
helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-dev.install [new file with mode: 0644]
helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-ocaml-dev.files [deleted file]
helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-ocaml-dev.install [new file with mode: 0644]
helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-ocaml.files [deleted file]
helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-ocaml.install [new file with mode: 0644]
helm/DEVEL/gdome_xslt/debian/libgdome2-xslt0.files [deleted file]
helm/DEVEL/gdome_xslt/debian/libgdome2-xslt0.install [new file with mode: 0644]
helm/DEVEL/gdome_xslt/debian/rules

index 33c98656579fd0e3432cf41db309c78b9230c003..5a76c26e6ae17942484258925e3e44fede274bc2 100644 (file)
@@ -1,3 +1,19 @@
+gdome2-xslt (0.0.4-5) unstable; urgency=low
+
+  * rebuilt using gmetadom 0.1.9
+  * debian/control
+    - added build-dep on pkg-config
+    - bumped dependencies on gmetadom to 0.1.9
+    - bumped standards-version to 3.5.10
+    - changed section of -dev packages to libdevel
+    - added ${misc:Depends}
+  * debian/rules
+    - removed DH_COMPAT in favour of debian/compat
+    - removed dh_movefiles in favour of dh_install
+    - cosmetic changes
+
+ -- Stefano Zacchiroli <zack@debian.org>  Thu, 19 Jun 2003 17:05:47 +0200
+
 gdome2-xslt (0.0.4-4) unstable; urgency=low
 
   * Bugfix: ships also -config script
index 147870e7caad74c14b44c8bba36c08eab75d54ab..70da8ceb2f8791c7159f81ee45fef88ddc3a270e 100644 (file)
@@ -2,13 +2,13 @@ Source: gdome2-xslt
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-Build-Depends: debhelper (>> 4.0.0), ocaml-3.06-1, ocaml-findlib, libgdome2-ocaml-dev (>= 0.1.6), libgdome2-dev (>= 0.7.4), libxslt1-dev, libgdome2-cpp-smart-dev (>= 0.1.6)
-Standards-Version: 3.5.9
+Build-Depends: debhelper (>> 4.0.0), ocaml-3.06-1, ocaml-findlib, libgdome2-ocaml-dev (>= 0.1.9), libgdome2-dev (>= 0.7.4), libxslt1-dev, libgdome2-cpp-smart-dev (>= 0.1.9), pkg-config
+Standards-Version: 3.5.10
 
 Package: libgdome2-xslt0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Minimal XSLT processor working on GDome2 documents
  gdome2-xslt is a very small C library that implements a minimal
  XSLT processor that can be used to apply XSLT stylesheets to
@@ -18,9 +18,9 @@ Description: Minimal XSLT processor working on GDome2 documents
  and for the C++ bindings.
 
 Package: libgdome2-xslt-dev
-Section: devel
+Section: libdevel
 Architecture: any
-Depends: libgdome2-xslt0 (= ${Source-Version}), libxslt1-dev, libgdome2-dev (>= 0.7.4), libgdome2-cpp-smart-dev (>= 0.1.6)
+Depends: libgdome2-xslt0 (= ${Source-Version}), libxslt1-dev, libgdome2-dev (>= 0.7.4), libgdome2-cpp-smart-dev (>= 0.1.9), ${misc:Depends}
 Description: Minimal XSLT processor working on GDome2 documents
  gdome2-xslt is a very small C library that implements a minimal
  XSLT processor that can be used to apply XSLT stylesheets to
@@ -31,7 +31,7 @@ Description: Minimal XSLT processor working on GDome2 documents
 
 Package: libgdome2-xslt-ocaml
 Architecture: any
-Depends: ocaml-base-3.06-1, libgdome2-ocaml (>= 0.1.6), ${shlibs:Depends}
+Depends: ocaml-base-3.06-1, libgdome2-ocaml (>= 0.1.9), ${shlibs:Depends}, ${misc:Depends}
 Description: OCaml bindings for a minimal GDome2 based XSLT processor
  gdome2-xslt is a very small C library that implements a minimal
  XSLT processor that can be used to apply XSLT stylesheets to
@@ -43,8 +43,8 @@ Description: OCaml bindings for a minimal GDome2 based XSLT processor
 
 Package: libgdome2-xslt-ocaml-dev
 Architecture: any
-Section: devel
-Depends: ocaml-3.06-1, libgdome2-xslt-ocaml (= ${Source-Version}), libgdome2-ocaml-dev (>= 0.1.6), libxslt1-dev, libgdome2-dev (>= 0.7.4)
+Section: libdevel
+Depends: ocaml-3.06-1, libgdome2-xslt-ocaml (= ${Source-Version}), libgdome2-ocaml-dev (>= 0.1.9), libxslt1-dev, libgdome2-dev (>= 0.7.4), ${misc:Depends}
 Description: OCaml bindings for a minimal GDome2 based XSLT processor
  gdome2-xslt is a very small C library that implements a minimal
  XSLT processor that can be used to apply XSLT stylesheets to
diff --git a/helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-dev.files b/helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-dev.files
deleted file mode 100644 (file)
index 4c23121..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-usr/bin/gdome_xslt_cpp_smart-config
-usr/include/
-usr/lib/*.a
-usr/lib/*.la
-usr/lib/*.so
diff --git a/helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-dev.install b/helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-dev.install
new file mode 100644 (file)
index 0000000..c403746
--- /dev/null
@@ -0,0 +1,5 @@
+usr/include/
+usr/lib/*.a
+usr/lib/*.la
+usr/lib/*.so
+usr/lib/pkgconfig/
diff --git a/helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-ocaml-dev.files b/helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-ocaml-dev.files
deleted file mode 100644 (file)
index e7203c3..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/ocaml/3.06/stublibs/*.owner
-usr/lib/ocaml/3.06/stublibs/lib*.so
-usr/lib/ocaml/3.06/gdome2-xslt/
diff --git a/helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-ocaml-dev.install b/helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-ocaml-dev.install
new file mode 100644 (file)
index 0000000..e7203c3
--- /dev/null
@@ -0,0 +1,3 @@
+usr/lib/ocaml/3.06/stublibs/*.owner
+usr/lib/ocaml/3.06/stublibs/lib*.so
+usr/lib/ocaml/3.06/gdome2-xslt/
diff --git a/helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-ocaml.files b/helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-ocaml.files
deleted file mode 100644 (file)
index 2dd4e59..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/ocaml/3.06/stublibs/dll*.so
diff --git a/helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-ocaml.install b/helm/DEVEL/gdome_xslt/debian/libgdome2-xslt-ocaml.install
new file mode 100644 (file)
index 0000000..2dd4e59
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/ocaml/3.06/stublibs/dll*.so
diff --git a/helm/DEVEL/gdome_xslt/debian/libgdome2-xslt0.files b/helm/DEVEL/gdome_xslt/debian/libgdome2-xslt0.files
deleted file mode 100644 (file)
index 093956b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*.so.*
diff --git a/helm/DEVEL/gdome_xslt/debian/libgdome2-xslt0.install b/helm/DEVEL/gdome_xslt/debian/libgdome2-xslt0.install
new file mode 100644 (file)
index 0000000..093956b
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/*.so.*
index 560c28f01ae904a11fa41c71dc83385a02a65b85..6479a0b90f8aa7f6ad3f730be1d55cbc8fa88788 100755 (executable)
@@ -5,9 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
-
 TARGETDIR = debian/libgdome2-xslt-ocaml-dev
 SHARED_LIB_PKG = libgdome2-xslt0
 
@@ -36,9 +33,8 @@ install: build
        dh_clean -k
        dh_installdirs -s
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-       dh_movefiles
+       dh_install --sourcedir=debian/tmp
 
-# Build architecture-dependent files here.
 binary-arch: build install
        dh_testdir
        dh_testroot