View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily-proposed/dump 1 Development 2015-05-24 19:35:25 UTC
14. * new maintainer (closes: #722731) * ...

Author: az
Revision Date: 2015-05-04 22:00:02 UTC

* new maintainer (closes: #722731)
* removed remaining bashisms in example script (closes: #772259)
* applied patch for lockup on sparcs (closes: #623422)

lp:ubuntu/wily/dump 1 Development 2015-05-05 19:31:51 UTC
14. * new maintainer (closes: #722731) * ...

Author: az
Revision Date: 2015-05-04 22:00:02 UTC

* new maintainer (closes: #722731)
* removed remaining bashisms in example script (closes: #772259)
* applied patch for lockup on sparcs (closes: #623422)

lp:ubuntu/vivid/dump 2 Mature 2014-10-26 10:13:43 UTC
13. Patch from Ben Harris to skip directo...

Author: Matthew Vernon
Revision Date: 2014-09-29 11:36:37 UTC

Patch from Ben Harris to skip directories already scheduled for
deletion in findunreflinks() (Closes: #714234)

lp:ubuntu/utopic-proposed/dump 2 Mature 2014-10-03 12:53:24 UTC
13. Patch from Ben Harris to skip directo...

Author: Matthew Vernon
Revision Date: 2014-09-29 11:36:37 UTC

Patch from Ben Harris to skip directories already scheduled for
deletion in findunreflinks() (Closes: #714234)

lp:ubuntu/utopic/dump 1 Development 2014-09-29 11:36:37 UTC
14. Patch from Ben Harris to skip directo...

Author: Matthew Vernon
Revision Date: 2014-09-29 11:36:37 UTC

Patch from Ben Harris to skip directories already scheduled for
deletion in findunreflinks() (Closes: #714234)

lp:ubuntu/trusty/dump 1 Development 2013-10-21 12:42:59 UTC
13. * QA upload. * debian/postinst: drop ...

Author: Mattia Rizzolo
Revision Date: 2013-09-19 15:51:33 UTC

* QA upload.
* debian/postinst: drop --verbose flag from update-alternatives invocation.
* debian/*rm: add set -e to fix lintian warning.
* debian/control:
  + add Homepage field.
  + Update VCS fields to canonical values.
  + Bump Standards-Version to 3.9.4. No changes required.
* Update to debhelper 9:
  + debian/rules: update accordingly.
  + debian/compat: bump compatibility level to 9.
  + debian/control: bump debhelper versioned build-dep to >= 9.
  + debian/docs: include docs previously manually installed.
  + debian/examples: include previously-included examples.
* debian/copyright: update to DEP-5.

lp:ubuntu/saucy-proposed/dump 1 Development 2013-09-22 05:25:50 UTC
13. * QA upload. * debian/postinst: drop ...

Author: Mattia Rizzolo
Revision Date: 2013-09-19 15:51:33 UTC

* QA upload.
* debian/postinst: drop --verbose flag from update-alternatives invocation.
* debian/*rm: add set -e to fix lintian warning.
* debian/control:
  + add Homepage field.
  + Update VCS fields to canonical values.
  + Bump Standards-Version to 3.9.4. No changes required.
* Update to debhelper 9:
  + debian/rules: update accordingly.
  + debian/compat: bump compatibility level to 9.
  + debian/control: bump debhelper versioned build-dep to >= 9.
  + debian/docs: include docs previously manually installed.
  + debian/examples: include previously-included examples.
* debian/copyright: update to DEP-5.

lp:ubuntu/saucy/dump 2 Mature 2013-09-19 15:51:33 UTC
13. * QA upload. * debian/postinst: drop ...

Author: Mattia Rizzolo
Revision Date: 2013-09-19 15:51:33 UTC

* QA upload.
* debian/postinst: drop --verbose flag from update-alternatives invocation.
* debian/*rm: add set -e to fix lintian warning.
* debian/control:
  + add Homepage field.
  + Update VCS fields to canonical values.
  + Bump Standards-Version to 3.9.4. No changes required.
* Update to debhelper 9:
  + debian/rules: update accordingly.
  + debian/compat: bump compatibility level to 9.
  + debian/control: bump debhelper versioned build-dep to >= 9.
  + debian/docs: include docs previously manually installed.
  + debian/examples: include previously-included examples.
* debian/copyright: update to DEP-5.

lp:~psusi/ubuntu/raring/dump/fixit 1 Development 2013-02-06 21:48:24 UTC
14. Remove dirfile

Author: Phillip Susi
Revision Date: 2013-02-06 21:48:24 UTC

Remove dirfile

lp:ubuntu/raring/dump 2 Mature 2012-10-19 17:14:11 UTC
12. * Merge from debian unstable. Remain...

Author: Angel Abad
Revision Date: 2011-06-21 14:08:20 UTC

* Merge from debian unstable. Remaining changes:
  - Drop --verbose from update-alternatives invocation in postinst to avoid
    segfault during package configure on armel.

lp:ubuntu/quantal/dump 2 Mature 2012-04-26 17:24:23 UTC
12. * Merge from debian unstable. Remain...

Author: Angel Abad
Revision Date: 2011-06-21 14:08:20 UTC

* Merge from debian unstable. Remaining changes:
  - Drop --verbose from update-alternatives invocation in postinst to avoid
    segfault during package configure on armel.

lp:ubuntu/precise/dump 2 Mature 2011-10-13 19:00:46 UTC
12. * Merge from debian unstable. Remain...

Author: Angel Abad
Revision Date: 2011-06-21 14:08:20 UTC

* Merge from debian unstable. Remaining changes:
  - Drop --verbose from update-alternatives invocation in postinst to avoid
    segfault during package configure on armel.

lp:ubuntu/oneiric/dump 2 Mature 2011-06-21 14:08:20 UTC
12. * Merge from debian unstable. Remain...

Author: Angel Abad
Revision Date: 2011-06-21 14:08:20 UTC

* Merge from debian unstable. Remaining changes:
  - Drop --verbose from update-alternatives invocation in postinst to avoid
    segfault during package configure on armel.

lp:~psusi/ubuntu/natty/dump/faster-dump 1 Development 2011-06-01 16:44:33 UTC
8. Simple speed ups A few simple change...

Author: Phillip Susi
Revision Date: 2010-04-28 00:38:42 UTC

Simple speed ups

A few simple changes to make dump faster:

1) Have dumpblock() try to combine with the last block
for larger reads

2) Have doslave() read the special blocks from the socket
first, then go back and get the data blocks from the disk.

3) Use pread() instead of bread() which internally called
ext2fs_llseek() and then read(). This also means it is no
longer neccesary to reopen the device fd or close and reopen
the ext2fs handle when the slave is started.

lp:ubuntu/natty/dump bug 2 Mature 2011-04-15 20:12:22 UTC
11. Drop --verbose from update-alternativ...

Author: Scott Kitterman
Revision Date: 2011-04-15 15:23:47 UTC

Drop --verbose from update-alternatives invocation in postinst to avoid
segfault during package configure on armel (LP: #762082)

lp:ubuntu/lucid-updates/dump 2 Mature 2010-09-20 14:17:53 UTC
8. SECURITY UPDATE: no change rebuild to...

Author: Jamie Strandboge
Revision Date: 2010-09-15 15:50:18 UTC

SECURITY UPDATE: no change rebuild to use the new statically linked libbz2
which fixed CVE-2010-0405

lp:ubuntu/karmic-updates/dump 2 Mature 2010-09-20 14:17:32 UTC
8. SECURITY UPDATE: no change rebuild to...

Author: Jamie Strandboge
Revision Date: 2010-09-15 15:49:16 UTC

SECURITY UPDATE: no change rebuild to use the new statically linked libbz2
which fixed CVE-2010-0405

lp:ubuntu/jaunty-updates/dump 2 Mature 2010-09-20 14:17:08 UTC
7. SECURITY UPDATE: no change rebuild to...

Author: Jamie Strandboge
Revision Date: 2010-09-15 15:48:42 UTC

SECURITY UPDATE: no change rebuild to use the new statically linked libbz2
which fixed CVE-2010-0405

lp:ubuntu/hardy-updates/dump 2 Mature 2010-09-20 14:16:48 UTC
6. SECURITY UPDATE: no change rebuild to...

Author: Jamie Strandboge
Revision Date: 2010-09-15 15:47:14 UTC

SECURITY UPDATE: no change rebuild to use the new statically linked libbz2
which fixed CVE-2010-0405

lp:ubuntu/dapper-updates/dump 2 Mature 2010-09-20 14:05:50 UTC
8. SECURITY UPDATE: no change rebuild to...

Author: Jamie Strandboge
Revision Date: 2010-09-15 15:46:13 UTC

SECURITY UPDATE: no change rebuild to use the new statically linked libbz2
which fixed CVE-2010-0405

lp:ubuntu/lucid-security/dump 2 Mature 2010-09-20 13:36:35 UTC
8. SECURITY UPDATE: no change rebuild to...

Author: Jamie Strandboge
Revision Date: 2010-09-15 15:50:18 UTC

SECURITY UPDATE: no change rebuild to use the new statically linked libbz2
which fixed CVE-2010-0405

lp:ubuntu/karmic-security/dump 2 Mature 2010-09-20 13:36:17 UTC
8. SECURITY UPDATE: no change rebuild to...

Author: Jamie Strandboge
Revision Date: 2010-09-15 15:49:16 UTC

SECURITY UPDATE: no change rebuild to use the new statically linked libbz2
which fixed CVE-2010-0405

lp:ubuntu/jaunty-security/dump 2 Mature 2010-09-20 13:35:50 UTC
7. SECURITY UPDATE: no change rebuild to...

Author: Jamie Strandboge
Revision Date: 2010-09-15 15:48:42 UTC

SECURITY UPDATE: no change rebuild to use the new statically linked libbz2
which fixed CVE-2010-0405

lp:ubuntu/hardy-security/dump 2 Mature 2010-09-20 13:35:24 UTC
6. SECURITY UPDATE: no change rebuild to...

Author: Jamie Strandboge
Revision Date: 2010-09-15 15:47:14 UTC

SECURITY UPDATE: no change rebuild to use the new statically linked libbz2
which fixed CVE-2010-0405

lp:ubuntu/dapper-security/dump 2 Mature 2010-09-20 13:35:08 UTC
8. SECURITY UPDATE: no change rebuild to...

Author: Jamie Strandboge
Revision Date: 2010-09-15 15:46:13 UTC

SECURITY UPDATE: no change rebuild to use the new statically linked libbz2
which fixed CVE-2010-0405

lp:ubuntu/maverick/dump 2 Mature 2010-09-15 15:50:52 UTC
10. SECURITY UPDATE: no change rebuild to...

Author: Jamie Strandboge
Revision Date: 2010-09-15 15:50:52 UTC

SECURITY UPDATE: no change rebuild to use the new statically linked libbz2
which fixed CVE-2010-0405

lp:ubuntu/lucid/dump 1 Development 2009-10-30 21:14:02 UTC
7. * new upstream version, closes: #3783...

Author: Bdale Garbee
Revision Date: 2009-06-18 14:02:13 UTC

* new upstream version, closes: #378349, #511651
* add build dependencies on libdevmapper-dev, libselinux1-dev
* add lintian override since we intentionally statically link against zlib
  so that restore can work without /usr being present as per #117496

lp:ubuntu/jaunty/dump 2 Mature 2009-08-21 23:55:06 UTC
6. * increase urgency since this minor f...

Author: Bdale Garbee
Revision Date: 2008-08-29 08:51:32 UTC

* increase urgency since this minor fix would be good for lenny
* fix bashisms in example shell script, closes: #489570

lp:ubuntu/intrepid/dump 2 Mature 2009-08-21 23:54:49 UTC
5. eliminate debian/po in the source tre...

Author: Bdale Garbee
Revision Date: 2007-02-21 17:48:47 UTC

eliminate debian/po in the source tree since it is no longer relevant,
closes: #407218

lp:ubuntu/hardy/dump 2 Mature 2009-08-21 23:54:34 UTC
5. eliminate debian/po in the source tre...

Author: Bdale Garbee
Revision Date: 2007-02-21 17:48:47 UTC

eliminate debian/po in the source tree since it is no longer relevant,
closes: #407218

lp:ubuntu/gutsy/dump 1 Development 2009-08-21 23:54:21 UTC
5. eliminate debian/po in the source tre...

Author: Bdale Garbee
Revision Date: 2007-02-21 17:48:47 UTC

eliminate debian/po in the source tree since it is no longer relevant,
closes: #407218

lp:ubuntu/feisty/dump 1 Development 2009-08-21 23:54:05 UTC
5. * small addition to the man page to h...

Author: Bdale Garbee
Revision Date: 2006-12-08 18:28:06 UTC

* small addition to the man page to help clarify how level numbers should
  be expressed on the dump command line, closes: #378349
* eliminate handling of obsolete /etc/dumpdates with associated use of
  debconf notes, since that change was over 8 years, and no harm will is
  done in any case, closes: #388888
* add autotools-dev support to keep config.sub/config.guess fresh

lp:ubuntu/edgy/dump 1 Development 2009-08-21 23:53:49 UTC
4. accept updated Russian translation, c...

Author: Bdale Garbee
Revision Date: 2006-04-15 01:09:49 UTC

accept updated Russian translation, closes: #360929

lp:ubuntu/dapper/dump 2 Mature 2009-08-21 23:53:33 UTC
7. fix postrm to only remove dumpdates f...

Author: Bdale Garbee
Revision Date: 2006-01-05 20:13:45 UTC

fix postrm to only remove dumpdates file on purge, closes: #346142

lp:ubuntu/breezy/dump 1 Development 2009-08-21 23:53:15 UTC
4. merge updated de.po, closes: #281076

Author: Bdale Garbee
Revision Date: 2005-05-29 16:48:06 UTC

merge updated de.po, closes: #281076

lp:ubuntu/hoary/dump 1 Development 2009-08-21 23:53:00 UTC
3. * new upstream version * add --enable...

Author: Bdale Garbee
Revision Date: 2004-09-07 10:21:35 UTC

* new upstream version
* add --enable-staticz to configure call in rules file, replacing prior hack
* add build deps on libblkid-dev and uuid-dev to avoid using local copy
* updated es.po, closes: #265499

lp:ubuntu/warty/dump 1 Development 2009-08-21 23:52:45 UTC
3. patch to allow compilation on amd64, ...

Author: Bdale Garbee
Revision Date: 2004-05-30 00:04:41 UTC

patch to allow compilation on amd64, closes: #251615

lp:ubuntu/karmic/dump 1 Development 2009-08-21 23:47:24 UTC
7. * new upstream version, closes: #3783...

Author: Bdale Garbee
Revision Date: 2009-06-18 14:02:13 UTC

* new upstream version, closes: #378349, #511651
* add build dependencies on libdevmapper-dev, libselinux1-dev
* add lintian override since we intentionally statically link against zlib
  so that restore can work without /usr being present as per #117496

138 of 38 results