ufsutils (7.2-3) unstable; urgency=low * Drop patches/04_sysctlnametomib.patch and replace it by a build-depends on libc0.1-dev (>= 2.10.1). * Add a README.source file. * Bump Standard-Versions to 3.8.3. -- Aurelien Jarno Sat, 24 Oct 2009 18:27:16 +0200 ufsutils (7.2-2) unstable; urgency=low * Remove the warning in the package's description about the fact it is an experimental package. * Remove the libufs2 library and link statically instead. It is small, not really usable, and anyway comes without -dev package. * Add patches/04_sysctlnametomib.patch to avoid linking with libfreebsd. * Bump Standard-Versions to 3.8.2 (no changes). * Add a ufsutils-udeb. -- Aurelien Jarno Thu, 30 Jul 2009 15:28:23 +0200 ufsutils (7.2-1) unstable; urgency=low [ Guillem Jover ] * Use $(filter ...) instead of $(findstring ...) to extract space separated options from DEB_BUILD_OPTIONS in debian/rules. * Remove commented out lines in debian/rules. * Do not set unused INSTALL_PROGRAM. * Line wrap Build-Depends fields for lines longer than 80 chars. * Use asterisks for bulleted lists in package description. * Remove DPATCHLEVEL variable from patches. * Switch to debhelper compatibility level 7. * Use dh_prep instead of "dh_clean -k". * Do not use stamp files for build. * Include quilt.make snippet instead of using ad-hoc code. * Remove unused ufsutils variable and rename libufs to lib in debian/rules. [ Petr Salinger ] * New upstream version (RELENG_7_2_0_RELEASE) * Allow mkfs.ufs not only on character devices (GNU/kFreeBSD), but also on block devices (Linux) and plain files (i.e. loopback). (Closes: #526586) [ Aurelien Jarno ] * Bump Standard-Versions to 3.8.1 (no changes). -- Aurelien Jarno Thu, 21 May 2009 20:25:46 +0200 ufsutils (7.1-2) unstable; urgency=low [ Petr Salinger ] * New upstream version (RELENG_7_1_0_RELEASE) -- Aurelien Jarno Sun, 11 Jan 2009 12:01:23 +0100 ufsutils (7.0-2) unstable; urgency=low * debian/patches/01_libufs.patch Link libufs with libbsd. * debian/patches/*: Use LDADD += instead of LDADD =. -- Aurelien Jarno Wed, 06 Aug 2008 17:21:09 +0200 ufsutils (7.0-1) unstable; urgency=low [Petr Salinger] * Add build-dependency on quilt, and use quilt in debian/rules * Based on upstream version 7.0 * Include all needed sources in debian/upstream.sh * Make it build much cleanly on kfreebsd - ino_t is int32 on kfreebsd-any !!! * Fix segfault of fsck.ufs on non kfreebsd. (Closes: #335482) [ Guillem Jover ] * Fix Subversion repository address. * Added PHONY targets: - debian/patch.mk * Use root gid as a fallback for operator on mkfs.ufs. (Closes: #293411) * Updated upstream tarball creator (debian/upstream.sh). * Upgraded to debhelper compatibility level 5. * Reindent debian/copyright. * Make debian/patch.mk privide an unpatch target. Switch patch to single colon target. [ Aurelien Jarno ] * Switch maintainer to GNU/kFreeBSD Maintainers, add myself to uploaders. * Bump Standard-Versions to 3.8.0 (no changes). * Fix debian/copyright. * Don't ignore make clean errors. * Remove .pc/ on clean. * Set the priority to required on GNU/kFreeBSD, optional on other systems. * add Vcs-* fields into debian/control. -- Aurelien Jarno Tue, 05 Aug 2008 14:48:49 +0200 ufsutils (0.0+2004.06.26-4) experimental; urgency=low * Fix integer overflow on get_block_device_size on GNU/Linux. - debian/patches/00_libport.patch -- Guillem Jover Sun, 4 Jul 2004 12:25:17 +0200 ufsutils (0.0+2004.06.26-3) experimental; urgency=low * Fix get_block_device_size for real on kFreeBSD, it was returning the whole disk size. And add to it Hurd support. - debian/patches/00_libport.patch * Build with LFS support. - debian/patches/99_makefiles.patch -- Guillem Jover Wed, 30 Jun 2004 16:02:34 +0200 ufsutils (0.0+2004.06.26-2) experimental; urgency=low * Create a portable get_block_device_size to fix mkfs.ufs on all versions of kFreeBSD. - debian/patches/00_port.patch - debian/patches/99_makefiles.patch * Splitted and merged patches, more fine grained: - debian/patches/00_port.patch: Renamed to ... - debian/patches/00_libport.patch: ... this. Moved subdirectory specific patches into their own patch. - debian/patches/99_makefiles.patch: Likewise. - debian/patches/01_libufs.patch: New file. Merge from the two previous patches specific parts. - debian/patches/02_badsect.ufs.patch: Likewise. - debian/patches/02_bsdlabel.ufs.patch: Likewise. - debian/patches/02_dumpfs.ufs.patch: Likewise. - debian/patches/02_dump.ufs.patch: Likewise. - debian/patches/02_ffsinfo.patch: Likewise. - debian/patches/02_fsck.ufs.patch: Likewise. - debian/patches/02_fsdb.ufs.patch: Likewise. - debian/patches/02_growfs.ufs.patch: Likewise. - debian/patches/02_mkfs.ufs.patch: Likewise. - debian/patches/02_tunefs.ufs.patch: Likewise. -- Guillem Jover Tue, 29 Jun 2004 23:23:53 +0200 ufsutils (0.0+2004.06.26-1) experimental; urgency=low * New Upstream Snapshot. * Fix mkfs.ufs not working on block devices, due to being unable to get the device size. (Closes: #256716) - debian/patches/00_port.patch * Added the location of the Subversion repo used for the packages. * Sync patches: - debian/patches/00_port.patch * Enable ffsinfo: - debian/patches/99_makefiles.patch -- Guillem Jover Tue, 29 Jun 2004 03:27:00 +0200 ufsutils (0.0+2004.05.24-1) experimental; urgency=low * New Upstream Snapshot. - Some files switched from BSD four clause license to the three one. - Include upstream files into libport, will be easier to track. * Updated upstream tarball creator (debian/upstream.sh), so it now uses ssh and an european mirror. * Refer to debian/upstream.sh from debian/copyright. * Use new make target "patch": - debian/patch.mk - debian/rules * Move libufs2 to Section libs. * Removed debian/docs file. * Splitted patches: - debian/patches/00_port.patch - debian/patches/01_libdisklabel.patch - debian/patches/99_makefiles.patch -- Guillem Jover Fri, 21 May 2004 06:29:05 +0200 ufsutils (0.0+2004.05.13-1) experimental; urgency=low * Initial Release. (Closes: #240587) * Added fsck.ufs -a support. Thanks to Robert Millan . -- Guillem Jover Sun, 16 May 2004 23:37:00 +0200