debian/0000755000000000000000000000000012256024177007174 5ustar debian/changelog0000644000000000000000000000635312256024177011055 0ustar ocamlwc (0.3-11build1) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose Mon, 23 Dec 2013 12:11:43 +0000 ocamlwc (0.3-11) unstable; urgency=low * Recompile with ocaml 4.01.0 (no source changes) * Standards-version 3.9.5 (no change) -- Ralf Treinen Tue, 03 Dec 2013 20:58:50 +0100 ocamlwc (0.3-10) unstable; urgency=low * Recompile with ocaml 3.12.1 (no source changes) -- Stéphane Glondu Tue, 01 Nov 2011 21:09:49 +0100 ocamlwc (0.3-9) unstable; urgency=low * Update Stéphane's email address * Really remove DM-Upload-Allowed flag * Standards-Version 3.9.2 (no change) * Use dh-ocaml >= 0.9~ to get ocaml dependencies (closes: #599324) Bump build-dependency on ocaml to >= 3.11.1-3~ to make that work. * Simplify debian/rules -- Ralf Treinen Sun, 17 Apr 2011 20:15:51 +0200 ocamlwc (0.3-8) unstable; urgency=low * Move to source format 3.0 (quilt): - debian/patches quilt style - no more build-dependency on dpatch - no more patching in debian/rules - added file debian/source/format * Standards-Version 3.8.4 (no change) * Rebuild for ocaml 3.11.2 * Removed DM-Upload-Allowed -- Ralf Treinen Mon, 08 Feb 2010 21:09:27 +0100 ocamlwc (0.3-7) unstable; urgency=low * Changed section to ocaml * Standards-Version 3.8.2 (no change) * Rebuild with ocaml 3.11.1 -- Ralf Treinen Wed, 24 Jun 2009 22:49:08 +0200 ocamlwc (0.3-6) unstable; urgency=low [ Stephane Glondu ] * Add DM-Upload-Allowed * Use debhelper 7 and ocamlvars.mk * Switch copyright to machine-parsable format * Add Homepage field * Add README.source -- Ralf Treinen Sat, 14 Mar 2009 09:08:48 +0100 ocamlwc (0.3-5) unstable; urgency=low [ Stephane Glondu ] * Switch packaging to git [ Ralf Treinen ] * Recompiled for ocaml 3.11 * Standards-Version 3.8.1 (no change) * Set Maintainer to debian-ocaml-maint with blessing of original maintainer * Debian/copyright: point to GPL-2 * Debhelper compat level 5 -- Ralf Treinen Fri, 13 Mar 2009 21:40:40 +0100 ocamlwc (0.3-4) unstable; urgency=low [ Georg Neis ] * Bump Standards-Version to 3.7.3, no changes needed. [ Ralf Treinen ] * Rebuild for OCaml 3.10.2 -- Ralf Treinen Sun, 18 May 2008 22:27:38 +0200 ocamlwc (0.3-3) unstable; urgency=low [ Stefano Zacchiroli ] * fix vcs-svn field to point just above the debian/ dir [ Ralf Treinen ] * Recompiled with ocaml 3.10.1. -- Ralf Treinen Mon, 25 Feb 2008 20:38:17 +0100 ocamlwc (0.3-2) unstable; urgency=low [ Georg Neis ] * Rebuild with OCaml 3.10. * Avoid debian-rules-ignores-make-clean-error. * Added debian/watch. [ Stefano Zacchiroli ] * Changed the XS-X-Vcs-Svn field name in debian/control to match the new (official) name: XS-Vcs-Svn * Added the XS-Vcs-Browser field to debian/control [ Ralf Treinen ] * Added myself to Uploaders -- Ralf Treinen Tue, 11 Sep 2007 23:11:56 +0200 ocamlwc (0.3-1) unstable; urgency=low * Initial release, closes: #405122 -- Georg Neis Tue, 02 Jan 2007 15:34:46 +0100 debian/rules0000755000000000000000000000027112247434016010251 0ustar #!/usr/bin/make -f %: dh $@ --with ocaml override_dh_auto_configure: ./configure override_dh_auto_install: $(MAKE) install BINDIR=$(CURDIR)/debian/ocamlwc/usr/bin/ .PHONY: clean debian/README.source0000644000000000000000000000027012247434016011347 0ustar This package use dpatch for patching the source. Please consider reading dpatch manpage to patch the source. -- Stephane Glondu Fri, 13 Mar 2009 21:26:09 +0100 debian/ocamlwc.10000644000000000000000000000245112247434016010702 0ustar .TH OCAMLWC 1 "January 2, 2007" .SH NAME ocamlwc \- count the lines of code and comments in OCaml sources .SH SYNOPSIS .B ocamlwc .RI [ options ] .RI [ files ] .br .SH DESCRIPTION .B ocamlwc is a program to count the number of lines of code and documentation in OCaml sources. It assumes its input to be lexically well-formed. If no .I files are given, then .B ocamlwc reads from stdin. .PP The first column of the output lists the number of source lines of code, the second column the number of lines of documentation, and the third the respective filename. If .B ocamlwc acts on more than one file, then it prints a total in the last line. .SH OPTIONS .TP .B \-p Print percentage of documentation (in an additional column after the filename). .TP .B \-c Print only the code size, i.e., omit the documentation column. .TP .B \-e (everything) Do not skip headers. A header is the first comment in a file. .TP .B \-a (all) Do not skip generated files. foo.ml is a generated file if one of foo.mll, foo.mly, or foo.ml4 is amongst the given files. foo.mli is a generated file if foo.mly is amongst the given files. .TP .B \-h Print short usage information. .SH AUTHOR ocamlwc was written by Jean-Christophe Filliatre . .br This manual page was written by Georg Neis . debian/gbp.conf0000644000000000000000000000003612247434016010607 0ustar [DEFAULT] pristine-tar = True debian/manpages0000644000000000000000000000002112247434016010700 0ustar debian/ocamlwc.1 debian/control0000644000000000000000000000153512247434016010600 0ustar Source: ocamlwc Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Georg Neis , Ralf Treinen , Stéphane Glondu Build-Depends: debhelper (>= 7.0.52), dh-ocaml (>= 0.9~) Build-Depends-Indep: ocaml-nox (>= 3.11.1-3~) Standards-Version: 3.9.5 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocamlwc.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocamlwc.git Homepage: http://www.lri.fr/~filliatr/software.en.html Package: ocamlwc Architecture: all Depends: ${ocaml:Depends}, ${misc:Depends} Description: count the lines of code and comments in OCaml sources ocamlwc is a program to count the number of lines of code and documentation in OCaml sources. It assumes the files to be lexically well-formed. debian/copyright0000644000000000000000000000163612247434016011132 0ustar Packaged-By: Georg Neis Packaged-Date: Sun, 31 Dec 2006 00:41:06 +0100 Upstream-Author: Jean-Christophe Filliâtre Original-Source-Location: http://www.lri.fr/~filliatr/software.en.html Files: * Copyright: © 2000 Jean-Christophe Filliâtre License: GPL-2 This software is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation. This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: © 2006-2007 Georg Neis © 2009 Stéphane Glondu License: GPL-2 debian/source/0000755000000000000000000000000012247434016010471 5ustar debian/source/format0000644000000000000000000000001412247434016011677 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000011512247434016010217 0ustar version = 3 http://www.lri.fr/~filliatr/ftp/ocaml/misc/ocamlwc-(.*)\.tar\.gz debian/patches/0000755000000000000000000000000012247434016010620 5ustar debian/patches/series0000644000000000000000000000001112247434016012025 0ustar makefile debian/patches/makefile0000755000000000000000000000056012247434016012324 0ustar Author: Georg Neis Description: Use the bytecode compiler. --- ocamlwc-0.3~/Makefile.in 2003-09-05 13:57:38.000000000 +0200 +++ ocamlwc-0.3/Makefile.in 2006-12-31 12:51:54.000000000 +0100 @@ -6,7 +6,7 @@ all: ocamlwc ocamlwc: ocamlwc.ml - @OCAMLOPT@ -o $@ $^ + @OCAMLC@ -o $@ $^ ocamlwc.static: ocamlwc.ml @OCAMLOPT@ -cclib -static -o $@ $^ debian/compat0000644000000000000000000000000212247434016010367 0ustar 7 debian/dirs0000644000000000000000000000001012247434016010044 0ustar usr/bin debian/clean0000644000000000000000000000004412247434016010174 0ustar Makefile config.cache config.status