This is an automated email from the git hooks/post-receive script. mehdi pushed a commit to branch master in repository camlimages.
commit b91a41fcc5be39d8503f025f0773f729f64743d9 Author: Gianfranco Costamagna <[email protected]> Date: Wed Mar 16 16:08:30 2016 +0100 Import Debian changes 1:4.2.0-1.1 camlimages (1:4.2.0-1.1) unstable; urgency=medium * Non-maintainer upload. * Change libpng12-dev to libpng-dev, to ease libpng transition. Closes: #816102) --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/source/local-options | 2 -- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d493a0f..4bad7ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +camlimages (1:4.2.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Change libpng12-dev to libpng-dev, to ease libpng transition. + Closes: #816102) + + -- Gianfranco Costamagna <[email protected]> Wed, 16 Mar 2016 16:08:30 +0100 + camlimages (1:4.2.0-1) unstable; urgency=medium [ Stéphane Glondu ] diff --git a/debian/control b/debian/control index ae47abc..77250a9 100644 --- a/debian/control +++ b/debian/control @@ -59,7 +59,7 @@ Architecture: any Section: ocaml Depends: ${ocaml:Depends}, - libpng12-dev, + libpng-dev, libjpeg-dev, libtiff-dev, libxpm-dev, diff --git a/debian/source/local-options b/debian/source/local-options deleted file mode 100644 index c4cf480..0000000 --- a/debian/source/local-options +++ /dev/null @@ -1,2 +0,0 @@ -abort-on-upstream-changes -unapply-patches -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/camlimages.git _______________________________________________ Pkg-ocaml-maint-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

