--- culmus-fancy-0.0.20051018.orig/debian/copyright +++ culmus-fancy-0.0.20051018/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Shlomi Loubaton on +Sat, 12 Nov 2005 14:34:24 +0200. + +It was downloaded from http://culmus.sourceforge.net/ + +Upstream Author: Maxim Iorsh + +Copyright (C) 2005 Maxim Iorsh + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + 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 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 General +Public License can be found in `/usr/share/common-licenses/GPL'. --- culmus-fancy-0.0.20051018.orig/debian/rules +++ culmus-fancy-0.0.20051018/debian/rules @@ -0,0 +1,76 @@ +#!/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 output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +DEB_DIR=$(CURDIR)/debian/culmus-fancy +FONTDIR=$(DEB_DIR)/usr/share/fonts/X11/Type1 +SCALEDIR=$(DEB_DIR)/etc/X11/fonts/Type1 +FONTCONFDIR=$(DEB_DIR)/etc/fonts + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/culmus-fancy. + install -d $(FONTDIR)/ + install -m 644 *.afm *.pfa $(FONTDIR)/ + install -d $(SCALEDIR)/ + install -m 644 fonts.scale $(SCALEDIR)/culmus-fancy.scale + + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot +# dh_installdefoma + dh_installxfonts + dh_installchangelogs + dh_installdocs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- culmus-fancy-0.0.20051018.orig/debian/compat +++ culmus-fancy-0.0.20051018/debian/compat @@ -0,0 +1 @@ +5 --- culmus-fancy-0.0.20051018.orig/debian/control +++ culmus-fancy-0.0.20051018/debian/control @@ -0,0 +1,17 @@ +Source: culmus-fancy +Section: x11 +Priority: optional +Maintainer: Debian Hebrew Packaging Team +Uploaders: Baruch Even , Lior Kaplan , Shachar Shemesh +Build-Depends: debhelper (>= 5.0.35) +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/svn/debian-hebrew/pkg/culmus-fancy +Vcs-Browser: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus-fancy +Homepage: http://culmus.sourceforge.net/ + +Package: culmus-fancy +Architecture: all +Depends: ${misc:Depends} +Description: Type1 Fancy Hebrew Fonts for X11 + Several Fancy Hebrew fonts: Anka, ComixNo2, Gan, Ozrad, Ktav Yad, Dorian + and Gladia. --- culmus-fancy-0.0.20051018.orig/debian/changelog +++ culmus-fancy-0.0.20051018/debian/changelog @@ -0,0 +1,25 @@ +culmus-fancy (0.0.20051018-3) unstable; urgency=low + + * Move Homepage from description to control field + * Add Vcs-* control fields + * Update Standards-Version to 3.7.3, no changes needed + + -- Baruch Even Sat, 29 Dec 2007 14:21:15 +0200 + +culmus-fancy (0.0.20051018-2) unstable; urgency=low + + * Move fonts to /usr/share/fonts/X11 due to fonts transition (Closes: #362327) + * debian/control: + - Upgrade standards version to 3.7.2.0 (compliance with policy section + 11.8.5 - "Packages providing fonts") + - Move debhelper to Build-Depends, instead of Build-Depends-Indep + - Bump debhelper version to 5.0.35 to support changes in dh_installxfonts + + -- Lior Kaplan Thu, 18 May 2006 17:11:36 -0500 + +culmus-fancy (0.0.20051018-1) unstable; urgency=low + + * Initial release. (Closes: #340631) + + -- Lior Kaplan Thu, 24 Nov 2005 20:42:56 +0200 +