faubackup/debian changelog,1.17,1.18 control,1.4,1.5 rules,1.5,1.6
[email protected] Wed, 10 Dec 2003 16:49:52 -0800
| Newsgroups | gmane.comp.sysutils.backup.faubackup.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/faubackup/faubackup/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv11675/debian
Modified Files:
changelog control rules
Log Message:
use CDBS
Index: changelog
===================================================================
RCS file: /cvsroot/faubackup/faubackup/debian/changelog,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** changelog 10 Dec 2003 21:32:45 -0000 1.17
--- changelog 11 Dec 2003 00:49:49 -0000 1.18
***************
*** 2,7 ****
* Switch build system to automake
! -- Martin Waitz <[email protected]> Wed, 10 Dec 2003 22:29:51 +0100
faubackup (0.5.5) unstable; urgency=low
--- 2,8 ----
* Switch build system to automake
+ * Use CDBS for packaging
! -- Martin Waitz <[email protected]> Thu, 11 Dec 2003 01:48:36 +0100
faubackup (0.5.5) unstable; urgency=low
Index: control
===================================================================
RCS file: /cvsroot/faubackup/faubackup/debian/control,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** control 3 Sep 2003 20:04:06 -0000 1.4
--- control 11 Dec 2003 00:49:49 -0000 1.5
***************
*** 3,7 ****
Priority: optional
Maintainer: Martin Waitz <[email protected]>
! Build-Depends: debhelper (>= 3)
Standards-Version: 3.6.1.0
--- 3,7 ----
Priority: optional
Maintainer: Martin Waitz <[email protected]>
! Build-Depends: debhelper (>= 4), cdbs
Standards-Version: 3.6.1.0
Index: rules
===================================================================
RCS file: /cvsroot/faubackup/faubackup/debian/rules,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** rules 15 Oct 2003 20:21:15 -0000 1.5
--- rules 11 Dec 2003 00:49:49 -0000 1.6
***************
*** 1,79 ****
#!/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
!
! # This is the debhelper compatability version to use.
! export DH_COMPAT=3
! export DH_OPTIONS
!
! ifeq "$(findstring debug,$(DEB_BUILD_OPTIONS))" ""
! export CFLAGS += -O2
! else
! export CFLAGS = -g
! endif
!
!
! build: ,build-stamp
! ,build-stamp:
! dh_testdir
!
! #
! # Building
! #
! $(MAKE) CC=gcc LD=gcc
!
! touch ,build-stamp
!
! clean:
! dh_testdir
! dh_testroot
! rm -f ,build-stamp
!
! -$(MAKE) clean
!
! dh_clean
!
! install: build
! #
! # Installing
! #
! dh_testdir
! dh_testroot
! dh_clean -k
!
! $(MAKE) install prefix=/usr DESTDIR=`pwd`/debian/faubackup
!
!
! # Build architecture-independent files here.
! binary-indep: DH_OPTIONS=-i
! binary-indep: build install
! # nothing to do
!
! # Build architecture-dependent files here.
! binary-arch: DH_OPTIONS=-a
! binary-arch: build install
! #
! # Packaging
! #
! dh_testdir
! dh_testroot
!
! dh_installdirs
! dh_installdocs
! dh_installcron
! dh_installchangelogs
!
! dh_strip
! dh_compress
! dh_fixperms
! dh_installdeb
! dh_shlibdeps
! dh_gencontrol
! dh_md5sums
! dh_builddeb
!
! binary: install binary-indep binary-arch
! .PHONY: build clean binary-indep binary-arch binary install configure
--- 1,3 ----
#!/usr/bin/make -f
! include /usr/share/cdbs/1/rules/debhelper.mk
! include /usr/share/cdbs/1/class/autotools.mk
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/