[Pkg-ocaml-maint-commits] r1576 - in trunk/packages/syslog-ocaml: . trunk trunk/debian upstream

Eric Cooper ecc-guest at costa.debian.org
Wed Aug 3 22:50:44 UTC 2005


Author: ecc-guest
Date: 2005-08-03 22:50:43 +0000 (Wed, 03 Aug 2005)
New Revision: 1576

Added:
   trunk/packages/syslog-ocaml/build-area/
   trunk/packages/syslog-ocaml/trunk/
   trunk/packages/syslog-ocaml/trunk/debian/
   trunk/packages/syslog-ocaml/trunk/debian/changelog
   trunk/packages/syslog-ocaml/trunk/debian/compat
   trunk/packages/syslog-ocaml/trunk/debian/copyright
   trunk/packages/syslog-ocaml/trunk/debian/patches/
   trunk/packages/syslog-ocaml/trunk/debian/rules
   trunk/packages/syslog-ocaml/trunk/debian/svn-deblayout
   trunk/packages/syslog-ocaml/upstream/
   trunk/packages/syslog-ocaml/upstream/syslog-ocaml_1.2.orig.tar.gz
Removed:
   trunk/packages/syslog-ocaml/debian/
   trunk/packages/syslog-ocaml/syslog-ocaml_1.2.orig.tar.gz
   trunk/packages/syslog-ocaml/trunk/debian/changelog
   trunk/packages/syslog-ocaml/trunk/debian/copyright
   trunk/packages/syslog-ocaml/trunk/debian/patches/
   trunk/packages/syslog-ocaml/trunk/debian/rules
Log:
changed directory layout to work with svn-buildpackage


Deleted: trunk/packages/syslog-ocaml/syslog-ocaml_1.2.orig.tar.gz
===================================================================
(Binary files differ)

Copied: trunk/packages/syslog-ocaml/trunk/debian (from rev 1281, trunk/packages/syslog-ocaml/debian)


Property changes on: trunk/packages/syslog-ocaml/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Deleted: trunk/packages/syslog-ocaml/trunk/debian/changelog
===================================================================
--- trunk/packages/syslog-ocaml/debian/changelog	2005-04-17 15:12:04 UTC (rev 1281)
+++ trunk/packages/syslog-ocaml/trunk/debian/changelog	2005-08-03 22:50:43 UTC (rev 1576)
@@ -1,12 +0,0 @@
-syslog-ocaml (1.0-2) unstable; urgency=low
-
-  * Removed trunk/ directory layer.
-  * Added Build-Depends on dpatch.  CLOSES: #303760
-
- -- Eric Cooper <ecc at cmu.edu>  Fri,  8 Apr 2005 14:04:48 -0400
-
-syslog-ocaml (1.0-1) unstable; urgency=low
-
-  * Initial release.
-
- -- Sven Luther <luther at debian.org>  Sat,  2 Apr 2005 09:28:38 +0200

Copied: trunk/packages/syslog-ocaml/trunk/debian/changelog (from rev 1575, trunk/packages/syslog-ocaml/debian/changelog)

Added: trunk/packages/syslog-ocaml/trunk/debian/compat
===================================================================
--- trunk/packages/syslog-ocaml/debian/compat	2005-04-17 15:12:04 UTC (rev 1281)
+++ trunk/packages/syslog-ocaml/trunk/debian/compat	2005-08-03 22:50:43 UTC (rev 1576)
@@ -0,0 +1 @@
+4

Deleted: trunk/packages/syslog-ocaml/trunk/debian/copyright
===================================================================
--- trunk/packages/syslog-ocaml/debian/copyright	2005-04-17 15:12:04 UTC (rev 1281)
+++ trunk/packages/syslog-ocaml/trunk/debian/copyright	2005-08-03 22:50:43 UTC (rev 1576)
@@ -1,26 +0,0 @@
-Packaged for Debian by
-    Eric Cooper <ecc at cmu.edu>
-    Wed, 23 Feb 2005 12:00:04 -0500
-Downloaded from http://www.csun.edu/~eric/syslog-1.0.tar.gz
-
-syslog(3) routines for ocaml
-This library is based on Shawn Wagner's original syslog
-library as included in annexlib, with significant modifications
-by by Eric Stokes <eric.stokes at csun.edu>.
-
-Copyright (C) 2002 Shawn Wagner <raevnos at pennmush.org>
-Copyright (C) 2005 Eric Stokes <eric.stokes at csun.edu>
-
-This library 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.1 of the License, or (at your option) any later version.
-
-This library 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 library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

Copied: trunk/packages/syslog-ocaml/trunk/debian/copyright (from rev 1575, trunk/packages/syslog-ocaml/debian/copyright)

Copied: trunk/packages/syslog-ocaml/trunk/debian/patches (from rev 1575, trunk/packages/syslog-ocaml/debian/patches)

Deleted: trunk/packages/syslog-ocaml/trunk/debian/rules
===================================================================
--- trunk/packages/syslog-ocaml/debian/rules	2005-04-17 15:12:04 UTC (rev 1281)
+++ trunk/packages/syslog-ocaml/trunk/debian/rules	2005-08-03 22:50:43 UTC (rev 1576)
@@ -1,80 +0,0 @@
-#!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# This file is public domain software, originally written by Joey Hess.
-
-include /usr/share/dpatch/dpatch.make
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-build: build-stamp
-build-stamp: patch-stamp
-	dh_testdir
-
-	# Add here commands to compile the package.
-	$(MAKE) reallyall
-
-	touch build-stamp
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp patch-stamp
-
-	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
-
-	dh_clean
-
-DESTDIR = $(CURDIR)/debian/tmp$(shell ocamlc -where)
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	mkdir -p $(DESTDIR)
-	$(MAKE) DESTDIR=$(DESTDIR) install
-
-# 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_installcatalogs
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
-#	dh_undocumented
-	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
-
-binary: binary-indep binary-arch
-.PHONY: patch build clean binary-indep binary-arch binary install
-
-# -*- makefile-mode -*-

Copied: trunk/packages/syslog-ocaml/trunk/debian/rules (from rev 1575, trunk/packages/syslog-ocaml/debian/rules)

Added: trunk/packages/syslog-ocaml/trunk/debian/svn-deblayout
===================================================================
--- trunk/packages/syslog-ocaml/debian/svn-deblayout	2005-04-17 15:12:04 UTC (rev 1281)
+++ trunk/packages/syslog-ocaml/trunk/debian/svn-deblayout	2005-08-03 22:50:43 UTC (rev 1576)
@@ -0,0 +1,2 @@
+origDir=../upstream
+origUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/syslog-ocaml/upstream

Copied: trunk/packages/syslog-ocaml/upstream/syslog-ocaml_1.2.orig.tar.gz (from rev 1341, trunk/packages/syslog-ocaml/syslog-ocaml_1.2.orig.tar.gz)




More information about the Pkg-ocaml-maint-commits mailing list