[Eolfix-cvs] eolfix/debian README.Debian,NONE,1.1 changelog,NONE,1.1 compat,NONE,1.1 control,NONE,1.
Brought to you by:
rossta
Update of /cvsroot/eolfix/eolfix/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28366/debian Added Files: README.Debian changelog compat control copyright dirs docs email.substvars files rules watch Log Message: Added debian build files (untested) --- NEW FILE: files --- eolfix_0.1.1-1_i386.deb text optional --- NEW FILE: dirs --- usr/bin usr/share/man usr/share/doc --- NEW FILE: copyright --- This package was debianized by Ross Smith <ro...@us...> on Fri, 06 Jan 2006 00:00:00 +0000. It was downloaded from http://eolfix.sf.net/ Upstream Author: Ross Smith <ro...@us...> Copyright: Copyright (c) 2002-2006, Ross Smith. All Rights Reserved --- NEW FILE: changelog --- $Id: changelog,v 1.1 2006/01/06 21:30:27 rossta Exp $ eolfix (0.1.1-1) unstable; urgency=low * New upstream release -- Ross Smith II <ro...@us...> Fri, 06 Jan 2006 00:00:00 +0000 --- NEW FILE: rules --- #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # 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) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif config.status: configure dh_testdir # Add here commands to configure the package. ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --bindir=\$${prefix}/usr/bin --mandir=\$${prefix}/usr/share/man \ --sysconfdir=\$${prefix}/etc --docdir=\$${prefix}/usr/share/doc build: build-stamp build-stamp: config.status dh_testdir # Add here commands to compile the package. $(MAKE) touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. -$(MAKE) distclean 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 dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/eolfix. $(MAKE) install prefix=$(CURDIR)/debian/eolfix # 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_installexamples # dh_install # dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_installinit # dh_installcron # dh_installinfo 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: build clean binary-indep binary-arch binary install --- NEW FILE: docs --- AUTHORS ChangeLog NEWS README TODO THANKS --- NEW FILE: compat --- 4 4 --- NEW FILE: watch --- # Example watch control file for uscan # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # Site Directory Pattern Version Script version=2 sourceforge.net /project/showfiles.php?group_id=146787 eolfix-(.*)\.tar\.gz debian uupdate --- NEW FILE: email.substvars --- shlibs:Depends=libc6 (>= 2.2.4-4) --- NEW FILE: control --- Source: eolfix Section: text Priority: optional Maintainer: Ross Smith (ro...@us...) Build-Depends: debhelper (>> 4.0.0) Standards-Version: 3.5.8 Package: eolfix Architecture: any Description: Command line utility to report, and optionally convert, the line endings of text files between MS-DOS, Unix and Macintosh formats. It detects and ignores binary files unless instructed to include them. It does not modify files if the file is already in the requested format. It properly handles "mixed" format files (files having more than one type of line ending format). --- NEW FILE: README.Debian --- eolfix for Debian ---------------- |