[Debian-hebrew-package] r585 - in /pkg/culmus-latex/trunk: Makefile debian/ debian/changelog debian/compat debian/control debian/copyright debian/dirs debian/docs debian/rules
baruch at users.alioth.debian.org
baruch at users.alioth.debian.org
Sat Jun 9 22:04:29 UTC 2007
Author: baruch
Date: Sat Jun 9 22:04:29 2007
New Revision: 585
URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=585
Log:
Quick jab at packaging culmus-latex.
Added:
pkg/culmus-latex/trunk/debian/
pkg/culmus-latex/trunk/debian/changelog
pkg/culmus-latex/trunk/debian/compat
pkg/culmus-latex/trunk/debian/control
pkg/culmus-latex/trunk/debian/copyright
pkg/culmus-latex/trunk/debian/dirs
pkg/culmus-latex/trunk/debian/docs
pkg/culmus-latex/trunk/debian/rules (with props)
Modified:
pkg/culmus-latex/trunk/Makefile
Modified: pkg/culmus-latex/trunk/Makefile
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus-latex/trunk/Makefile?rev=585&op=diff
==============================================================================
--- pkg/culmus-latex/trunk/Makefile (original)
+++ pkg/culmus-latex/trunk/Makefile Sat Jun 9 22:04:29 2007
@@ -1,4 +1,4 @@
-TEXMFDIR=/usr/share/texmf
+TEXMFDIR=$(DESTDIR)/usr/share/texmf
CULMUSDIR=/usr/share/fonts/hebrew
tfms:
Added: pkg/culmus-latex/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus-latex/trunk/debian/changelog?rev=585&op=file
==============================================================================
--- pkg/culmus-latex/trunk/debian/changelog (added)
+++ pkg/culmus-latex/trunk/debian/changelog Sat Jun 9 22:04:29 2007
@@ -1,0 +1,6 @@
+culmus-latex (0.5-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Baruch Even <baruch at debian.org> Sat, 09 Jun 2007 22:05:00 +0300
+
Added: pkg/culmus-latex/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus-latex/trunk/debian/compat?rev=585&op=file
==============================================================================
--- pkg/culmus-latex/trunk/debian/compat (added)
+++ pkg/culmus-latex/trunk/debian/compat Sat Jun 9 22:04:29 2007
@@ -1,0 +1,1 @@
+5
Added: pkg/culmus-latex/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus-latex/trunk/debian/control?rev=585&op=file
==============================================================================
--- pkg/culmus-latex/trunk/debian/control (added)
+++ pkg/culmus-latex/trunk/debian/control Sat Jun 9 22:04:29 2007
@@ -1,0 +1,16 @@
+Source: culmus-latex
+Section: tex
+Priority: optional
+Maintainer: Debian Hebrew Packaging Team <debian-hebrew-package at lists.alioth.debian.org>
+Uploaders: Baruch Even <baruch at debian.org>, Lior Kaplan <kaplan at debian.org>, Shachar Shemesh <shachar at debian.org>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: culmus-latex
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: LaTeX package to support Hebrew - Culmus Type1 fonts support
+ Culmus is a set of high-quality fonts for Hebrew in Type1 format. This package
+ adds the culmus font for LaTeX usage.
+ .
+ Homepage: http://ivritex.sourceforge.net/
Added: pkg/culmus-latex/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus-latex/trunk/debian/copyright?rev=585&op=file
==============================================================================
--- pkg/culmus-latex/trunk/debian/copyright (added)
+++ pkg/culmus-latex/trunk/debian/copyright Sat Jun 9 22:04:29 2007
@@ -1,0 +1,24 @@
+This package was debianized by Baruch <Baruch Even <baruch at debian.org>> on
+Sat, 09 Jun 2007 22:05:00 +0300.
+
+It was downloaded from http://sourceforge.net/projects/ivritex/
+
+Upstream Authors:
+
+ Guy Rutenberg <guyrutenberg at gmail.com>
+ Dan Kenigsberg <danken at cs.technion.ac.il> (former author)
+
+Copyright:
+
+ <Copyright (C) YYYY Name OfAuthor>
+ <likewise for another author>
+
+License:
+
+ <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is (C) 2007, Baruch <Baruch Even <baruch at debian.org>> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
Added: pkg/culmus-latex/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus-latex/trunk/debian/dirs?rev=585&op=file
==============================================================================
(empty)
Added: pkg/culmus-latex/trunk/debian/docs
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus-latex/trunk/debian/docs?rev=585&op=file
==============================================================================
--- pkg/culmus-latex/trunk/debian/docs (added)
+++ pkg/culmus-latex/trunk/debian/docs Sat Jun 9 22:04:29 2007
@@ -1,0 +1,1 @@
+README
Added: pkg/culmus-latex/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus-latex/trunk/debian/rules?rev=585&op=file
==============================================================================
--- pkg/culmus-latex/trunk/debian/rules (added)
+++ pkg/culmus-latex/trunk/debian/rules Sat Jun 9 22:04:29 2007
@@ -1,0 +1,98 @@
+#!/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
+
+
+
+
+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
+
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+
+ # Add here commands to compile the package.
+ $(MAKE)
+ #docbook-to-man debian/culmus-latex.sgml > culmus-latex.1
+
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+
+ # Add here commands to clean up after the build process.
+ -$(MAKE) clean
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/culmus-latex.
+ $(MAKE) DESTDIR=$(CURDIR)/debian/culmus-latex CULMUSDIR=/usr/share/fonts/X11/Type1/ pkginstall
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+# dh_install
+# dh_installmenu
+# dh_installdebconf
+# dh_installlogrotate
+# dh_installemacsen
+# dh_installpam
+# dh_installmime
+# dh_python
+# dh_installinit
+# dh_installcron
+# dh_installinfo
+ dh_installman
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+# dh_perl
+# dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
Propchange: pkg/culmus-latex/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
More information about the Debian-hebrew-package
mailing list