[Pkg-ocaml-maint-commits] [SCM] ocaml-ogg packaging branch, master, updated. debian/0.4.3-1-3-g8ddfe52

Romain Beauxis toots at rastageeks.org
Tue Apr 16 03:02:50 UTC 2013


The following commit has been merged in the master branch:
commit 8ddfe52c22fcaa304588632aeff3a39e5b96f8c7
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Mon Apr 15 22:00:57 2013 -0500

    Updated packaging.

diff --git a/debian/changelog b/debian/changelog
index 3cf3a5e..1f5b05c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ocaml-ogg (0.4.4-1) experimental; urgency=low
+
+  * New upstream release.
+  * Upload to experimental.
+  * Bumpted standards version to 3.9.4 
+
+ -- Romain Beauxis <toots at rastageeks.org>  Mon, 15 Apr 2013 22:00:06 -0500
+
 ocaml-ogg (0.4.3-1) unstable; urgency=low
 
   * New upstream release. 
diff --git a/debian/control b/debian/control
index 2522189..cbfa67f 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  libogg-dev, 
  ocaml-findlib (>= 1.2.4), 
  pkg-config
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Homepage: http://savonet.sourceforge.net/
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-ogg.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-ogg.git
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index c11bfba..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,35 +0,0 @@
-Source: ocaml-ogg
-Section: ocaml
-Priority: optional
-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
-Uploaders: Samuel Mimram <smimram at debian.org>, Romain Beauxis <toots at rastageeks.org>
-Build-Depends: 
- @cdbs@,
- libogg-dev, 
- ocaml-findlib (>= 1.2.4), 
- pkg-config
-Standards-Version: 3.9.2
-Homepage: http://savonet.sourceforge.net/
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-ogg.git
-Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-ogg.git
-
-Package: libogg-ocaml
-Architecture: any
-Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Provides: ${ocaml:Provides}
-Description: OCaml bindings for the Ogg bitstream library
- Libogg is a library for manipulating ogg bitstreams. It handles
- both making ogg bitstreams and getting packets from ogg bitstreams.
- .
- This package contains only the shared runtime stub libraries.
-
-Package: libogg-ocaml-dev
-Architecture: any
-Depends: ${ocaml:Depends}, libogg-dev, libogg-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
-Provides: ${ocaml:Provides}
-Description: OCaml bindings for the Ogg bitstream library
- Libogg is a library for manipulating ogg bitstreams. It handles
- both making ogg bitstreams and getting packets from ogg bitstreams.
- .
- This package contains all the development stuff you need to develop
- OCaml programs which use ogg.
diff --git a/debian/rules b/debian/rules
index 445cc2d..9d4c3c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
 
-# In order to regenerate 'debian/control' :
-#   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
-# Then check manually if everything's ok
-
 DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
 DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
 

-- 
ocaml-ogg packaging



More information about the Pkg-ocaml-maint-commits mailing list