~ubuntu-branches/ubuntu/trusty/burp/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/control.save

  • Committer: Package Import Robot
  • Author(s): Bastiaan Franciscus van den Dikkenberg
  • Date: 2014-03-03 15:54:28 UTC
  • mfrom: (11.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140303155428-x6fsfsl0ckj3p6za
Tags: 1.3.48-2
* Add patch to fix pointer casting in src/msg.c:transfer_gzfile_in
  to fix FTBFS on 64-bit big-endian architectures (Closes: #740505):
  - debian/patches/endian.patch
* Replace debian/patches/disable_tests.patch with debian/patches/fixskiptest,
  so that only test 6 and 7 are skipped when there is no PRNG available.
* Add patch for the test function wait_for_backup_to_finish to check
  for the existance of /var/spool/burp/testclient/lockfile instead
  of the symlinks /var/spool/burp/testclient/{working,finishing}
  (Closes: #740547):
  - debian/patches/wait_for_backup_to_finish.patch
* Now using autoreconf for better portability:
  - Change dh $@ to dh $@ --with autoreconf in debian/rules file.
  - Add dependency on dh-autoreconf in debian/control.
* Change dh_verbose to 1 to solve compiler-flags-hidden warnings in
  debian/rules file.
* Remove obsolete overrides in rules file:
  - override_dh_auto_install
  - override_dh_install
  - override_dh_installdocs
* Using dh_auto_configure instead of just running ./configure with the
  following options in debian/rules:
  - prefix /usr
  - sysconfdir /etc/burp
  - sbindir $${prefix}/sbin
  - mandir $${prefix}/share/man
  - C/CPP/LD flags uses exported build flags
* Add debian/burp.install and debian/burp.dirs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: burp
2
 
Section: utils
3
 
Priority: extra
4
 
Maintainer: Bastiaan Franciscus van den Dikkenberg <bas@dikkenberg.net>
5
 
Build-Depends: debhelper (>= 8), autotools-dev, libncurses5-dev, libssl-dev, zlib1g-dev, librsync-dev, libacl1-dev, libattr1-dev, uthash-dev, openssl
6
 
Standards-Version: 3.9.3
7
 
Homepage: http://burp.grke.net/
8
 
Vcs-Git: git://github.com/grke/burp.git
9
 
#Vcs-Browser: http://git.debian.org/?p=collab-maint/burp.git;a=summary
10
 
 
11
 
Package: burp
12
 
Architecture: amd64, i386, armel, armhf, ia64
13
 
Depends: ${shlibs:Depends}, ${misc:Depends}
14
 
Description: Simple cross-platform network BackUp and Restore Program
15
 
 Burp is a client/server backup system that saves space and network
16
 
 usage by using librsync, and uses the Volume Snapshot Service when
17
 
 backing up Windows clients.
18
 
 
19
 
Package: burp-dbg
20
 
Architecture: any
21
 
Section: debug
22
 
Depends: burp (= ${binary:Version}), ${misc:Depends}
23
 
Description: debugging symbols for Burp
24
 
 Burp is a client/server backup system that saves space and network
25
 
 usage by using librsync, and uses the Volume Snapshot Service when
26
 
 backing up Windows clients.
27
 
 .
28
 
 This package contains debugging symbols for burp.