Your message dated Wed, 07 Dec 2016 19:03:19 +0000
with message-id <e1cehut-0009ag...@fasolo.debian.org>
and subject line Bug#818393: fixed in cpm 0.32-1.2
has caused the Debian Bug report #818393,
regarding cpm: FTBFS: cdk.h not found
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.)
--
818393: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818393
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cpm
Version: 0.32-1.1
Severity: serious
This package fails to build in unstable:
> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> checking for compress in -lz... yes
> checking for gettext in -lintl... no
> : using CRACKLIB_DICTPATH=/var/cache/cracklib/cracklib_dict.
> : error: cdk.h not found, try
> --with-cdk-dir=/path/to/dir/containing/include/cdk
> "tail -v -n +0 config.log"
> ==> config.log <==
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by cpm 0.32, which was
> generated by GNU Autoconf 2.69. Invocation command line was
>
> $ ./configure --build=x86_64-linux-gnu --prefix=/usr
> --includedir=${prefix}/include --mandir=${prefix}/share/man
> --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
> --disable-silent-rules --libdir=${prefix}/lib/x86_64-linux-gnu
> --libexecdir=${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode
> --disable-dependency-tracking
> --with-cracklib-dict=/var/cache/cracklib/cracklib_dict
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = dl580gen9-02
> uname -m = x86_64
> uname -r = 4.4.1-3-amd64-hlinux
> uname -s = Linux
> uname -v = #hlinux1 SMP Thu Feb 11 16:17:40 UTC 2016
>
> /usr/bin/uname -p = unknown
> /bin/uname -X = unknown
>
> /bin/arch = unknown
> /usr/bin/arch -k = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo = unknown
> /bin/machine = unknown
> /usr/bin/oslevel = unknown
> /bin/universe = unknown
>
> PATH: /usr/local/sbin
> PATH: /usr/local/bin
> PATH: /usr/sbin
> PATH: /usr/bin
> PATH: /sbin
> PATH: /bin
> PATH: /usr/games
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> :2231: checking for gcc
> :2247: found /usr/bin/gcc
> :2258: result: gcc
> :2487: checking for C compiler version
> :2496: gcc --version >&5
> gcc (Debian 5.3.1-11) 5.3.1 20160307
> Copyright (C) 2015 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> :2507: $? = 0
> :2496: gcc -v >&5
> Using built-in specs.
> COLLECT_GCC=gcc
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 5.3.1-11'
> --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs
> --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr
> --program-suffix=-5 --enable-shared --enable-linker-build-id
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
> --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
> --enable-libstdcxx-debug --enable-libstdcxx-time=yes
> --with-default-libstdcxx-abi=new --enable-gnu-unique-object
> --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib
> --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo
> --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home
> --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64
> --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64
> --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
> --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-
> abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
> --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu
> --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> Thread model: posix
> gcc version 5.3.1 20160307 (Debian 5.3.1-11)
> :2507: $? = 0
> :2496: gcc -V >&5
> gcc: error: unrecognized command line option '-V'
> gcc: fatal error: no input files
> compilation terminated.
> :2507: $? = 1
> :2496: gcc -qversion >&5
> gcc: error: unrecognized command line option '-qversion'
> gcc: fatal error: no input files
> compilation terminated.
> :2507: $? = 1
> :2527: checking whether the C compiler works
> :2549: gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5
> :2553: $? = 0
> :2601: result: yes
> :2604: checking for C compiler default output file name
> :2606: result: a.out
> :2612: checking for suffix of executables
> :2619: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro
> conftest.c >&5
> :2623: $? = 0
> :2645: result:
> :2667: checking whether we are cross compiling
> :2675: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro
> conftest.c >&5
> :2679: $? = 0
> :2686: ./conftest
> :2690: $? = 0
> :2705: result: no
> :2710: checking for suffix of object files
> :2732: gcc -c -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> :2736: $? = 0
> :2757: result: o
> :2761: checking whether we are using the GNU C compiler
> :2780: gcc -c -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> :2780: $? = 0
> :2789: result: yes
> :2798: checking whether gcc accepts -g
> :2818: gcc -c -g -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> :2818: $? = 0
> :2859: result: yes
> :2876: checking for gcc option to accept ISO C89
> :2939: gcc -c -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
> :2939: $? = 0
> :2952: result: none needed
> :2978: checking how to run the C preprocessor
> :3009: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
> :3009: $? = 0
> :3023: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
> conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
> compilation terminated.
> :3023: $? = 1
> : failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "cpm"
> | #define PACKAGE_TARNAME "cpm"
> | #define PACKAGE_VERSION "0.32"
> | #define PACKAGE_STRING "cpm 0.32"
> | #define PACKAGE_BUGREPORT "k...@redpill-linpro.com"
> | #define PACKAGE_URL ""
> | /* end confdefs.h. */
> | #include <ac_nonexistent.h>
> :3048: result: gcc -E
> :3068: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
> :3068: $? = 0
> :3082: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
> conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
> compilation terminated.
> :3082: $? = 1
> : failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "cpm"
> | #define PACKAGE_TARNAME "cpm"
> | #define PACKAGE_VERSION "0.32"
> | #define PACKAGE_STRING "cpm 0.32"
> | #define PACKAGE_BUGREPORT "k...@redpill-linpro.com"
> | #define PACKAGE_URL ""
> | /* end confdefs.h. */
> | #include <ac_nonexistent.h>
> :3111: checking for grep that handles long lines and -e
> :3169: result: /bin/grep
> :3174: checking for egrep
> :3236: result: /bin/grep -E
> :3242: checking whether gcc needs -traditional
> :3276: result: no
> :3326: checking for a BSD-compatible install
> :3394: result: /usr/bin/install -c
> :3405: checking whether ln -s works
> :3409: result: yes
> :3416: checking whether make sets $(MAKE)
> :3438: result: yes
> :3551: checking for wget_wch in -lncursesw
> :3576: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro
> conftest.c -lncursesw >&5
> :3576: $? = 0
> :3585: result: yes
> :3712: checking for ncursesw5-config
> :3730: found /usr/bin/ncursesw5-config
> :3742: result: /usr/bin/ncursesw5-config
> :3887: checking libraries
> :3889: checking for main in -lm
> :3908: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security
> -DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -Wdate-time
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lm -lncursesw >&5
> :3908: $? = 0
> :3917: result: yes
> :3931: checking for initCDKScreen in -lcdk
> :3956: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security
> -DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -Wdate-time
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lcdk -lm -lncursesw >&5
> :3956: $? = 0
> :3965: result: yes
> :3980: checking for FascistCheck in -lcrack
> :4005: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security
> -DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -Wdate-time
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lcrack -lcdk -lm -lncursesw >&5
> :4005: $? = 0
> :4014: result: yes
> :4032: checking for dotconf_create in -ldotconf
> :4057: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security
> -DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -Wdate-time
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -ldotconf -lcrack -lcdk -lm
> -lncursesw >&5
> :4057: $? = 0
> :4066: result: yes
> :4080: checking for gpgme_get_engine_info in -lgpgme
> :4105: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security
> -DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -Wdate-time
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lgpgme -ldotconf -lcrack -lcdk
> -lm -lncursesw >&5
> :4105: $? = 0
> :4114: result: yes
> :4128: checking for xmlParseFile in -lxml2
> :4153: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security
> -DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -Wdate-time
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lxml2 -lgpgme -ldotconf -lcrack
> -lcdk -lm -lncursesw >&5
> :4153: $? = 0
> :4162: result: yes
> :4176: checking for compress in -lz
> :4201: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security
> -DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -Wdate-time
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lz -lxml2 -lgpgme -ldotconf
> -lcrack -lcdk -lm -lncursesw >&5
> :4201: $? = 0
> :4210: result: yes
> :4225: checking for gettext in -lintl
> :4250: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security
> -DCRACKLIB_DICTPATH='"/var/cache/cracklib/cracklib_dict"' -Wdate-time
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c -lintl -lz -lxml2 -lgpgme
> -ldotconf -lcrack -lcdk -lm -lncursesw >&5
> conftest.c:24:6: warning: conflicting types for built-in function 'gettext'
> char gettext ();
> ^
> /usr/bin/ld: cannot find -lintl
> collect2: error: ld returned 1 exit status
> :4250: $? = 1
> : failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "cpm"
> | #define PACKAGE_TARNAME "cpm"
> | #define PACKAGE_VERSION "0.32"
> | #define PACKAGE_STRING "cpm 0.32"
> | #define PACKAGE_BUGREPORT "k...@redpill-linpro.com"
> | #define PACKAGE_URL ""
> | #define HAVE_LIBNCURSESW 1
> | #define HAVE_LIBM 1
> | #define HAVE_LIBCDK 1
> | #define HAVE_LIBCRACK 1
> | #define HAVE_LIBDOTCONF 1
> | #define HAVE_LIBGPGME 1
> | #define HAVE_LIBXML2 1
> | #define HAVE_LIBZ 1
> | /* end confdefs.h. */
> |
> | /* Override any GCC internal prototype to avoid an error.
> | Use char because int might match the return type of a GCC
> | builtin and then its argument prototype would still apply. */
> | #ifdef __cplusplus
> | extern "C"
> | #endif
> | char gettext ();
> | int
> | main ()
> | {
> | return gettext ();
> | ;
> | return 0;
> | }
> :4259: result: no
> :4329: using CRACKLIB_DICTPATH=/var/cache/cracklib/cracklib_dict.
> :4347: error: cdk.h not found, try
> --with-cdk-dir=/path/to/dir/containing/include/cdk
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_c_compiler_gnu=yes
> ac_cv_env_CC_set=
> ac_cv_env_CC_value=
> ac_cv_env_CFLAGS_set=set
> ac_cv_env_CFLAGS_value='-g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security'
> ac_cv_env_CPPFLAGS_set=set
> ac_cv_env_CPPFLAGS_value='-Wdate-time -D_FORTIFY_SOURCE=2'
> ac_cv_env_CPP_set=
> ac_cv_env_CPP_value=
> ac_cv_env_LDFLAGS_set=set
> ac_cv_env_LDFLAGS_value=-Wl,-z,relro
> ac_cv_env_LIBS_set=
> ac_cv_env_LIBS_value=
> ac_cv_env_build_alias_set=set
> ac_cv_env_build_alias_value=x86_64-linux-gnu
> ac_cv_env_host_alias_set=
> ac_cv_env_host_alias_value=
> ac_cv_env_target_alias_set=
> ac_cv_env_target_alias_value=
> ac_cv_lib_cdk_initCDKScreen=yes
> ac_cv_lib_crack_FascistCheck=yes
> ac_cv_lib_dotconf_dotconf_create=yes
> ac_cv_lib_gpgme_gpgme_get_engine_info=yes
> ac_cv_lib_intl_gettext=no
> ac_cv_lib_m_main=yes
> ac_cv_lib_ncursesw_wget_wch=yes
> ac_cv_lib_xml2_xmlParseFile=yes
> ac_cv_lib_z_compress=yes
> ac_cv_objext=o
> ac_cv_path_EGREP='/bin/grep -E'
> ac_cv_path_GREP=/bin/grep
> ac_cv_path_NCURSES_CONFIG=/usr/bin/ncursesw5-config
> ac_cv_path_install='/usr/bin/install -c'
> ac_cv_prog_CPP='gcc -E'
> ac_cv_prog_ac_ct_CC=gcc
> ac_cv_prog_cc_c89=
> ac_cv_prog_cc_g=yes
> ac_cv_prog_gcc_traditional=no
> ac_cv_prog_make_make_set=yes
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> CC='gcc'
> CDK_DEBIAN_DEP=''
> CDK_VERSION_DEF=''
> CFLAGS='-g -O2 -fstack-protector-strong -Wformat -Werror=format-security
> -DCRACKLIB_DICTPATH='\''"/var/cache/cracklib/cracklib_dict"'\'''
> CPP='gcc -E'
> CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2'
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP='/bin/grep -E'
> EXEEXT=''
> GPGME_CONFIG=''
> GREP='/bin/grep'
> INSTALL_DATA='${INSTALL} -m 644'
> INSTALL_PROGRAM='${INSTALL}'
> INSTALL_SCRIPT='${INSTALL}'
> LDFLAGS='-Wl,-z,relro'
> LIBGPGME_CFLAGS=''
> LIBGPGME_LIBS=''
> LIBNCURSES_CFLAGS='-D_GNU_SOURCE -I/usr/include/ncursesw'
> LIBNCURSES_LIBS='-lncursesw -ltinfo'
> LIBOBJS=''
> LIBS='-lz -lxml2 -lgpgme -ldotconf -lcrack -lcdk -lm -lncursesw '
> LIBXML_CFLAGS=''
> LIBXML_LIBS=''
> LIBXML_XMLLINT=''
> LN_S='ln -s'
> LTLIBOBJS=''
> NCURSES_CONFIG='/usr/bin/ncursesw5-config'
> OBJEXT='o'
> PACKAGE_BUGREPORT='k...@redpill-linpro.com'
> PACKAGE_NAME='cpm'
> PACKAGE_STRING='cpm 0.32'
> PACKAGE_TARNAME='cpm'
> PACKAGE_URL=''
> PACKAGE_VERSION='0.32'
> PATH_SEPARATOR=':'
> SET_MAKE=''
> SHELL='/bin/bash'
> WRAPPER_NECESSARY=''
> XML_CONFIG=''
> ac_ct_CC='gcc'
> bindir='${exec_prefix}/bin'
> build_alias='x86_64-linux-gnu'
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> host_alias=''
> htmldir='${docdir}'
> includedir='${prefix}/include'
> infodir='${prefix}/share/info'
> libdir='${prefix}/lib/x86_64-linux-gnu'
> libexecdir='${prefix}/lib/x86_64-linux-gnu'
> localedir='${datarootdir}/locale'
> localstatedir='/var'
> mandir='${prefix}/share/man'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='/usr'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> runstatedir='${localstatedir}/run'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='/etc'
> target_alias=''
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> /* confdefs.h */
> #define PACKAGE_NAME "cpm"
> #define PACKAGE_TARNAME "cpm"
> #define PACKAGE_VERSION "0.32"
> #define PACKAGE_STRING "cpm 0.32"
> #define PACKAGE_BUGREPORT "k...@redpill-linpro.com"
> #define PACKAGE_URL ""
> #define HAVE_LIBNCURSESW 1
> #define HAVE_LIBM 1
> #define HAVE_LIBCDK 1
> #define HAVE_LIBCRACK 1
> #define HAVE_LIBDOTCONF 1
> #define HAVE_LIBGPGME 1
> #define HAVE_LIBXML2 1
> #define HAVE_LIBZ 1
>
> : exit 1
> dh_auto_configure: ./configure --build=x86_64-linux-gnu --prefix=/usr
> --includedir=${prefix}/include --mandir=${prefix}/share/man
> --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
> --disable-silent-rules --libdir=${prefix}/lib/x86_64-linux-gnu
> --libexecdir=${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode
> --disable-dependency-tracking
> --with-cracklib-dict=/var/cache/cracklib/cracklib_dict returned exit code 1
> debian/rules:8: recipe for target 'override_dh_auto_configure' failed
> make[1]: *** [override_dh_auto_configure] Error 255
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: cpm
Source-Version: 0.32-1.2
We believe that the bug you reported is fixed in the latest version of
cpm, 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 818...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Moog <andreas.m...@warperbbs.de> (supplier of updated cpm 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: SHA256
Format: 1.8
Date: Tue, 06 Dec 2016 21:07:53 +0100
Source: cpm
Binary: cpm
Architecture: source
Version: 0.32-1.2
Distribution: unstable
Urgency: medium
Maintainer: Kacper Wysocki (Redpill-Linpro) <k...@redpill-linpro.com>
Changed-By: Andreas Moog <andreas.m...@warperbbs.de>
Description:
cpm - Curses based password manager using PGP-encryption
Closes: 818393
Changes:
cpm (0.32-1.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Remove patch from previous NMU, cdk.h was moved back to original location
in libcdk5 (5.0.20160131-1) (Closes: #818393)
Checksums-Sha1:
ce8bc0cb166a12d13275ce1c67a04f324c67c664 1964 cpm_0.32-1.2.dsc
88d0954e20aee833cb2379d1afc5b8903e76dab2 3240 cpm_0.32-1.2.debian.tar.xz
Checksums-Sha256:
d0d1ef10da5023427963fddb1f179a0170be292044154595ccef20114ec73ef8 1964
cpm_0.32-1.2.dsc
fafc4ea7b7bec2e3e173b1c55a597281abaeb0bfa5acd5d44a1c39cf92bd8cf5 3240
cpm_0.32-1.2.debian.tar.xz
Files:
c86ddd5062116ff7b393344047fcc875 1964 utils extra cpm_0.32-1.2.dsc
ca40a12f88c4d1ff6b3a19034b4177df 3240 utils extra cpm_0.32-1.2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJYSFtJAAoJEPNPCXROn13Z87gP/R9yJ48b4ySzx4c6iGmrr8g1
efnOXVwDlaiczvj5JyNXepZhVR7z0skInwxeLOjk7B8amztubRE66AlRbodnPYu9
t0uteZj6gvwrG6w33eNQ1RuiW0IPerlp7kXn+jJkUrkTvGcUXpLthC34rNJU39rf
3FzHF3o8Mv/avghbV+uIGSTshfwsH7NXrJCxZmogA7t0IWjQLpwnjOjPj9Q6TtUy
44IRmg7AJyzeassOJ61LHhLYzrXUQDo7U1DU9Klfjm7+HBROOg49PKR+pR14Z0QL
8gQPuPcq8H/KG6kTEHq4yxivQJ5zsAFK70hkE15QcEpw7LoQuvpMPpGro+Yq0cyh
+M1IuJyhRVC0fZGu87OG/YNlxnXVAsSYrqcmONqObF6BnVfc361b4G/AjzYNVFOG
wWeABlsjNHM6vOy0Evza5B6n6xhPMR0CCAw3djy4QcxwI5zh4lUPpoJ+6oHR8GvL
HErTVBq+0CAVlbLNsmKXe9PLFaJukgYNCjOo4MdND/eYB7uy05fD/pTRzb/JISuV
ieBKw93O09ZEBUbJqU+giCK1jv/KAyDiwaDavL2CyCLkRUICrbwj5l5K8l1tUUgY
Tb3nIzl/12rUceCKdTbZIog1kqrp3GT6htoQ8FMNCKhnkzG8cb4OTvgX4JYrqkxH
NY9q9q9KEPlcN6oSIJQ9
=5xvt
-----END PGP SIGNATURE-----
--- End Message ---