[Pkg-ocaml-maint-commits] r4560 - in /trunk/packages: cameleon/trunk/debian/ confluence/trunk/debian/ cryptgps/trunk/debian/ extlib/trunk/debian/ ocaml-sha/trunk/debian/ ocaml-xml-rpc/trunk/debian/ ocamlgraph/trunk/debian/ ocamlnet/trunk/debian/ ocsigen/trunk/debian/ syslog-ocaml/trunk/debian/

zack at users.alioth.debian.org zack at users.alioth.debian.org
Fri Sep 21 08:04:31 UTC 2007


Author: zack
Date: Fri Sep 21 08:04:31 2007
New Revision: 4560

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4560
Log:
promoting Homepage fields to real debian/control fields

Modified:
    trunk/packages/cameleon/trunk/debian/changelog
    trunk/packages/cameleon/trunk/debian/control
    trunk/packages/confluence/trunk/debian/changelog
    trunk/packages/confluence/trunk/debian/control
    trunk/packages/cryptgps/trunk/debian/changelog
    trunk/packages/cryptgps/trunk/debian/control
    trunk/packages/extlib/trunk/debian/changelog
    trunk/packages/extlib/trunk/debian/control
    trunk/packages/ocaml-sha/trunk/debian/changelog
    trunk/packages/ocaml-sha/trunk/debian/control
    trunk/packages/ocaml-xml-rpc/trunk/debian/changelog
    trunk/packages/ocaml-xml-rpc/trunk/debian/control
    trunk/packages/ocamlgraph/trunk/debian/changelog
    trunk/packages/ocamlgraph/trunk/debian/control
    trunk/packages/ocamlnet/trunk/debian/changelog
    trunk/packages/ocamlnet/trunk/debian/control
    trunk/packages/ocsigen/trunk/debian/changelog
    trunk/packages/ocsigen/trunk/debian/control
    trunk/packages/syslog-ocaml/trunk/debian/changelog
    trunk/packages/syslog-ocaml/trunk/debian/control

Modified: trunk/packages/cameleon/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cameleon/trunk/debian/changelog?rev=4560&op=diff
==============================================================================
--- trunk/packages/cameleon/trunk/debian/changelog (original)
+++ trunk/packages/cameleon/trunk/debian/changelog Fri Sep 21 08:04:31 2007
@@ -1,8 +1,12 @@
 cameleon (1.9.18.svn20070918-2) UNRELEASED; urgency=low
 
+  [ Sylvain Le Gall ]
   * NOT RELEASED YET
 
- -- Sylvain Le Gall <gildor at debian.org>  Fri, 21 Sep 2007 01:04:17 +0200
+  [ Stefano Zacchiroli ]
+  * promote Homepage to a real debian/control field
+
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 21 Sep 2007 09:59:48 +0200
 
 cameleon (1.9.18.svn20070918-1) unstable; urgency=low
 

Modified: trunk/packages/cameleon/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cameleon/trunk/debian/control?rev=4560&op=diff
==============================================================================
--- trunk/packages/cameleon/trunk/debian/control (original)
+++ trunk/packages/cameleon/trunk/debian/control Fri Sep 21 08:04:31 2007
@@ -9,6 +9,7 @@
  dpkg-dev (>= 1.13.19), libpcre-ocaml-dev, camlp4 (>= 3.10.0),
  docbook-ebnf (>= 1.2~cr1)
 Standards-Version: 3.7.2
+Homepage: http://home.gna.org/cameleon/
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/cameleon
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cameleon/trunk/
 
@@ -42,7 +43,6 @@
   - Report, a tool aims to make generation of XML documents from OCaml
     applications easier,
  .
- Homepage: http://home.gna.org/cameleon/
 
 Package: cameleon-doc
 Section: doc
@@ -79,5 +79,3 @@
   - Odot, parse and print Graphviz dot files,
   - Okey, add handlers to key press events in LablGTK,
   - Tdl, represent, store and read TODO lists in XML files,
- .
- Homepage: http://home.gna.org/cameleon/

Modified: trunk/packages/confluence/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/confluence/trunk/debian/changelog?rev=4560&op=diff
==============================================================================
--- trunk/packages/confluence/trunk/debian/changelog (original)
+++ trunk/packages/confluence/trunk/debian/changelog Fri Sep 21 08:04:31 2007
@@ -1,3 +1,9 @@
+confluence (0.10.6-6) unstable; urgency=low
+
+  * promote Homepage to a real debian/control field
+
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 21 Sep 2007 09:58:54 +0200
+
 confluence (0.10.6-5) unstable; urgency=low
 
   * Adopting the package for debian-ocaml-maint (closes: Bug#418965).

Modified: trunk/packages/confluence/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/confluence/trunk/debian/control?rev=4560&op=diff
==============================================================================
--- trunk/packages/confluence/trunk/debian/control (original)
+++ trunk/packages/confluence/trunk/debian/control Fri Sep 21 08:04:31 2007
@@ -8,6 +8,7 @@
  Mike Furr <mfurr at debian.org>, Julien Cristau <julien.cristau at ens-lyon.org>
 Build-Depends: debhelper (>= 4.0.0), dpatch, txt2man, ocaml-nox (>= 3.10)
 Standards-Version: 3.7.2
+Homepage: http://www.confluent.org
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/confluence
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/confluence/trunk/
 
@@ -15,7 +16,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${ocaml:Depends}
 Description: language for synchronous reactive hardware system design
- From the upstream website <http://www.confluent.org>:
+ From the upstream website:
  .
  A Confluence program can generate digital logic for an FPGA or ASIC
  platform, or C code for hard real-time software. 

Modified: trunk/packages/cryptgps/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/changelog?rev=4560&op=diff
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/changelog (original)
+++ trunk/packages/cryptgps/trunk/debian/changelog Fri Sep 21 08:04:31 2007
@@ -1,8 +1,8 @@
 cryptgps (0.2.1-4) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * promote Homepage to a real debian/control field
 
- -- Stefano Zacchiroli <zack at debian.org>  Mon, 03 Sep 2007 23:05:12 +0200
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 21 Sep 2007 09:55:43 +0200
 
 cryptgps (0.2.1-3) unstable; urgency=low
 

Modified: trunk/packages/cryptgps/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/debian/control?rev=4560&op=diff
==============================================================================
--- trunk/packages/cryptgps/trunk/debian/control (original)
+++ trunk/packages/cryptgps/trunk/debian/control Fri Sep 21 08:04:31 2007
@@ -4,6 +4,7 @@
 Maintainer: Stefano Zacchiroli <zack at debian.org>
 Build-Depends: debhelper (>= 5.0.0), dpatch, cdbs, ocaml-nox (>= 3.10.0-8), ocaml-findlib
 Standards-Version: 3.7.2
+Homepage: http://www.ocaml-programming.de/packages/
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/cryptgps
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/
 
@@ -15,8 +16,6 @@
  This OCaml library implements some well-known symmetric cryptographic
  algorithms, namely: Blowfish, DES, 3DES.
  .
-  Homepage: http://www.ocaml-programming.de/packages/
- .
  This package contains all the development stuff needed to use cryptgps in
  OCaml programs.
 

Modified: trunk/packages/extlib/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/extlib/trunk/debian/changelog?rev=4560&op=diff
==============================================================================
--- trunk/packages/extlib/trunk/debian/changelog (original)
+++ trunk/packages/extlib/trunk/debian/changelog Fri Sep 21 08:04:31 2007
@@ -1,8 +1,9 @@
 extlib (1.5-10) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
-
- -- Stefano Zacchiroli <zack at debian.org>  Tue, 04 Sep 2007 10:10:00 +0200
+  * promote Homepage to a real debian/control field
+
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 21 Sep 2007 09:56:12 +0200
 
 extlib (1.5-9) unstable; urgency=low
 

Modified: trunk/packages/extlib/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/extlib/trunk/debian/control?rev=4560&op=diff
==============================================================================
--- trunk/packages/extlib/trunk/debian/control (original)
+++ trunk/packages/extlib/trunk/debian/control Fri Sep 21 08:04:31 2007
@@ -4,6 +4,7 @@
 Maintainer: Stefano Zacchiroli <zack at debian.org>
 Build-Depends: ocaml-nox (>= 3.10.0-8), ocaml-findlib (>= 1.1), debhelper (>> 5.0.0), dpatch, cdbs
 Standards-Version: 3.7.2
+Homepage: http://ocaml-lib.sourceforge.net
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/extlib
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/extlib/trunk/
 
@@ -25,5 +26,3 @@
  references on lists, Unicode characters and UTF-8 encoded
  strings, additional and improved functions for hashtables,
  strings, lists and option types.
- .
- Homepage: http://ocaml-lib.sourceforge.net

Modified: trunk/packages/ocaml-sha/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-sha/trunk/debian/changelog?rev=4560&op=diff
==============================================================================
--- trunk/packages/ocaml-sha/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-sha/trunk/debian/changelog Fri Sep 21 08:04:31 2007
@@ -1,3 +1,9 @@
+ocaml-sha (1.4-5) unstable; urgency=low
+
+  * promote Homepage to a real debian/control field
+
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 21 Sep 2007 09:58:10 +0200
+
 ocaml-sha (1.4-4) unstable; urgency=low
 
   * Use support for ocamldoc in OCaml cdbs class

Modified: trunk/packages/ocaml-sha/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-sha/trunk/debian/control?rev=4560&op=diff
==============================================================================
--- trunk/packages/ocaml-sha/trunk/debian/control (original)
+++ trunk/packages/ocaml-sha/trunk/debian/control Fri Sep 21 08:04:31 2007
@@ -5,6 +5,7 @@
 Uploaders: Ralf Treinen <treinen at debian.org>
 Build-Depends: debhelper (>= 5.0), cdbs, ocaml-nox (>= 3.10), ocamlmakefile, ocaml-findlib
 Standards-Version: 3.7.2
+Homepage: http://tab.snarc.org/projects/ocaml_sha/
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-sha
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-sha/trunk/
 
@@ -36,5 +37,3 @@
  .
  This package contains the files needed to compile OCaml programs
  that use the SHA library.
- .
-  Homepage: http://tab.snarc.org/projects/ocaml_sha/

Modified: trunk/packages/ocaml-xml-rpc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-xml-rpc/trunk/debian/changelog?rev=4560&op=diff
==============================================================================
--- trunk/packages/ocaml-xml-rpc/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-xml-rpc/trunk/debian/changelog Fri Sep 21 08:04:31 2007
@@ -3,4 +3,7 @@
   [ Pietro Abate ]
   * Initial release (Closes #395122).
 
- -- Pietro Abate <pietro.abate at anu.edu.au>  Thu,  4 Jan 2007 22:44:31 +1100
+  [ Stefano Zacchiroli ]
+  * promote Homepage to a real debian/control field
+
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 21 Sep 2007 10:01:25 +0200

Modified: trunk/packages/ocaml-xml-rpc/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-xml-rpc/trunk/debian/control?rev=4560&op=diff
==============================================================================
--- trunk/packages/ocaml-xml-rpc/trunk/debian/control (original)
+++ trunk/packages/ocaml-xml-rpc/trunk/debian/control Fri Sep 21 08:04:31 2007
@@ -4,6 +4,7 @@
 Maintainer: Pietro Abate <pietro.abate at anu.edu.au>
 Build-Depends: debhelper (>> 5.0.0), ocaml-nox (>= 3.09.2-7), ocaml-findlib (>= 1.1), libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 1.1-12), libpxp-ocaml-dev(>= 1.1.96), libextlib-ocaml-dev (>= 1.5), libnetclient-ocaml-dev (>= 0.91), cdbs, dpatch
 Standards-Version: 3.7.2
+Homepage: http://raevnos.pennmush.org/code/ocaml-xml-rpc/
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-xml-rpc
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-xml-rpc/trunk/
 
@@ -14,5 +15,3 @@
  Ocaml XML-RPC is a library for the Objective Caml programming language
  that implements the XML-RPC specification. XML-RPC remote procedure 
  calling mechanism that uses HTTP as the transport and XML as the encoding.
- .
-  Homepage: http://raevnos.pennmush.org/code/ocaml-xml-rpc/

Modified: trunk/packages/ocamlgraph/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlgraph/trunk/debian/changelog?rev=4560&op=diff
==============================================================================
--- trunk/packages/ocamlgraph/trunk/debian/changelog (original)
+++ trunk/packages/ocamlgraph/trunk/debian/changelog Fri Sep 21 08:04:31 2007
@@ -1,8 +1,12 @@
 ocamlgraph (0.98-4) UNRELEASED; urgency=low
 
+  [ Sylvain Le Gall ]
   * NOT RELEASED YET
 
- -- Sylvain Le Gall <gildor at debian.org>  Wed, 05 Sep 2007 22:05:50 +0200
+  [ Stefano Zacchiroli ]
+  * promote Homepage to a real debian/control field
+
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 21 Sep 2007 09:56:39 +0200
 
 ocamlgraph (0.98-3) unstable; urgency=low
 

Modified: trunk/packages/ocamlgraph/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlgraph/trunk/debian/control?rev=4560&op=diff
==============================================================================
--- trunk/packages/ocamlgraph/trunk/debian/control (original)
+++ trunk/packages/ocamlgraph/trunk/debian/control Fri Sep 21 08:04:31 2007
@@ -4,6 +4,7 @@
 Maintainer: Sylvain Le Gall <gildor at debian.org>
 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-8), ocamlweb, ocaml-findlib (>= 1.1.2pl1-4)
 Standards-Version: 3.7.2
+Homepage: http://www.lri.fr/~filliatr/ocamlgraph/
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocamlgraph
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlgraph/trunk/
 
@@ -28,5 +29,3 @@
  .
  Each algorithm is made over functor, those allowing to create your
  own graph, by only providing a small set of functionality.
- .
- Homepage: http://www.lri.fr/~filliatr/ocamlgraph/   

Modified: trunk/packages/ocamlnet/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/changelog?rev=4560&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/changelog (original)
+++ trunk/packages/ocamlnet/trunk/debian/changelog Fri Sep 21 08:04:31 2007
@@ -1,8 +1,8 @@
 ocamlnet (2.2.8.1-4) UNRELEASED; urgency=low
 
-  * ...
-
- -- Stefano Zacchiroli <zack at debian.org>  Sun, 09 Sep 2007 10:16:42 +0200
+  * promote Homepage to a real debian/control field
+
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 21 Sep 2007 10:00:43 +0200
 
 ocamlnet (2.2.8.1-3) experimental; urgency=low
 

Modified: trunk/packages/ocamlnet/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/control?rev=4560&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/control (original)
+++ trunk/packages/ocamlnet/trunk/debian/control Fri Sep 21 08:04:31 2007
@@ -4,6 +4,7 @@
 Maintainer: Stefano Zacchiroli <zack at debian.org>
 Build-Depends: debhelper (>> 5.0.0), dpatch, cdbs, ocaml-nox (>= 3.10.0), camlp5 (>= 4.08), ocaml-findlib, libpcre-ocaml-dev (>= 5.11.1), liblablgtk2-ocaml-dev, libcryptgps-ocaml-dev, libssl-ocaml-dev, apache2-mpm-worker, apache2-prefork-dev
 Standards-Version: 3.7.2
+Homepage: http://ocamlnet.sourceforge.net/
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocamlnet
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/
 
@@ -36,8 +37,6 @@
   * netchannels are a way to abstract sequential I/O channels
   * event queues provided by equeue and unixqueue make asynchronous
     protocol interpreters possible
- .
-  Homepage: http://ocamlnet.sourceforge.net/
  .
  This package contains the development stuff you need to use the core
  Ocamlnet libraries in your programs. The following libraries are
@@ -76,8 +75,6 @@
   * event queues provided by equeue and unixqueue make asynchronous
     protocol interpreters possible
  .
-  Homepage: http://ocamlnet.sourceforge.net/
- .
  This package contains only the shared runtime stub libraries for the
  core Ocamlnet libraries. Stub libraries for SSL-related components are
  available in the libocamlnet-ssl-ocaml-dev package.
@@ -110,8 +107,6 @@
   * netchannels are a way to abstract sequential I/O channels
   * event queues provided by equeue and unixqueue make asynchronous
     protocol interpreters possible
- .
-  Homepage: http://ocamlnet.sourceforge.net/
  .
  This package contains the binaries ocamlrpcgen (a helper for creating
  RPC stubs) and netplex-admin (generic administration tool for netplex
@@ -147,8 +142,6 @@
   * event queues provided by equeue and unixqueue make asynchronous
     protocol interpreters possible
  .
-  Homepage: http://ocamlnet.sourceforge.net/
- .
  This package contains the development stuff you need to use GTK-related
  libraries of Ocamlnet in your programs.
 
@@ -179,8 +172,6 @@
   * event queues provided by equeue and unixqueue make asynchronous
     protocol interpreters possible
  .
-  Homepage: http://ocamlnet.sourceforge.net/
- .
  This package contains the development stuff you need to use SSL-related
  libraries of Ocamlnet in your programs.
 
@@ -210,8 +201,6 @@
   * event queues provided by equeue and unixqueue make asynchronous
     protocol interpreters possible
  .
-  Homepage: http://ocamlnet.sourceforge.net/
- .
  This package contains only the shared runtime stub libraries for the
  SSL-related libraries of Ocamlnet.
 
@@ -242,8 +231,6 @@
   * event queues provided by equeue and unixqueue make asynchronous
     protocol interpreters possible
  .
-  Homepage: http://ocamlnet.sourceforge.net/
- .
  This package contains the development stuff you need to use the
  nethttpd library in your programs.
 
@@ -272,8 +259,6 @@
   * netchannels are a way to abstract sequential I/O channels
   * event queues provided by equeue and unixqueue make asynchronous
     protocol interpreters possible
- .
-  Homepage: http://ocamlnet.sourceforge.net/
  .
  This package contains the mod_netcgi_apache Apache module. You will
  need this module to run web applications built using the netcgi2 Apache
@@ -308,8 +293,6 @@
   * event queues provided by equeue and unixqueue make asynchronous
     protocol interpreters possible
  .
-  Homepage: http://ocamlnet.sourceforge.net/
- .
  This package contains the Ocamlnet reference manual in HTML format and
  several examples about how to use the various libraries.
 

Modified: trunk/packages/ocsigen/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/changelog?rev=4560&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/changelog (original)
+++ trunk/packages/ocsigen/trunk/debian/changelog Fri Sep 21 08:04:31 2007
@@ -1,3 +1,9 @@
+ocsigen (0.99.2-3) unstable; urgency=low
+
+  * promote Homepage to a real debian/control field
+
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 21 Sep 2007 09:57:11 +0200
+
 ocsigen (0.99.2-2) unstable; urgency=low
 
   * Rebuild with OCaml 3.10.

Modified: trunk/packages/ocsigen/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/control?rev=4560&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/control (original)
+++ trunk/packages/ocsigen/trunk/debian/control Fri Sep 21 08:04:31 2007
@@ -4,6 +4,7 @@
 Maintainer: Samuel Mimram <smimram at debian.org>
 Build-Depends: debhelper (>= 5), dpatch, ocaml-nox (>= 3.10), camlp4, camlp4-extra, ocaml-findlib, libocamlnet-ocaml-dev (>= 2.0), libssl-ocaml-dev (>= 0.4.0-1), libgdbm-dev, libsqlite3-ocaml-dev
 Standards-Version: 3.7.2
+Homepage: http://www.ocsigen.org/
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocsigen
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/
 
@@ -15,5 +16,3 @@
  dynamic web sites. With Ocsigen, you program in a concise and modular
  way, with a strong type system which helps you to produce always valid
  xhtml. The server handles sessions and page parameters automatically.
- .
- Homepage: http://www.ocsigen.org/

Modified: trunk/packages/syslog-ocaml/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/debian/changelog?rev=4560&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/changelog (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/changelog Fri Sep 21 08:04:31 2007
@@ -1,3 +1,9 @@
+syslog-ocaml (1.3-7) unstable; urgency=low
+
+  * promote Homepage to a real debian/control field
+
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 21 Sep 2007 09:57:40 +0200
+
 syslog-ocaml (1.3-6) unstable; urgency=low
 
   * Use support for ocamldoc in OCaml cdbs class

Modified: trunk/packages/syslog-ocaml/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/debian/control?rev=4560&op=diff
==============================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/control (original)
+++ trunk/packages/syslog-ocaml/trunk/debian/control Fri Sep 21 08:04:31 2007
@@ -5,6 +5,7 @@
 Uploaders: Eric Cooper <ecc at cmu.edu>, Ralf Treinen <treinen at debian.org>
 Build-Depends: debhelper (>= 5.0), cdbs, dpatch, ocaml-nox (>= 3.10), ocamlmakefile, ocaml-findlib
 Standards-Version: 3.7.2
+Homepage: http://homepage.mac.com/letaris/
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/syslog-ocaml
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/trunk/
 
@@ -28,5 +29,3 @@
  .
  This package contains the files needed to compile OCaml programs
  that use the syslog library.
- .
-  Homepage: http://homepage.mac.com/letaris/




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