[Pkg-ocaml-maint-commits] r2051 - in trunk/packages/ledit: . trunk trunk/debian upstream

Samuel Mimram smimram-guest at costa.debian.org
Tue Nov 15 20:51:52 UTC 2005


Author: smimram-guest
Date: 2005-11-15 20:51:52 +0000 (Tue, 15 Nov 2005)
New Revision: 2051

Added:
   trunk/packages/ledit/trunk/debian/control
   trunk/packages/ledit/trunk/debian/svn-deblayout
   trunk/packages/ledit/upstream/
   trunk/packages/ledit/upstream/ledit_1.11.orig.tar.gz
Removed:
   trunk/packages/ledit/trunk/ledit_1.11.orig.tar.gz
Modified:
   trunk/packages/ledit/trunk/debian/
   trunk/packages/ledit/trunk/debian/changelog
   trunk/packages/ledit/trunk/debian/control.in
   trunk/packages/ledit/trunk/debian/rules
Log:
Using svn-buildpackage + set d-o-m as the maintainer.


Property changes on: trunk/packages/ledit/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Modified: trunk/packages/ledit/trunk/debian/changelog
===================================================================
--- trunk/packages/ledit/trunk/debian/changelog	2005-11-14 23:47:02 UTC (rev 2050)
+++ trunk/packages/ledit/trunk/debian/changelog	2005-11-15 20:51:52 UTC (rev 2051)
@@ -1,3 +1,10 @@
+ledit (1.11-7) unstable; urgency=low
+
+  * New maintainer: Debian OCaml Maintainers.
+  * Cleaned up rules.
+
+ -- Samuel Mimram <smimram at debian.org>  Tue, 15 Nov 2005 21:46:24 +0100
+
 ledit (1.11-6) unstable; urgency=low
 
   * Rebuilt for ocaml 3.09.0.

Added: trunk/packages/ledit/trunk/debian/control
===================================================================
--- trunk/packages/ledit/trunk/debian/control	2005-11-14 23:47:02 UTC (rev 2050)
+++ trunk/packages/ledit/trunk/debian/control	2005-11-15 20:51:52 UTC (rev 2051)
@@ -0,0 +1,15 @@
+Source: ledit
+Section: editors
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Sven Luther <luther at debian.org>, Samuel Mimram <smimram at debian.org>
+Build-Depends-Indep: debhelper (>> 4.0.0), ocaml-nox (>= 3.09.0), dpatch
+Standards-Version: 3.6.2
+
+Package: ledit
+Architecture: all
+Depends: ${shlibs:Depends}, ocaml-base-nox-${F:OCamlABI}
+Description: line editor for interactive programs
+ Ledit is a line editor, allowing to use control commands like in emacs
+ or in shells (bash, tcsh). To be used with interactive commands. It is
+ written in Ocaml and Camlp4 and uses the library unix.cma.

Modified: trunk/packages/ledit/trunk/debian/control.in
===================================================================
--- trunk/packages/ledit/trunk/debian/control.in	2005-11-14 23:47:02 UTC (rev 2050)
+++ trunk/packages/ledit/trunk/debian/control.in	2005-11-15 20:51:52 UTC (rev 2051)
@@ -1,7 +1,8 @@
 Source: ledit
 Section: editors
 Priority: optional
-Maintainer: Sven Luther <luther at debian.org>
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Sven Luther <luther at debian.org>, Samuel Mimram <smimram at debian.org>
 Build-Depends-Indep: debhelper (>> 4.0.0), ocaml-nox (>= #OcamlABI#), dpatch
 Standards-Version: 3.6.2
 

Modified: trunk/packages/ledit/trunk/debian/rules
===================================================================
--- trunk/packages/ledit/trunk/debian/rules	2005-11-14 23:47:02 UTC (rev 2050)
+++ trunk/packages/ledit/trunk/debian/rules	2005-11-15 20:51:52 UTC (rev 2051)
@@ -4,8 +4,8 @@
 
 # We want to use dpatch.
 include /usr/share/dpatch/dpatch.make
-PACKAGE = ledit
-VERSION = 1.11
+#PACKAGE = ledit
+#VERSION = 1.11
 OCAMLABI = ${shell ocamlc -version}
 
 # Uncomment this to turn on verbose mode.
@@ -13,27 +13,21 @@
 
 debian/control:
 	 sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
-	
+
 configure: configure-stamp
 configure-stamp:
+	dh_testdir
+
 	for t in `find . -name \*.in |  | grep -v debian/control.in`; do \
 		sed -e 's%#OcamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
 	done
 
-	dh_testdir
-	# Add here commands to configure the package.
-	
-
 	touch configure-stamp
 
 build: configure-stamp build-stamp
 build-stamp: patch-stamp
 	dh_testdir
-
-	# Add here commands to compile the package.
 	$(MAKE)
-	#/usr/bin/docbook-to-man debian/ledit.sgml > ledit.1
-
 	touch build-stamp
 
 clean:  unpatch
@@ -41,7 +35,6 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
-	# Add here commands to clean up after the build process.
 	-$(MAKE) clean
 
 	dh_clean
@@ -52,7 +45,6 @@
 	dh_clean -k
 	dh_installdirs
 
-	# Add here commands to install the package into debian/ledit.
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/ledit
 	-cp debian/lintian.overrides $(CURDIR)/debian/ledit/usr/share/lintian/overrides/ledit
 
@@ -65,27 +57,18 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-#	dh_installdebconf	
 	dh_installdocs
 	dh_installexamples
 	dh_installmenu
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
 	dh_installcron
 	dh_installman ledit.1
 	dh_installinfo
-#	dh_undocumented
 	dh_installchangelogs Changes
 	dh_link
 	dh_strip -X ledit
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
 	dh_installdeb
-#	dh_perl
 	dh_shlibdeps
 	dh_gencontrol -- -VF:OCamlABI="$(OCAMLABI)"
 	dh_md5sums

Added: trunk/packages/ledit/trunk/debian/svn-deblayout
===================================================================
--- trunk/packages/ledit/trunk/debian/svn-deblayout	2005-11-14 23:47:02 UTC (rev 2050)
+++ trunk/packages/ledit/trunk/debian/svn-deblayout	2005-11-15 20:51:52 UTC (rev 2051)
@@ -0,0 +1,3 @@
+origDir=../upstream
+origUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ledit/upstream
+tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/ledit

Deleted: trunk/packages/ledit/trunk/ledit_1.11.orig.tar.gz
===================================================================
(Binary files differ)

Copied: trunk/packages/ledit/upstream/ledit_1.11.orig.tar.gz (from rev 2050, trunk/packages/ledit/trunk/ledit_1.11.orig.tar.gz)




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