Here is the diff for my changes to fix the bug about the C++ and KDE
transitions.
diff -urN origlibdc0-0.3.7/debian/changelog libdc0-0.3.7/debian/changelog
--- origlibdc0-0.3.7/debian/changelog 2005-09-10 12:35:00.901286328 +0300
+++ libdc0-0.3.7/debian/changelog 2005-09-10 13:51:32.944189696 +0300
@@ -1,3 +1,10 @@
+libdc0 (0.3.7-2.1) unstable; urgency=low
+
+ * Non-maintainer upload
+ * Transitioned for both new C++ ABI and new KDE (Closes: #326489)
+
+ -- Arto Jantunen <[EMAIL PROTECTED]> Sat, 10 Sep 2005 12:22:53 +0300
+
libdc0 (0.3.7-2) unstable; urgency=low
* Removed conflict dcgui-qt < 0.3.3 (Closes: #296130)
diff -urN origlibdc0-0.3.7/debian/control libdc0-0.3.7/debian/control
--- origlibdc0-0.3.7/debian/control 2005-09-10 12:35:00.903286024 +0300
+++ libdc0-0.3.7/debian/control 2005-09-10 12:18:09.515040000 +0300
@@ -5,10 +5,12 @@
Build-Depends: debhelper (>>4.1.0), cdbs, libbz2-dev, libxml2-dev, libssl-dev
Standards-Version: 3.6.1
-Package: libdc0
+Package: libdc0c2
Section: libs
Architecture: any
Depends: ${shlibs:Depends} ${misc:Depends}
+Conflicts: libdc0
+Replaces: libdc0
Description: Runtime libraries for Valknut
A graphical client for popular peer to peer network called Direct
Connect.
@@ -20,7 +22,7 @@
Package: libdc0-dev
Section: libdevel
Architecture: any
-Depends: libdc0 (= ${Source-Version})
+Depends: libdc0c2 (= ${Source-Version})
Description: Development libraries for Valknut
A graphical client for popular peer to peer network called Direct
Connect.
diff -urN origlibdc0-0.3.7/debian/libdc0c2.dirs libdc0-0.3.7/debian/libdc0c2.dirs
--- origlibdc0-0.3.7/debian/libdc0c2.dirs 1970-01-01 02:00:00.000000000 +0200
+++ libdc0-0.3.7/debian/libdc0c2.dirs 2005-09-10 12:05:52.277117000 +0300
@@ -0,0 +1 @@
+usr/lib
diff -urN origlibdc0-0.3.7/debian/libdc0c2.files libdc0-0.3.7/debian/libdc0c2.files
--- origlibdc0-0.3.7/debian/libdc0c2.files 1970-01-01 02:00:00.000000000 +0200
+++ libdc0-0.3.7/debian/libdc0c2.files 2005-09-10 12:05:52.280117000 +0300
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff -urN origlibdc0-0.3.7/debian/libdc0-dev.links libdc0-0.3.7/debian/libdc0-dev.links
--- origlibdc0-0.3.7/debian/libdc0-dev.links 2005-09-10 12:35:00.900286480 +0300
+++ libdc0-0.3.7/debian/libdc0-dev.links 2005-09-10 12:31:43.625276000 +0300
@@ -1 +1 @@
-usr/share/doc/libdc0 usr/share/doc/libdc0-dev
+usr/share/doc/libdc0c2 usr/share/doc/libdc0-dev
diff -urN origlibdc0-0.3.7/debian/libdc0.dirs libdc0-0.3.7/debian/libdc0.dirs
--- origlibdc0-0.3.7/debian/libdc0.dirs 2005-09-10 12:35:00.902286176 +0300
+++ libdc0-0.3.7/debian/libdc0.dirs 1970-01-01 02:00:00.000000000 +0200
@@ -1 +0,0 @@
-usr/lib
diff -urN origlibdc0-0.3.7/debian/libdc0.files libdc0-0.3.7/debian/libdc0.files
--- origlibdc0-0.3.7/debian/libdc0.files 2005-09-10 12:35:00.905285720 +0300
+++ libdc0-0.3.7/debian/libdc0.files 1970-01-01 02:00:00.000000000 +0200
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff -urN origlibdc0-0.3.7/debian/rules libdc0-0.3.7/debian/rules
--- origlibdc0-0.3.7/debian/rules 2005-09-10 12:35:00.904285872 +0300
+++ libdc0-0.3.7/debian/rules 2005-09-10 12:17:14.356425000 +0300
@@ -92,7 +92,7 @@
dh_movefiles
# dh_installdebconf
- dh_installdocs -plibdc0
+ dh_installdocs -plibdc0c2
# dh_installexamples
# dh_installmenu
# dh_installlogrotate
@@ -104,12 +104,12 @@
# dh_installman
# dh_installinfo
# dh_undocumented
- dh_installchangelogs -plibdc0 ChangeLog
+ dh_installchangelogs -plibdc0c2 ChangeLog
dh_link
dh_strip
dh_compress
dh_fixperms
- dh_makeshlibs -V "libdc0 (>=0.3.7-0), libdc0 (<<0.3.7-99)"
+ dh_makeshlibs -V "libdc0c2 (>=0.3.7-0), libdc0c2 (<<0.3.7-99)"
dh_installdeb
# dh_perl
dh_shlibdeps
--
Arto Jantunen