[Pkg-ocaml-maint-commits] r2206 -
trunk/packages/headache/trunk/debian
Sylvain LE GALL
gildor-guest at costa.debian.org
Fri Dec 2 00:47:20 UTC 2005
Author: gildor-guest
Date: 2005-12-02 00:47:14 +0000 (Fri, 02 Dec 2005)
New Revision: 2206
Added:
trunk/packages/headache/trunk/debian/control.in
Modified:
trunk/packages/headache/trunk/debian/changelog
trunk/packages/headache/trunk/debian/control
trunk/packages/headache/trunk/debian/copyright
trunk/packages/headache/trunk/debian/rules
Log:
Prepare to release -- SLG
Modified: trunk/packages/headache/trunk/debian/changelog
===================================================================
--- trunk/packages/headache/trunk/debian/changelog 2005-12-02 00:37:10 UTC (rev 2205)
+++ trunk/packages/headache/trunk/debian/changelog 2005-12-02 00:47:14 UTC (rev 2206)
@@ -1,8 +1,11 @@
headache (1.03-5) unstable; urgency=low
* Transition to svn-buildpackage
+ * Remove hardcoded reference to OCamlABI
+ * Upgrade standards version to 3.6.2.0 (no change)
+ * Update FSF address in copyroght file
- -- Sylvain Le Gall <sylvain.le-gall at polytechnique.org> Mon, 22 Aug 2005 23:32:41 +0200
+ -- Sylvain Le Gall <sylvain.le-gall at polytechnique.org> Fri, 2 Dec 2005 01:44:47 +0100
headache (1.03-4) unstable; urgency=medium
Modified: trunk/packages/headache/trunk/debian/control
===================================================================
--- trunk/packages/headache/trunk/debian/control 2005-12-02 00:37:10 UTC (rev 2205)
+++ trunk/packages/headache/trunk/debian/control 2005-12-02 00:47:14 UTC (rev 2206)
@@ -2,13 +2,13 @@
Section: devel
Priority: optional
Maintainer: Sylvain Le Gall <sylvain.le-gall at polytechnique.org>
-Build-Depends-Indep: debhelper (>> 4.0), ocaml-nox-3.08.3, dpatch (>= 1.11), po-debconf, xsltproc, docbook-xsl, docbook-xml
-Standards-Version: 3.6.1.0
+Build-Depends-Indep: debhelper (>> 4.0), ocaml-nox (>= 3.09.0), dpatch (>= 1.11), po-debconf, xsltproc, docbook-xsl, docbook-xml
+Standards-Version: 3.6.2.0
Package: headache
Architecture: all
Section: devel
-Depends: ocaml-base-nox-3.08.3
+Depends: ocaml-base-nox-${F:OCamlABI}
Description: Tool to manage license notes of source files
This tool help you add/remove the license note you can
find at the beginning of most source files.
Copied: trunk/packages/headache/trunk/debian/control.in (from rev 2188, trunk/packages/headache/trunk/debian/control)
===================================================================
--- trunk/packages/headache/trunk/debian/control 2005-11-29 22:29:10 UTC (rev 2188)
+++ trunk/packages/headache/trunk/debian/control.in 2005-12-02 00:47:14 UTC (rev 2206)
@@ -0,0 +1,25 @@
+Source: headache
+Section: devel
+Priority: optional
+Maintainer: Sylvain Le Gall <sylvain.le-gall at polytechnique.org>
+Build-Depends-Indep: debhelper (>> 4.0), ocaml-nox (>= #OCamlABI#), dpatch (>= 1.11), po-debconf, xsltproc, docbook-xsl, docbook-xml
+Standards-Version: 3.6.2.0
+
+Package: headache
+Architecture: all
+Section: devel
+Depends: ocaml-base-nox-${F:OCamlABI}
+Description: Tool to manage license notes of source files
+ This tool help you add/remove the license note you can
+ find at the beginning of most source files.
+ .
+ Features of headache:
+ - generate header as comment in your source code.
+ - recognize different format of comment depending
+ of the file extension ( currently Makefile/Ocaml
+ code/C code ).
+ - support configuration file to extend the recognize
+ file extension.
+ - allow to create a bounding box of comment around
+ your license.
+
Modified: trunk/packages/headache/trunk/debian/copyright
===================================================================
--- trunk/packages/headache/trunk/debian/copyright 2005-12-02 00:37:10 UTC (rev 2205)
+++ trunk/packages/headache/trunk/debian/copyright 2005-12-02 00:47:14 UTC (rev 2206)
@@ -19,10 +19,9 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
+ You should have received a copy of the GNU General Public License along with
+ this package; if not, write to the Free Software Foundation, Inc., 51
+ Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/LGPL'
Modified: trunk/packages/headache/trunk/debian/rules
===================================================================
--- trunk/packages/headache/trunk/debian/rules 2005-12-02 00:37:10 UTC (rev 2205)
+++ trunk/packages/headache/trunk/debian/rules 2005-12-02 00:47:14 UTC (rev 2206)
@@ -3,7 +3,11 @@
include /usr/share/dpatch/dpatch.make
PACKAGE=headache
+OCAMLABI=$(shell ocamlc -version)
+debian/control: debian/control.in
+ sed -e 's%#OCamlABI#%$(OCAMLABI)%' $@.in >$@
+
configure: configure-stamp
configure-stamp:
dh_testdir
@@ -43,7 +47,7 @@
dh_fixperms -i
dh_installdeb -i
dh_shlibdeps -i
- dh_gencontrol -i
+ dh_gencontrol -i -- -VF:OCamlABI="$(OCAMLABI)"
dh_md5sums -i
dh_builddeb -i
More information about the Pkg-ocaml-maint-commits
mailing list