Le 14/02/2011 21:02, Adam D. Barratt a écrit :
I'd like to see a proposed diff and have the issue fixed in unstable first but yes, in principle the bug looks suitable for a stable update (and arguably should be higher severity than important).
Here it is. There is also currently a pending upload to unstable fixing the bug (among other things).
Cheers, -- Stéphane
diff --git a/debian/changelog b/debian/changelog index 9b60b57..8aabc15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ocsigen (1.3.3-1squeeze1) stable; urgency=low + + * Add missing dependencies to ocsigen: libocsigen-xhtml-ocaml-dev and + liblwt-ssl-ocaml-dev (Closes: #613372) + + -- Stéphane Glondu <glo...@debian.org> Tue, 15 Feb 2011 19:27:09 +0100 + ocsigen (1.3.3-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index ac1ffa2..bf87163 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,8 @@ Package: ocsigen Section: httpd Architecture: any Depends: adduser, psmisc, procps, + libocsigen-xhtml-ocaml-dev, + liblwt-ssl-ocaml-dev, ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/gbp.conf b/debian/gbp.conf index 6c7ed3b..f2f78be 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,3 +1,5 @@ [DEFAULT] pristine-tar = True cleaner = debuild clean && dh_quilt_unpatch && dh_clean +upstream-branch = squeeze/upstream +debian-branch = squeeze/master