Processed (with 77 errors): Change of e-mail address
Processing commands for cont...@bugs.debian.org: > submitter 42064 ! Failed to set submitter on 42064: Not altering archived bugs; see unarchive. > submitter 42064 ! Failed to set submitter on 42064: Not altering archived bugs; see unarchive. > submitter 283687 ! Failed to set submitter on 283687: Not altering archived bugs; see unarchive. > submitter 376670 ! Failed to set submitter on 376670: Not altering archived bugs; see unarchive. > submitter 303864 ! Failed to set submitter on 303864: Not altering archived bugs; see unarchive. > submitter 378699 ! Failed to set submitter on 378699: Not altering archived bugs; see unarchive. > submitter 346526 ! Failed to set submitter on 346526: Not altering archived bugs; see unarchive. > submitter 336201 ! Failed to set submitter on 336201: Not altering archived bugs; see unarchive. > submitter 341407 ! Failed to set submitter on 341407: Not altering archived bugs; see unarchive. > submitter 233915 ! Failed to set submitter on 233915: Not altering archived bugs; see unarchive. > submitter 283524 ! Failed to set submitter on 283524: Not altering archived bugs; see unarchive. > submitter 310445 ! Bug #310445 [libc6] please document that static linking is unsupported Changed Bug submitter to 'Laurent Bonnaud ' from 'Laurent Bonnaud ' > submitter 325402 ! Failed to set submitter on 325402: Not altering archived bugs; see unarchive. > submitter 345932 ! Failed to set submitter on 345932: Not altering archived bugs; see unarchive. > submitter 347395 ! Failed to set submitter on 347395: Not altering archived bugs; see unarchive. > submitter 347405 ! Failed to set submitter on 347405: Not altering archived bugs; see unarchive. > submitter 347411 ! Failed to set submitter on 347411: Not altering archived bugs; see unarchive. > submitter 348734 ! Failed to set submitter on 348734: Not altering archived bugs; see unarchive. > submitter 348737 ! Failed to set submitter on 348737: Not altering archived bugs; see unarchive. > submitter 348765 ! Failed to set submitter on 348765: Not altering archived bugs; see unarchive. > submitter 353002 ! Failed to set submitter on 353002: Not altering archived bugs; see unarchive. > submitter 356074 ! Failed to set submitter on 356074: Not altering archived bugs; see unarchive. > submitter 359283 ! Failed to set submitter on 359283: Not altering archived bugs; see unarchive. > submitter 363122 ! Failed to set submitter on 363122: Not altering archived bugs; see unarchive. > submitter 376931 ! Failed to set submitter on 376931: Not altering archived bugs; see unarchive. > submitter 378713 ! Failed to set submitter on 378713: Not altering archived bugs; see unarchive. > submitter 379123 ! Failed to set submitter on 379123: Not altering archived bugs; see unarchive. > submitter 352844 ! Failed to set submitter on 352844: Not altering archived bugs; see unarchive. > submitter 228729 ! Failed to set submitter on 228729: Not altering archived bugs; see unarchive. > submitter 236793 ! Failed to set submitter on 236793: Not altering archived bugs; see unarchive. > submitter 237029 ! Bug #237029 [prelink] gcc-snapshot: cannot prelink several java-related binaries Changed Bug submitter to 'Laurent Bonnaud ' from 'Laurent Bonnaud ' > submitter 237037 ! Failed to set submitter on 237037: Not altering archived bugs; see unarchive. > submitter 266674 ! Failed to set submitter on 266674: Not altering archived bugs; see unarchive. > submitter 266853 ! Failed to set submitter on 266853: Not altering archived bugs; see unarchive. > submitter 266857 ! Failed to set submitter on 266857: Not altering archived bugs; see unarchive. > submitter 266859 ! Failed to set submitter on 266859: Not altering archived bugs; see unarchive. > submitter 266888 ! Failed to set submitter on 266888: Not altering archived bugs; see unarchive. > submitter 283663 ! Failed to set submitter on 283663: Not altering archived bugs; see unarchive. > submitter 287565 ! Failed to set submitter on 287565: Not altering archived bugs; see unarchive. > submitter 287575 ! Bug #287575 [libc-client2002edebian] libc-client2002edebian: /usr/lib/libc-client.so.2002edebian has undefined non-weak symbols Warning: Unknown package 'libc-client2002edebian' Changed Bug submitter to 'Laurent Bonnaud ' from 'Laurent Bonnaud ' Warning: Unknown package 'libc-client2002edebian' > submitter 287579 ! Failed to set submitter on 287579: Not altering archived bugs; see unarchive. > submitter 290564 ! Failed to set submitter on 290564: Not altering archived bugs; see unarchive. > submitter 303222 ! Bug #303222 [ldp-docbook-xsl] ldp-docbook-xsl: error in doc-base file Changed Bug submitter to 'Laurent Bonnaud ' from 'Laurent Bonnaud ' > submitter 308447 ! Failed to set submitter on 308447: Not altering archived bugs; see unarchive. > submitter 308996 ! Failed to set submitter on 308996: Not altering archived bugs; see unarchive. > submitter 324688 ! Failed to set submitt
Will this be the "new" dabian way?
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756479 -- stairweb GmbH Gutenbergstr. 8, 94036 Passau Telefon: +49 (0)851 / 20426650 Telefax: +49 (0)851 / 20426655 e-Mail: i...@stairweb.de Internet: www.stairweb.de Registergericht: Amtsgericht Passau, HRB6044 Geschäftsführer: Markus Eckerl, Karl Preißler, Alexander Lengl -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/53df8a76.2050...@stairweb.de
Bug#714234: (no subject)
severity 714234 grave tags 714234 +upstream patch forwarded 714234 http://sourceforge.net/p/dump/bugs/157/ quit Hi, This bug bit me, and meant that restoring an incremental backup failed :-( My justification of severity is that broken backups result in data loss. Ben Harris has analysed the bug and suggested a patch; you can find them attached to the "forwarded" URL above, but I include them here: "More analysis, building on sangamesh's work above: The bug is that in findunreflinks(), the code for removing unreferenced directories unconditionally calls deleteino() and then adds the node to removelist even though this might already have been done. This causes a panic in deleteino() because e_ino is zero, and causes an infinite loop when anything tries to traverse removelist. The fix will be to skip directories that are already scheduled for deletion. And here's a possible patch to fix the problem. It assumes that if an entry has e_ino == 0, that means it's already been passed to deletino() and added to removelist. I think this is true. It's certainly the case that all additions to removelist have e_ino == 0, so this should stop the hangs and the panics from removino(). At worst, it will leave spurious directories around after a restore." I think a fix to this should be seriously considered for stable. Regards, Matthew Index: restore/restore.c === RCS file: /cvsroot/dump/dump/restore/restore.c,v retrieving revision 1.39 diff -u -r1.39 restore.c --- restore/restore.c 22 Mar 2010 16:08:10 - 1.39 +++ restore/restore.c 1 Aug 2014 14:03:56 - @@ -593,7 +593,7 @@ if (np->e_type == LEAF) { removeleaf(np); freeentry(np); - } else { + } else if (np->e_ino != 0){ np->e_flags |= TMPNAME; deleteino(np->e_ino); np->e_next = removelist;
Processed: your mail
Processing commands for cont...@bugs.debian.org: > severity 714234 grave Bug #714234 [dump] dump: restore #157 dump fails to restore incremental if directory was removed Severity set to 'grave' from 'important' > tags 714234 +upstream patch Bug #714234 [dump] dump: restore #157 dump fails to restore incremental if directory was removed Added tag(s) upstream and patch. > forwarded 714234 http://sourceforge.net/p/dump/bugs/157/ Bug #714234 [dump] dump: restore #157 dump fails to restore incremental if directory was removed Set Bug forwarded-to-address to 'http://sourceforge.net/p/dump/bugs/157/'. > quit Stopping processing here. Please contact me if you need assistance. -- 714234: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714234 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/handler.s.c.140716667527119.transcr...@bugs.debian.org
Bug#757033: python-yahoo: websearch fails with "urlopen error [Errno -2] Name or service not known"
Package: python-yahoo Version: 3.1-3 Severity: grave python-yahoo is no longer usable. The included websearch.py example fails with: Got an error -> Also, both servers (search.yahooapis.com and local.yahooapis.com) that are used to submit search requests cannot be resolved. Cheers -- Sebastian Ramacher signature.asc Description: Digital signature
Bug#756601: marked as done (ulatencyd: test)
Your message dated Mon, 04 Aug 2014 21:15:05 +0100 with message-id <1407183305.17095.0.ca...@jacala.jungle.funky-badger.org> and subject line Re: ulatencyd: test has caused the Debian Bug report #756601, regarding ulatencyd: test to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 756601: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756601 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: ulatencyd Version: 0.5.0-9 Severity: wishlist This is a test -- System Information: Debian Release: jessie/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages ulatencyd depends on: ii dbus 1.8.6-1 ii libc6 2.19-7 ii libdbus-1-31.8.6-1 ii libdbus-glib-1-2 0.102-1 ii libglib2.0-0 2.40.0-3 ii liblua5.1-05.1.5-5 ii libpolkit-gobject-1-0 0.105-6.1 ii libxau61:1.0.8-1 ii libxcb11.10-3 ii lua-posix 31-2 ii lua5.1 [lua] 5.1.5-5 Versions of packages ulatencyd recommends: ii consolekit 0.4.6-4 ulatencyd suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- On Thu, 2014-07-31 at 11:41 +0300, Corcodel Marian wrote: > Package: ulatencyd > Version: 0.5.0-9 > Severity: wishlist > > This is a test Please don't use the BTS as a testbed for your mail system; closing this non-report. Regards, Adam--- End Message ---
Processing of libdca_0.0.5-7_amd64.changes
libdca_0.0.5-7_amd64.changes uploaded successfully to localhost along with the files: libdca-dev_0.0.5-7_amd64.deb libdca-utils_0.0.5-7_amd64.deb libdca0_0.0.5-7_amd64.deb libdts-dev_0.0.5-7_amd64.deb libdca_0.0.5-7.dsc libdca_0.0.5-7.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1xer9i-0001nh...@franck.debian.org
Bug#735221: marked as done (libdca: use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el)
Your message dated Mon, 04 Aug 2014 23:09:50 + with message-id and subject line Bug#735221: fixed in libdca 0.0.5-7 has caused the Debian Bug report #735221, regarding libdca: use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 735221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735221 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: libdca Version: 0.0.5-6 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch Dear Maintainer, For the ppc64el architecture in Ubuntu, since this package uses libtool, a full autoreconf is necessary instead of just config.{sub,guess} updates with autotools-dev. This is because we need new libtool macros for ppc64el. In Ubuntu, the attached patch was applied to achieve the following: * Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: jessie/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty'), (100, 'trusty-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13.0-2-generic (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash diff -Nru libdca-0.0.5/debian/control libdca-0.0.5/debian/control --- libdca-0.0.5/debian/control 2013-03-26 16:34:58.0 -0400 +++ libdca-0.0.5/debian/control 2014-01-13 16:12:03.0 -0500 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian QA Group Build-Depends: - autotools-dev (>= 20100122.1), + dh-autoreconf, debhelper (>= 9) Standards-Version: 3.9.2 Vcs-Git: git://anonscm.debian.org/collab-maint/libdca.git diff -Nru libdca-0.0.5/debian/rules libdca-0.0.5/debian/rules --- libdca-0.0.5/debian/rules 2013-03-26 16:34:58.0 -0400 +++ libdca-0.0.5/debian/rules 2014-01-11 17:45:51.0 -0500 @@ -4,4 +4,4 @@ export DEB_LDFLAGS_MAINT_APPEND = $(shell getconf LFS_LDFLAGS) %: - dh $@ --with autotools_dev + dh $@ --with autoreconf --- End Message --- --- Begin Message --- Source: libdca Source-Version: 0.0.5-7 We believe that the bug you reported is fixed in the latest version of libdca, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 735...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Manuel A. Fernandez Montecelo (supplier of updated libdca package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 04 Aug 2014 23:36:14 +0100 Source: libdca Binary: libdca-dev libdca-utils libdca0 libdts-dev Architecture: source amd64 Version: 0.0.5-7 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Manuel A. Fernandez Montecelo Description: libdca-dev - decoding library for DTS Coherent Acoustics streams (development) libdca-utils - decoding library for DTS Coherent Acoustics streams (utilities) libdca0- decoding library for DTS Coherent Acoustics streams libdts-dev - backward compatibility place-holder for libdca Closes: 735221 Changes: libdca (0.0.5-7) unstable; urgency=medium . * QA upload. . [ Logan Rosen ] * Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el. (Closes: #735221) Checksums-Sha1: ab8bea17804f108ab8ecc2784e3ea590bdd697b8 2016 libdca_0.0.5-7.dsc a5beca621e0250898554b585ae59a2f77e649838 8468 libdca_0.0.5-7.debian.tar.xz a966934a43f8573a52ccf1cd7dffdf596d77eb55 95570 libdca-dev_0.0.5-7_amd64.deb 39b233e780842a853b35ef73456037a74d37779d 23128 libdca-utils_0.0.5-7_amd64.deb c47f7c5e4d83d3a1cfc390c5cab726c2924ca6fe 98070 libdca0_0.0.5-7_amd64.deb 20fceef3ba0a32ea44f60677bf482c492863e4bc 9614 libdts-dev_0.0.5-7_amd64.deb Checksums-Sha256: 149b8479c5ae0f76ba8ded6cf0d6de10482a96e612022c925323e1e67a0c9da4 2016 libdca_0.0.5-7.dsc f2302df02e5a074f6a9d609a5be0462bb9454eddeb5637eb3293bce043177a50 8468 libdca_0.0.5-7.debian.tar.xz 7caad49e0c4e1e2be454599a54d0c2087a6ab63e05eba1fab573ca7d558c6085 95570 libdca-dev_0.0.5-7_amd64.deb f75ff8e1
libdca_0.0.5-7_amd64.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 04 Aug 2014 23:36:14 +0100 Source: libdca Binary: libdca-dev libdca-utils libdca0 libdts-dev Architecture: source amd64 Version: 0.0.5-7 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Manuel A. Fernandez Montecelo Description: libdca-dev - decoding library for DTS Coherent Acoustics streams (development) libdca-utils - decoding library for DTS Coherent Acoustics streams (utilities) libdca0- decoding library for DTS Coherent Acoustics streams libdts-dev - backward compatibility place-holder for libdca Closes: 735221 Changes: libdca (0.0.5-7) unstable; urgency=medium . * QA upload. . [ Logan Rosen ] * Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el. (Closes: #735221) Checksums-Sha1: ab8bea17804f108ab8ecc2784e3ea590bdd697b8 2016 libdca_0.0.5-7.dsc a5beca621e0250898554b585ae59a2f77e649838 8468 libdca_0.0.5-7.debian.tar.xz a966934a43f8573a52ccf1cd7dffdf596d77eb55 95570 libdca-dev_0.0.5-7_amd64.deb 39b233e780842a853b35ef73456037a74d37779d 23128 libdca-utils_0.0.5-7_amd64.deb c47f7c5e4d83d3a1cfc390c5cab726c2924ca6fe 98070 libdca0_0.0.5-7_amd64.deb 20fceef3ba0a32ea44f60677bf482c492863e4bc 9614 libdts-dev_0.0.5-7_amd64.deb Checksums-Sha256: 149b8479c5ae0f76ba8ded6cf0d6de10482a96e612022c925323e1e67a0c9da4 2016 libdca_0.0.5-7.dsc f2302df02e5a074f6a9d609a5be0462bb9454eddeb5637eb3293bce043177a50 8468 libdca_0.0.5-7.debian.tar.xz 7caad49e0c4e1e2be454599a54d0c2087a6ab63e05eba1fab573ca7d558c6085 95570 libdca-dev_0.0.5-7_amd64.deb f75ff8e1a8394c900a59040eb60950be7929289e82e3f804707f46af5931f44a 23128 libdca-utils_0.0.5-7_amd64.deb 6175453be15dc12d95b6a0fec4a96a708dbe73e7930ccc754333c44b7d073fb9 98070 libdca0_0.0.5-7_amd64.deb 00aaed86205ae71df212248803404ce18590d9c4211324e0d19f8b32f271f5ef 9614 libdts-dev_0.0.5-7_amd64.deb Files: 4d574bf72e388144eed2c3967c632ef3 95570 libdevel optional libdca-dev_0.0.5-7_amd64.deb c194c61f201c05cc196626bb9f545ea5 23128 sound optional libdca-utils_0.0.5-7_amd64.deb c179632fb4c8b1e6ad9cd6e8e2a62dfe 98070 libs optional libdca0_0.0.5-7_amd64.deb e71fc84f27cddadcef623173f06638cb 9614 oldlibs optional libdts-dev_0.0.5-7_amd64.deb 4b35f5ad63b5adc431cfbb405917d7ba 2016 libs optional libdca_0.0.5-7.dsc 3eac0eeb264fc39eb2c349b5bfe1ee9b 8468 libs optional libdca_0.0.5-7.debian.tar.xz -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCgAGBQJT4A48AAoJEH92BqRF3KgOq0AP/1bfRyqwrDPzL+KQB22mMCd+ PyPyhdK9vfhPGqS0JNhRhjKdd34ahkhlqmFAmrAHj0Be9TbSmuazAzowfg0JsjPF ZrTbnvyvBM+M+B92zG/XHPjNeV+vW7pCevHkIVjQ440wqk/b9DE5xquFoNEdKmFw Eu0wPkjsJvJww71aO05oTooHS31qbYxMIGxCOSZJG8xREWUzpXOthNizar6KalY7 Q2oVaqTDYox0bUWjY0mX57nzB+iQg3wHWKIEmr20hAIFbWzr9upQJ4DTt2a6FOzm 6M6KOADxVReiHg4VfRN7wkvZmBJy0wTZeuHoTlgMQGWQifufNziNXbeUDeLbslW6 rJaBkuYVrmn5m+V/Pv+RVx+3ZL0/1XfQNrMMPypFfUF3wpVPdiK8XCEUZfY74/OZ Njq9TBFYGdz2zraxT/dYJYB7y1FMwoh/hWei0dao3gsALpgaQVuiBB9Ssk2Vpaeh NOXIOSVrs4C72DdgK1XIUFAzJm3r8yTYus/udAyJgWpuBRWi8tUgWEjyjahYFizX VJ3bJ9OpM9I4gigpDtYT79Qi32o2Wp9pongoIJah8K9K5R1iUz/fI/3vcmSURbQ5 7rNKOKnY4cgYDlAmHPDabQ7OljTEOlcBoR4zie/D4l/6gASe06lbV9TjK/kbQaE7 yW34atSvywSUXLgqSEOu =Klax -END PGP SIGNATURE- Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1xero2-000619...@franck.debian.org
Bug#757064: syslinux-themes-debian-wheezy: /usr/share/syslinux/themes/debian-wheezy/extlinux/ is full of broken symlinks
Package: syslinux-themes-debian-wheezy Version: 12-3 Severity: important The extlinux-update command fails when EXTLINUX_THEME is set because many of the files it tries to copy from this directory are broken symlinks. -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing'), (400, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-2-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages syslinux-themes-debian-wheezy depends on: ii memtest86+ 4.20-1.1 ii syslinux-common 3:6.03~pre18+dfsg-1 syslinux-themes-debian-wheezy recommends no packages. syslinux-themes-debian-wheezy suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140805004421.5182.44273.report...@stratocaster.home
dump is marked for autoremoval from testing
dump 0.4b44-4 is marked for autoremoval from testing on 2014-09-03 It is affected by these RC bugs: 714234: dump: restore #157 dump fails to restore incremental if directory was removed -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1xewwg-0006mg...@franck.debian.org
samdump2_3.0.0-1_amd64.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 31 Jul 2014 00:44:51 -0400 Source: samdump2 Binary: samdump2 bkhive Architecture: source amd64 all Version: 3.0.0-1 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Unit 193 Description: bkhive - transitional dummy package for samdump2 samdump2 - Dump Windows 2k/NT/XP password hashes Closes: 673945 Changes: samdump2 (3.0.0-1) unstable; urgency=medium . * QA upload. * New upstream release. - bkhive was merged into samdump2 upstream. Closes: #673945 * Add a transitional package for bkhive. * Merge packages descriptions. * Fix debian/watch. * Update debian/rules to dh sequencer. * Use debhelper 9. * Update Standards-Version to 3.9.5 * Update to source format 3.0 (quilt). * Update debian/copyright to format 1.0. * d/patches/manpage_formatting.patch: Make the manpage easier to read, point to the 'GPL-2' rather than 'GPL' on Debian systems, bad wathis manpage entry. * Add install_infos.patch: fixes install target. Checksums-Sha1: b5acda7bbfd455ffee4036e95d2b7974ec917f80 1117 samdump2_3.0.0-1.dsc b9b85d0bcd467a0695106cbfac2b6543cfe890a6 32784 samdump2_3.0.0.orig.tar.bz2 be0baf528d8268ee53996a39260761e1a6a7848b 4012 samdump2_3.0.0-1.debian.tar.xz 690df5844b1dce7f0b5903f0749189d47605aa73 15556 samdump2_3.0.0-1_amd64.deb ba7a78db79891f9cc438c3cadffab5bd3bc4be45 3988 bkhive_3.0.0-1_all.deb Checksums-Sha256: b3e9c9ee380bcc9278d7d7cacf56fd4618b58a792c02fcc66e79b8240a843ec7 1117 samdump2_3.0.0-1.dsc 602659af30c565750fa01650e0a223d26355b5df98f2fbc30e3a6c593ed4e526 32784 samdump2_3.0.0.orig.tar.bz2 ec89947cc1af4904ea629a6cb145ed64ff29a7109b295844f50b981216e2c508 4012 samdump2_3.0.0-1.debian.tar.xz d03a80b430caba4a95c2c2b822e0838c3059b32bcf7da0a96c3707f2f307af76 15556 samdump2_3.0.0-1_amd64.deb 83ba44c2cc5d70cc37d5e218b28d526309d8d73786a9b31e92d1662be094fcfd 3988 bkhive_3.0.0-1_all.deb Files: 114de91dbad8f2a2b22e31c6c0690f46 15556 admin optional samdump2_3.0.0-1_amd64.deb 39a0c4707c29ad9bdef286c10f744dff 3988 oldlibs extra bkhive_3.0.0-1_all.deb 002ad86f5e83359d597c70105efb7cd0 1117 admin optional samdump2_3.0.0-1.dsc 5dac2dc3f8171a3dc86053d923a0e6f5 32784 admin optional samdump2_3.0.0.orig.tar.bz2 6a92edc69c0df013e898283630375b4b 4012 admin optional samdump2_3.0.0-1.debian.tar.xz -BEGIN PGP SIGNATURE- Version: GnuPG v1 iEYEARECAAYFAlPbIjsACgkQN+HBdXAJatHzqgCeNRt+s+1NSwDfBwUNAaavowU3 5GUAoIoHcUOALtf3na8KpEshJ5SUo4mN =aFdQ -END PGP SIGNATURE- Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1xexne-0003vt...@franck.debian.org