debian/0000755000000000000000000000000011770155025007171 5ustar debian/compat0000644000000000000000000000000211770155025010367 0ustar 9 debian/rules0000755000000000000000000000051311770155025010250 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_build: dh_auto_build -- \ CPPFLAGS="$(shell dpkg-buildflags --get CPPFLAGS)" \ CFLAGS="$(shell dpkg-buildflags --get CFLAGS)" \ LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)" override_dh_auto_install: dh_auto_install -- \ bindir=/usr/bin \ man1dir=/usr/share/man/man1 debian/changelog0000644000000000000000000001222511770155025011045 0ustar liwc (1.21-1) unstable; urgency=low * New upstream release. * debian/control: Add Vcs-* fields. * Delete all patches (adopted upstream): - 0001-Makefile-Support-DESTDIR.patch - 0002-Makefile-install-install-target-directories.patch - 0003-Makefile-Handle-CPPFLAGS-as-well.patch - 0004-chktri-Fix-the-trigraph.patch * debian/copyright: Update, and convert to copyright-format/1.0. -- Antti-Juhani Kaijanaho Tue, 19 Jun 2012 22:59:08 +0300 liwc (1.20-6) unstable; urgency=low * [148d6aa] Convert to source format 3.0 (quilt) * [398d6a8] Convert debian/rules to dh (Closes: #437481) * [f553140] Add patch 0001-Makefile-Support-DESTDIR * [ee9477e] Add patch 0002-Makefile-install-install-target-directories * [070d853] Add patch 0003-Makefile-Handle-CPPFLAGS-as-well * [30de804] debian/control: Add misc:Depends * [35436c6] Update Standards-Version to 3.9.3 (no other changes needed). * [5b9c2b8] Add patch 0004-chktri-Fix-the-trigraph. Thanks to Santiago UrueƱa (LP: #321107) -- Antti-Juhani Kaijanaho Sat, 16 Jun 2012 19:59:37 +0300 liwc (1.20-5) unstable; urgency=low * New maintainer. Closes: #390745 (ITA: liwc -- Tools for manipulating C source code) * debian/rules (clean): Remove backup files in debian/ . -- Antti-Juhani Kaijanaho Fri, 13 Oct 2006 20:15:12 +0300 liwc (1.20-4) unstable; urgency=low * Orphaning. -- Lars Wirzenius Mon, 2 Oct 2006 23:11:54 +0300 liwc (1.20-3) unstable; urgency=low * debian/rules: Use "-O2 -g" for CFLAGS and "-g" for LDFLAGS, and use "root:root" (instead of "root.root") for chmod. Thanks, "timeless". (Closes: #374414) * debian/control: Upped the Standards-Version. No other changes required. -- Lars Wirzenius Thu, 3 Aug 2006 13:47:45 +0300 liwc (1.20-2) unstable; urgency=low * Blech. Forgot to remove debhelper from Build-Depends. * Also, 1.20-1 added the liwc manual page. closes:#179972 * Also, messed up the changelog in the previous upload (removed the complete entry for 1.9-1). I'm an imbecile. -- Lars Wirzenius Thu, 06 Feb 2003 13:39:34 +0200 liwc (1.20-1) unstable; urgency=low * New upstream version adds liwc(1) manual page. * Converted from using debhelper to native dpkg stuff. -- Lars Wirzenius Thu, 06 Feb 2003 12:59:34 +0200 liwc (1.9-1) unstable; urgency=low * Adopting the package again, with permission from previous maintainer. * New upstream version adds -c (remove code, not comments) to rmccmt. -- Lars Wirzenius Sun, 19 Jan 2003 12:17:34 +0200 liwc (1.7-1.1) unstable; urgency=low * NMU * Add build-depends: publib-dev. Closes: #112635 -- LaMont Jones Thu, 11 Oct 2001 16:15:28 -0600 liwc (1.7-1) unstable; urgency=low * debian/{control,copyright}: New maintainer. * Converted to non-native packaging (upstream is no longer Debian maintainer). * debian/copyright: Refer to GPL-2 and if that fails, to GPL. * debian/control [Build-Depends]: The current debian/rules is dependent on debhelper. * debian/control [Standards-Version]: Upgrade to 3.5.6 -- Antti-Juhani Kaijanaho Mon, 17 Sep 2001 19:05:16 +0300 liwc (1.7) unstable; urgency=low * debian/rules: Converted to debhelper. Joey Hess scores again. * Using /usr/share/doc instead of /usr/doc. * Updated to policy 3.1.1.1. * debian/copyright advertises /usr/share/common-licenses/GPL, not /usr/doc/copyright/GPL. * Other fixes based on warnings from lintian. -- Lars Wirzenius Wed, 3 May 2000 09:30:48 +0300 liwc (1.6) unstable; urgency=low * cnvtccmt documentation changed so it doesn't claim C++ comments are not acceptable in C. They are now. (closes: Bug#62340). * rmccmt now handle C++ style comments as well. (closes: Bug#62341). -- Lars Wirzenius Sat, 29 Apr 2000 15:39:24 +0300 liwc (1.5) unstable; urgency=low * Changed name of changelog in /usr/doc. * debian/rules clean now removes debian/files and debian/substvars. -- Lars Wirzenius Tue, 9 Feb 1999 21:02:40 +0200 liwc (1.4) unstable; urgency=low * Removed use of debstd. * Manual pages are installed as compressed. * Added manual page for chktri. * Updated to conform to Debian Policy Manual 2.4.0.0. -- Lars Wirzenius Fri, 13 Mar 1998 15:32:08 +0200 liwc (1.3) unstable; urgency=low * Added "#include " (always a bug, but happened to work with Linux libc5). * Fixed shared library dependencies. * Removed etc from .deb. * Removed Debian version from version number. * Recompiled to use libc6. -- Lars Wirzenius Tue, 11 Nov 1997 03:28:31 +0200 liwc (1.2-1) unstable; urgency=low * Moved debian/* into upstream release. * Modified debian/rules to use debstd. -- Lars Wirzenius Fri, 1 Nov 1996 15:15:19 +0200 liwc (1.1-1) unstable; urgency=low * New upstream release: adds cstr program to print out string literals. -- Lars Wirzenius Tue, 24 Sep 1996 14:54:37 +0300 liwc (1.0-1) unstable; urgency=low * First release. -- Lars Wirzenius Mon, 16 Sep 1996 21:38:31 +0300 debian/source/0000755000000000000000000000000011770155025010471 5ustar debian/source/format0000644000000000000000000000001411770155025011677 0ustar 3.0 (quilt) debian/control0000644000000000000000000000112511770155025010573 0ustar Source: liwc Maintainer: Antti-Juhani Kaijanaho Section: devel Priority: optional Standards-Version: 3.9.3 Build-Depends: publib-dev, debhelper (>= 9) Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/ajk/liwc.git Vcs-Git: git://anonscm.debian.org/users/ajk/liwc.git Package: liwc Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Tools for manipulating C source code Includes programs for converting C++ comments to C comments, removing C comments, print out string literals, and converting characters to trigraphs and trigraphs to characters. debian/copyright0000644000000000000000000000206711770155025011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: liwc Upstream-Contact: antti-juhani@kaijanaho.fi Source: http://liwc.googlecode.com/files/liwc-1.21.tar.gz Files: * License: GPL-2 Copyright: Copyright (c) 2012 Antti-Juhani Kaijanaho Copyright (c) 1994-2003 Lars Wirzenius License: GPL-2 This program 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 program 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. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of this license is available at /usr/share/common-licenses/GPL-2 .