If you would be willing to provide some advice, I'll get right on it.

Easier (and safer) would be to only fix "conflict with each other" instead of whole svn.

1) get previous source package

wget 
http://ftp.gnuab.org/debian/pool-kfreebsd-amd64/main/f/freebsd-utils/freebsd-utils_6.0-2.really.5.4.orig.tar.gz
wget 
http://ftp.gnuab.org/debian/pool-kfreebsd-i386/main/f/freebsd-utils/freebsd-utils_6.0-2.really.5.4-0.6.diff.gz
wget 
http://ftp.gnuab.org/debian/pool-kfreebsd-i386/main/f/freebsd-utils/freebsd-utils_6.0-2.really.5.4-0.6.dsc
dpkg-source -x freebsd-utils_6.0-2.really.5.4-0.6.dsc

2) prepare new package
cd freebsd-utils-6.0-2.really.5.4
add entry to debian/changelog
fix debian/control - patch is bellow

3) build

try to run "dpkg-buildpackage -b -uc"
install "Unmet build dependencies" via "apt-get install ..."
dpkg-buildpackage -b -uc

Petr


--- debian/control~     2006-06-22 15:45:48.000000000 +0200
+++ debian/control      2006-06-22 15:45:48.000000000 +0200
@@ -16,8 +16,7 @@
 Package: module-init-tools
 Architecture: kfreebsd-i386 kfreebsd-amd64
 Depends: ${shlibs:Depends}, libc0.1 (>= 2.3.6-3+kbsd.r1365)
-Conflicts: kldutils
-Provides: kldutils
+Conflicts: kldutils (<< 6.0-2.really.5.4-0.6)
 Replaces: kldutils, freebsd-utils (<= 5.2.1-16)
 Description: tools for managing kFreeBSD modules
  This package contains a set of programs for loading, inserting, and


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to