[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#401263: Problem is not solved (attachment)



Woops ! Forgot the attachment of the diff between /var/lib/dpkg before
and after manually installing a deb.

--
Gordon Farquharson
diff -Naur apt-files-broken/var/lib/dpkg/available apt-files-fixed/var/lib/dpkg/available
--- apt-files-broken/var/lib/dpkg/available	2006-12-01 17:17:15.000000000 -0700
+++ apt-files-fixed/var/lib/dpkg/available	2006-12-03 14:49:14.000000000 -0700
@@ -118,6 +118,25 @@
  savelog sensible-browser sensible-editor sensible-pager tempfile
  which.
 
+Package: gdb
+Priority: standard
+Section: devel
+Installed-Size: 5288
+Maintainer: Daniel Jacobowitz <dan@debian.org>
+Architecture: arm
+Version: 6.5.dfsg-2
+Replaces: gdb-arm, insight (<< 6.1+cvs.2004.04.07-1)
+Depends: libc6 (>= 2.3.5-1), libncurses5 (>= 5.4-5), libreadline5 (>= 5.2)
+Suggests: gdb-doc
+Conflicts: gdb-arm
+Size: 2541184
+Description: The GNU Debugger
+ GDB is a source-level debugger, capable of breaking programs at
+ any specific line, displaying variable values, and determining
+ where errors occurred. Currently, it works for C, C++, Fortran,
+ Modula 2 and Java programs. A must-have for any serious
+ programmer.
+
 Package: makedev
 Priority: required
 Section: admin
diff -Naur apt-files-broken/var/lib/dpkg/info/gdb.list apt-files-fixed/var/lib/dpkg/info/gdb.list
--- apt-files-broken/var/lib/dpkg/info/gdb.list	1969-12-31 17:00:00.000000000 -0700
+++ apt-files-fixed/var/lib/dpkg/info/gdb.list	2006-12-03 14:49:12.000000000 -0700
@@ -0,0 +1,29 @@
+/.
+/usr
+/usr/share
+/usr/share/man
+/usr/share/man/man1
+/usr/share/man/man1/gdb.1.gz
+/usr/share/man/man1/gdbserver.1.gz
+/usr/share/man/man1/gdbtui.1.gz
+/usr/share/man/man1/arm-linux-gnu-run.1.gz
+/usr/share/doc
+/usr/share/doc/gdb
+/usr/share/doc/gdb/NEWS.gz
+/usr/share/doc/gdb/refcard.dvi.gz
+/usr/share/doc/gdb/refcard.ps.gz
+/usr/share/doc/gdb/changelog.gz
+/usr/share/doc/gdb/README.Debian
+/usr/share/doc/gdb/copyright
+/usr/share/doc/gdb/README.gz
+/usr/share/doc/gdb/refcard.tex.gz
+/usr/share/doc/gdb/changelog.Debian.gz
+/usr/share/menu
+/usr/share/menu/gdb
+/usr/lib
+/usr/bin
+/usr/bin/gdbtui
+/usr/bin/gdb
+/usr/bin/gdbserver
+/usr/bin/arm-linux-gnu-run
+/usr/bin/gcore
diff -Naur apt-files-broken/var/lib/dpkg/info/gdb.md5sums apt-files-fixed/var/lib/dpkg/info/gdb.md5sums
--- apt-files-broken/var/lib/dpkg/info/gdb.md5sums	1969-12-31 17:00:00.000000000 -0700
+++ apt-files-fixed/var/lib/dpkg/info/gdb.md5sums	2006-11-18 18:06:42.000000000 -0700
@@ -0,0 +1,19 @@
+a920fd7d3d84bba50532dfac914301b3  usr/share/man/man1/gdb.1.gz
+9ff3af27c9ff7357fdeb1341f233c857  usr/share/man/man1/gdbserver.1.gz
+1f58e9e82dc4f8426bde46bb3ab0d4d3  usr/share/man/man1/gdbtui.1.gz
+565cc55b9d17440935371ebec09503fc  usr/share/man/man1/arm-linux-gnu-run.1.gz
+6f9faf5eae1877d53775f656cc1dc6c0  usr/share/doc/gdb/NEWS.gz
+e5f0fe33e9b537bbf7e0134233295002  usr/share/doc/gdb/refcard.dvi.gz
+d23b474ee994ef78c5b697e441fca7c6  usr/share/doc/gdb/refcard.ps.gz
+da5307182f93d2bb67e43a0dd7f59806  usr/share/doc/gdb/changelog.gz
+448047b6c71a7e443b65eb82d5ec294c  usr/share/doc/gdb/README.Debian
+e16da30b34b027a7ea7a25bc73c94468  usr/share/doc/gdb/copyright
+6d6ad9df191da93d062d930465590b5f  usr/share/doc/gdb/README.gz
+46815d9354edce7295f7b821403fdede  usr/share/doc/gdb/refcard.tex.gz
+e5d8c1752e0583dcdbda84df401a8b04  usr/share/doc/gdb/changelog.Debian.gz
+7cc8b373541b9e5c805b70a3801b347a  usr/share/menu/gdb
+9bb70b752964dedd2d6318e13fe8ebc4  usr/bin/gdbtui
+a7a9b090817dbf73a2b5d48969a02c09  usr/bin/gdb
+6bea7049da692672d71c5cafd491f67e  usr/bin/gdbserver
+d900c3fa6c42680bdc9e3df9cebf5396  usr/bin/arm-linux-gnu-run
+c140eead79acd9be0788491373b6fb32  usr/bin/gcore
diff -Naur apt-files-broken/var/lib/dpkg/info/gdb.postinst apt-files-fixed/var/lib/dpkg/info/gdb.postinst
--- apt-files-broken/var/lib/dpkg/info/gdb.postinst	1969-12-31 17:00:00.000000000 -0700
+++ apt-files-fixed/var/lib/dpkg/info/gdb.postinst	2006-11-18 18:06:02.000000000 -0700
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+# Automatically added by dh_installmenu
+if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
+	update-menus
+fi
+# End automatically added section
diff -Naur apt-files-broken/var/lib/dpkg/info/gdb.postrm apt-files-fixed/var/lib/dpkg/info/gdb.postrm
--- apt-files-broken/var/lib/dpkg/info/gdb.postrm	1969-12-31 17:00:00.000000000 -0700
+++ apt-files-fixed/var/lib/dpkg/info/gdb.postrm	2006-11-18 18:06:03.000000000 -0700
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+# Automatically added by dh_installmenu
+if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
+# End automatically added section
diff -Naur apt-files-broken/var/lib/dpkg/status apt-files-fixed/var/lib/dpkg/status
--- apt-files-broken/var/lib/dpkg/status	2006-12-01 17:17:14.000000000 -0700
+++ apt-files-fixed/var/lib/dpkg/status	2006-12-03 14:49:14.000000000 -0700
@@ -122,6 +122,25 @@
  savelog sensible-browser sensible-editor sensible-pager tempfile
  which.
 
+Package: gdb
+Status: install ok installed
+Priority: standard
+Section: devel
+Installed-Size: 5288
+Maintainer: Daniel Jacobowitz <dan@debian.org>
+Architecture: arm
+Version: 6.5.dfsg-2
+Replaces: gdb-arm, insight (<< 6.1+cvs.2004.04.07-1)
+Depends: libc6 (>= 2.3.5-1), libncurses5 (>= 5.4-5), libreadline5 (>= 5.2)
+Suggests: gdb-doc
+Conflicts: gdb-arm
+Description: The GNU Debugger
+ GDB is a source-level debugger, capable of breaking programs at
+ any specific line, displaying variable values, and determining
+ where errors occurred. Currently, it works for C, C++, Fortran,
+ Modula 2 and Java programs. A must-have for any serious
+ programmer.
+
 Package: makedev
 Status: install ok installed
 Priority: required
diff -Naur apt-files-broken/var/lib/dpkg/status-old apt-files-fixed/var/lib/dpkg/status-old
--- apt-files-broken/var/lib/dpkg/status-old	2006-12-01 17:17:06.000000000 -0700
+++ apt-files-fixed/var/lib/dpkg/status-old	2006-12-01 17:17:14.000000000 -0700
@@ -1024,7 +1024,7 @@
  current directory and cannot execute shell commands.
 
 Package: tasksel
-Status: install ok unpacked
+Status: install ok installed
 Priority: important
 Section: admin
 Installed-Size: 708
@@ -2088,7 +2088,7 @@
   Homepage: http://www.bzip.org/
 
 Package: sysklogd
-Status: install ok unpacked
+Status: install ok installed
 Priority: important
 Section: admin
 Installed-Size: 212
@@ -2100,11 +2100,11 @@
 Depends: libc6 (>= 2.3.5-1), klogd | linux-kernel-log-daemon
 Conflicts: syslogd
 Conffiles:
- /etc/default/syslogd newconffile
- /etc/syslog.conf newconffile
- /etc/init.d/sysklogd newconffile
- /etc/cron.daily/sysklogd newconffile
- /etc/cron.weekly/sysklogd newconffile
+ /etc/default/syslogd 723ca7411cc4fb42e9808b9dea96fa94
+ /etc/syslog.conf 3882195aa34cd97b8a57120bc8b47f3b
+ /etc/init.d/sysklogd 16b273f31066826a12288300d01bf612
+ /etc/cron.daily/sysklogd 8833b454483b226af0e05ad7b0f5c81e
+ /etc/cron.weekly/sysklogd 1ab715bb418b05c9dfceca01e695d146
 Description: System Logging Daemon
  This package implements the system log daemon, which is an enhanced
  version of the standard Berkeley utility program. It is responsible

Reply to: