debian/0000755000000000000000000000000011550607715007175 5ustar debian/control0000644000000000000000000000116211550607077010601 0ustar Source: dacco Section: text Priority: optional Maintainer: Innocent De Marchi Build-Depends: debhelper (>= 7) Standards-Version: 3.9.1 Homepage: http://www.ibiblio.org/dacco/ Package: dacco-common Architecture: all Depends: ${misc:Depends} Description: Catalan/English dictionary (xml files) The acronym DACCO stands for 'Diccionari Anglès-Català de Codi Obert', or 'Open Source English Catalan Dictionary'. In fact, the project hosts two dictionaries: an English Catalan dictionary and a Catalan English dictionary. . This package contains the xml files used for other projects, as Qdacco. debian/changelog0000644000000000000000000000416111550607530011044 0ustar dacco (0.9+20071227-5) unstable; urgency=low * New mantainer. * Delete hident build-depends. * Change debian/rules accordly. * Re-introduced in Debian (Closes: #620706). * Update to format 3.0. * Update to dephelper 7.0. * Update to Standards-Version 3.9.1. * Update debian/control file. * Update debian/copyright file format. * Add debian/watch file. * Remove deprecated dh_clean -k in debian/rules. * Add debian/dacco-lintian-overrides file. * Add debian/patches. -- Innocent De Marchi Wed, 30 Mar 2011 18:25:07 +0200 dacco (0.9+20071227-4) unstable; urgency=low * Corrected format in original dic files that broke the dict -- Miguel Gea Milvaques Wed, 09 Jul 2008 12:30:31 +0200 dacco (0.9+20071227-3) unstable; urgency=low * Provides dictd-dictionary (Closes: #466202) -- Miguel Gea Milvaques Sun, 17 Feb 2008 20:51:31 +0100 dacco (0.9+20071227-2) unstable; urgency=low * Really removed watch file (Closes:#450155) -- Miguel Gea Milvaques Wed, 13 Feb 2008 00:21:11 +0100 dacco (0.9+20071227-1) unstable; urgency=low * Sync with upstream * Updated policy version * Moved Homepage as field in control file * Removed watch as upstream doesn't release more tarballs, only available in svn. (Closes:#450155) * remove configure-stamp -- Miguel Gea Milvaques Thu, 27 Dec 2007 13:33:58 +0100 dacco (0.9-3) unstable; urgency=low * Changed Maintainer mail. * Moved debhelper Build-Depends-Indep to Build-Depends. * Added space before Homepage line at control file * Updated Standars-Version at control file. -- Miguel Gea Milvaques Thu, 15 Jun 2006 23:41:39 +0200 dacco (0.9-2) unstable; urgency=low * add conditional use of dictdconfig in postrm Closes: Bug#358419 * Corrected format in copyright file. -- Miguel Gea Milvaques Wed, 29 Mar 2006 14:29:41 +0200 dacco (0.9-1) unstable; urgency=low * Initial release Closes: #345022 -- Miguel Gea Milvaques Wed, 4 Jan 2006 18:49:21 +0100 debian/dacco-common.dirs0000644000000000000000000000012611537433210012406 0ustar usr/share/dacco-common/dictionaries/cateng usr/share/dacco-common/dictionaries/engcat debian/README.Debian0000644000000000000000000000111511550607512011227 0ustar dacco for Debian ---------------- The original package is freed as LGPL, but the build system has dependences on Sun Java, and other xsl propietary stylesheets that has been removed. It could happen that the apparence at this version is not exactly the same found in upstream. The dictd support has been added to this package and it doesn't exist at upstream sources. -- Miguel Gea Milvaques , Wed, 4 Jan 2006 18:49:21 +0100 NOTES to 0.9+20071227-5 version: Not included dictd and .html files. Will be included in the original sources in the next version. debian/source/0000755000000000000000000000000011455107726010476 5ustar debian/source/format0000644000000000000000000000001411455107726011704 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000013511544653752010232 0ustar # watch control file for uscan version=3 http://sf.net/dacco/dacco-(.*)\.zip debian uupdate debian/copyright0000644000000000000000000000254511544407103011126 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/ dep5.mdwn?op=file&rev=135 Name: dacco Maintainer: Miguel Gea Milvaques Innocent De Marchi Source: http://www.ibiblio.org/dacco/cat/ Copyright: 2003-2006 Multiple Authors, info@catalandictionary.org License: LGPL-2+ Files: debian/* Copyright: 2006-2010 Miguel Gea Milvaques 2011 Innocent De Marchi License: GPL-2+ License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This package 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser 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 systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'. debian/dacco-common.install0000644000000000000000000000004411550356547013126 0ustar dictionaries usr/share/dacco-common debian/rules0000755000000000000000000000517411550357606010265 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make tmp file, you may use that tmp file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # # Modified to make a template file for a multi-binary package with separated # build-arch and build-indep targets by Bill Allombert 2001 # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. touch configure-stamp #Architecture build: build-arch build-indep build-arch: build-arch-stamp build-arch-stamp: configure-stamp # Add here commands to compile the arch part of the package. #$(MAKE) touch build-arch-stamp build-indep: build-indep-stamp build-indep-stamp: configure-stamp touch build-indep-stamp dh_clean install: install-indep install-arch install-indep: dh_testdir dh_testroot #dh_clean -k -i dh_clean -i dh_installdirs -i dh_install # Add here commands to install the indep part of the package into # debian/-doc. #INSTALLDOC# # install dictd files install-arch: #dh_testdir #dh_testroot #dh_clean -k -s #dh_installdirs -s # Add here commands to install the arch part of the package into # debian/tmp. #$(MAKE) install DESTDIR=$(CURDIR)/debian/dacco #dh_install -s # Must not depend on anything. This is to be called by # binary-arch/binary-indep # in another 'make' thread. binary-common: dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installexamples # dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_installinit # dh_installcron # dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms # dh_perl # dh_python dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb # Build architecture independant packages using the common target. binary-indep: build-indep install-indep $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common # Build architecture dependant packages using the common target. binary-arch: build-arch install-arch # $(MAKE) -f debian/rules DH_OPTIONS=-a binary-common binary: binary-arch binary-indep .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure debian/dacco-common.docs0000644000000000000000000000004011550607715012400 0ustar readme.txt debian/README.Debian debian/compat0000644000000000000000000000000211455107726010374 0ustar 7