[med-svn] r11542 - in trunk/packages/seg/trunk: . debian

Laszlo Kajan lkajan-guest at alioth.debian.org
Wed Jul 4 15:55:48 UTC 2012


Author: lkajan-guest
Date: 2012-07-04 15:55:48 +0000 (Wed, 04 Jul 2012)
New Revision: 11542

Added:
   trunk/packages/seg/trunk/debian/
   trunk/packages/seg/trunk/debian/changelog
   trunk/packages/seg/trunk/debian/compat
   trunk/packages/seg/trunk/debian/control
   trunk/packages/seg/trunk/debian/copyright
   trunk/packages/seg/trunk/debian/rules
Log:
Rost Lab Debianization imported

Added: trunk/packages/seg/trunk/debian/changelog
===================================================================
--- trunk/packages/seg/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/seg/trunk/debian/changelog	2012-07-04 15:55:48 UTC (rev 11542)
@@ -0,0 +1,25 @@
+lowcompseg (19973009.1) UNRELEASED; urgency=low
+
+  * rpm spec file
+  * updated man page example
+
+ -- Laszlo Kajan <lkajan at rostlab.org>  Sun, 10 Jul 2011 23:29:45 +0200
+
+lowcompseg (19973009-rg1-2) unstable; urgency=low
+
+  * version apt goes up to
+
+ -- Laszlo Kajan <lkajan at rostlab.org>  Tue, 01 Mar 2011 14:29:55 +0100
+
+lowcompseg (19973009-rg2) unstable; urgency=low
+
+  * debian native
+
+ -- Laszlo Kajan <lkajan at rostlab.org>  Fri, 18 Feb 2011 16:30:17 +0100
+
+lowcompseg (1.0.0)
+
+  * Initial version.
+
+ -- Guy Yachdav <gyahcdav at rostlab.org>  Thu, 17 Dec 2009 14:35:44 +0100
+

Added: trunk/packages/seg/trunk/debian/compat
===================================================================
--- trunk/packages/seg/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/seg/trunk/debian/compat	2012-07-04 15:55:48 UTC (rev 11542)
@@ -0,0 +1 @@
+7

Added: trunk/packages/seg/trunk/debian/control
===================================================================
--- trunk/packages/seg/trunk/debian/control	                        (rev 0)
+++ trunk/packages/seg/trunk/debian/control	2012-07-04 15:55:48 UTC (rev 11542)
@@ -0,0 +1,23 @@
+Source: lowcompseg
+Section: science
+Priority: extra
+Maintainer: Guy Yachdav <gyachdav at rostlab.org>
+Uploaders: Laszlo Kajan <lkajan at rostlab.org>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.9.1
+Homepage: 
+
+Package: lowcompseg
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: segment sequence(s) by local complexity
+ Segment sequence(s) by local complexity. lowcompseg divides sequences into
+ contrasting segments of low-complexity and high-complexity.
+
+Package: lowcompseg-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends}, ${misc:Depends}, lowcompseg (= ${binary:Version})
+Description: debug files for lowcompseg
+ This package contains the stripped debugging symbols for lowcompseg.

Added: trunk/packages/seg/trunk/debian/copyright
===================================================================
--- trunk/packages/seg/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/seg/trunk/debian/copyright	2012-07-04 15:55:48 UTC (rev 11542)
@@ -0,0 +1,43 @@
+This package was debianized by  Guy Yachdav <gyachdav at rostlab.org> on
+Tue, 15 Dec 2009 12:40:35 +0100
+
+Upstream Authors:
+
+    John Wootton, Scott Federhen
+
+Copyright:
+
+    National Center for Biotechnology Information (1994)(1997)
+
+License:
+
+                         PUBLIC DOMAIN NOTICE
+              National Center for Biotechnology Information
+
+    This software/database is a "United States Government Work" under the
+    terms of the United States Copyright Act.  It was written as part of
+    the authors' official duties as United States Government employees and
+    thus cannot be copyrighted.  This software/database is freely available
+    to the public for use. The National Library of Medicine and the U.S.
+    Government have not placed any restriction on its use or reproduction.
+
+    Although all reasonable efforts have been taken to ensure the accuracy
+    and reliability of the software and data, the NLM and the U.S.
+    Government do not and cannot warrant the performance or results that
+    may be obtained by using this software or data. The NLM and the U.S.
+    Government disclaim all warranties, express or implied, including
+    warranties of performance, merchantability or fitness for any particular
+    purpose.
+
+    Please cite the authors in any work or product based on this material.
+
+    Authors: John C. Wootton, Scott Federhen
+         National Center For Biotechnology Information
+         National Library of Medicine
+         National Institutes of Health
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2009, Guy Yachdav <gyachdav at rostlab.org> and 
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/packages/seg/trunk/debian/rules
===================================================================
--- trunk/packages/seg/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/seg/trunk/debian/rules	2012-07-04 15:55:48 UTC (rev 11542)
@@ -0,0 +1,106 @@
+#!/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
+
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
+else
+CROSS= --build $(DEB_BUILD_GNU_TYPE)
+endif
+
+
+
+config.status: configure
+	dh_testdir
+	# Add here commands to configure the package.
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info  --sysconfdir=/etc --with-pppopconspool=/var/spool/pp-popcon CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="-Wl,-z,defs"
+
+
+build: build-stamp
+
+build-stamp:  config.status 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+	#docbook-to-man debian/lowcompseg.sgml > lowcompseg.1
+
+	touch $@
+
+clean: 
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	# Add here commands to clean up after the build process.
+	[ ! -f Makefile ] || $(MAKE) distclean
+	rm -f config.sub config.guess
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installdirs
+
+	# Add here commands to install the package into debian/lowcompseg.
+	$(MAKE) DESTDIR=$(CURDIR)/debian/lowcompseg 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 ChangeLog
+	dh_installdocs
+	dh_lintian
+	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 --dbg-package=lowcompseg-dbg
+	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 


Property changes on: trunk/packages/seg/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




More information about the debian-med-commit mailing list