Bug#572061: cuneiform: Input format not documented
On Tue, 25 Jan 2011 Jakub Wilk wrote: [...] >>The input format is not documented. > > It is documented, No, it is not... > although admittedly not in a very prominent place. > Quoting readme.txt: > >If you have ImageMagick++ on your system, Cuneiform autodetects and >builds against it. Then Cuneiform can process any image that >ImageMagick knows how to open. The user should be told explicitely whether the Cuneiform package has been build against ImageMagick++. Best regards JSB -- , dr hab. Janusz S. Bien, prof. UW - Uniwersytet Warszawski (Katedra Lingwistyki Formalnej) Prof. Janusz S. Bien - Warsaw University (Department of Formal Linguistics) jsb...@uw.edu.pl, jsb...@mimuw.edu.pl, http://fleksem.klf.uw.edu.pl/~jsbien/ -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/87wrlsawhe@mimuw.edu.pl
Processed: limit source to cuneiform, tagging 572061
Processing commands for cont...@bugs.debian.org: > #cuneiform (1.0.0+dfsg-2) UNRELEASED; urgency=low > # > # * Document input format in the manual page (closes: #572061). Thanks to > #Janusz S. BieÅ for the bug report. > # > limit source cuneiform Limiting to bugs with field 'source' containing at least one of 'cuneiform' Limit currently set to 'source':'cuneiform' > tags 572061 + pending Bug #572061 [cuneiform] cuneiform: Input format not documented Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 572061: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572061 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: http://lists.debian.org/handler.s.c.12960425172924.transcr...@bugs.debian.org
Bug#611175: zsh: VCS_INFO wrongly detects svn repositories
Package: zsh Version: 4.3.6-6 Severity: normal Tags: patch Currently zshs VCS_INFO function wrongly detects svn repositories if an .svn directory exists in the current path. Which also applies to home directories containing for example a ~/.svn/authors file. Instead of checking only for the directory it would be smarter to check for an important svn repository file. Like .svn/entries. Which is done through my patch. I suggest to check the other revison control systems as well. -- System Information: Debian Release: 5.0.8 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-2-xen-amd64 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to de_DE.UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages zsh depends on: ii libc6 2.7-18lenny7 GNU C Library: Shared libraries ii libcap2 2.11-2 support for getting/setting POSIX. ii libncursesw5 5.7+20081213-1 shared libraries for terminal hand Versions of packages zsh recommends: ii libpcre3 7.6-2.1Perl 5 Compatible Regular Expressi Versions of packages zsh suggests: pn zsh-doc(no description available) -- no debconf information --- a/VCS_INFO_detect_svn 2011-01-26 12:47:33.010081966 +0100 +++ b/VCS_INFO_detect_svn 2011-01-26 12:46:50.800830005 +0100 @@ -7,5 +7,5 @@ [[ $1 == '--flavours' ]] && return 1 VCS_INFO_check_com ${vcs_comm[cmd]} || return 1 -[[ -d ".svn" ]] && return 0 +[[ -f ".svn/entries" ]] && return 0 return 1
Processed: limit source to cuneiform, tagging 602512
Processing commands for cont...@bugs.debian.org: > #cuneiform (1.0.0+dfsg-2) UNRELEASED; urgency=low > # > # * Improve documentation of the language (-l) option (closes: #602512). > #Thanks to Jari Aalto for the bug report. > # > limit source cuneiform Limiting to bugs with field 'source' containing at least one of 'cuneiform' Limit currently set to 'source':'cuneiform' > tags 602512 + pending Bug #602512 [cuneiform] cuneiform: Improve documentation of language (-l) option Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 602512: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602512 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: http://lists.debian.org/handler.s.c.129604693324304.transcr...@bugs.debian.org
Bug#589867: firmware-b43-lpphy-installer: wireless network only up when reboot system. can't change wireless network. don't resolved ip
Hi, ... > [7.077355] b43-phy0: Loading firmware version 478.104 (2008-07-01 > 00:50:23) > [7.108439] input: ACPI Virtual Keyboard Device as > /devices/virtual/input/input10 > [ 12.625470] b43-phy0 ERROR: Fatal DMA error: 0x0400, 0x, > 0x, 0x, 0x, 0x > [ 12.635706] b43-phy0 ERROR: This device does not support DMA on your > system. > Please use PIO instead. > [ 12.638883] b43-phy0: Controller RESET (DMA error) ... > [ 12.872404] b43-phy0: Loading firmware version 478.104 (2008-07-01 > 00:50:23) > [ 18.401289] b43-phy0: Controller restarted Sorry for late answer. Does this problem still? Thanks. Fabrizio. signature.asc Description: This is a digitally signed message part
Bug#568996: no sound with cdcd in squeeze (was sid)
Problem solved. I have edited the file /etc/modprobe.d/alsa-base.conf and I wrote in that file: options snd-hda-intel model=acer I used these link: http://doc.ubuntu-fr.org/audio_intel_hda It's in French language but the useful informations are in the arrays. Now I use squeeze (instead of sid) but it was the kernel 2.6.32 which causes the problem. hth. -- Gérard signature.asc Description: Digital signature
Bug#478762: Bug#543907: Netbeans 6.9 and Dependencies Ready for Upload
Le lundi 24 janvier 2011 23:48:32, Andres Mejia a écrit : > netbeans is in contrib because of jruby. Once jruby goes into main, > netbeans can follow. Agreed. > >> felix-framework > > > > I've just reviewed felix-framework. > > I've commited some changes to felix-framework GIT repository like : > > > >* Add myself as Uploaders. > > Ah great, the more the merrier! I'm interrested in all felix-* stuff so I've added myself (with some bonus fixes :) to those packages. > >* d/copyright: Update to DEP-5 r166 format. > > If you or anyone else wants to switch copyrights to this format, be my > guest. I'll switch once this format becomes finalized and a part of > official debian policy (if that ever happens). As a side note, I've just updated this d/copyright to a "pre-candidate-DEP5" to "final-DEP5". I've also started reviewing others packages and add an issue with "bsaf". When running under a chroot/cowbuilder, got failures during test phase : test: [junit] Running org.jdesktop.application.AbstractBeanTest [junit] Testsuite: org.jdesktop.application.AbstractBeanTest [junit] No protocol specified [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.041 sec [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.041 sec [junit] [junit] Testcase: fireOnEdtTest(org.jdesktop.application.AbstractBeanTest): Caused an ERROR [junit] Can't connect to X11 window server using ':0' as the value of the DISPLAY variable. [junit] java.lang.InternalError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable. [junit] at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) [junit] at sun.awt.X11GraphicsEnvironment.access$100(X11GraphicsEnvironment.java:62) [junit] at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:166) [junit] at java.security.AccessController.doPrivileged(Native Method) [junit] at sun.awt.X11GraphicsEnvironment.(X11GraphicsEnvironment.java:142) [junit] at java.lang.Class.forName0(Native Method) [junit] at java.lang.Class.forName(Class.java:186) [junit] at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:82) [junit] at sun.awt.X11.XToolkit.(XToolkit.java:112) [junit] at java.lang.Class.forName0(Native Method) [junit] at java.lang.Class.forName(Class.java:186) [junit] at java.awt.Toolkit$2.run(Toolkit.java:849) [junit] at java.security.AccessController.doPrivileged(Native Method) [junit] at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:841) [junit] at java.awt.Toolkit.getEventQueue(Toolkit.java:1698) [junit] at java.awt.EventQueue.isDispatchThread(EventQueue.java:810) [junit] at javax.swing.SwingUtilities.isEventDispatchThread(SwingUtilities.java:1364) [junit] at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(SwingPropertyChangeSupport.java:90) [junit] at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:229) [junit] at org.jdesktop.application.AbstractBean.firePropertyChange(Unknown Source) [junit] at org.jdesktop.application.AbstractBeanTest$TestBean.fire(Unknown Source) [junit] at org.jdesktop.application.AbstractBeanTest.fireOnEdtTest(Unknown Source) [junit] [junit] BUILD FAILED /tmp/buildd/bsaf-1.9/build.xml:68: Test org.jdesktop.application.AbstractBeanTest failed Could you please have a look ? Maybe disable this testsuite or start a xvfb server before running tests. Cheers, -- Damien - Debian Developper http://wiki.debian.org/DamienRaudeMorvan signature.asc Description: This is a digitally signed message part.
Bug#572061: marked as done (cuneiform: Input format not documented)
Your message dated Thu, 27 Jan 2011 00:02:25 + with message-id and subject line Bug#572061: fixed in cuneiform 1.0.0+dfsg-2 has caused the Debian Bug report #572061, regarding cuneiform: Input format not documented 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.) -- 572061: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572061 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: cuneiform Version: 0.7.0+dfsg-5 Severity: normal The input format is not documented. When a PDF file is given as the input, gs appeares on the process list and after a while message "Killed" is written to the console withou any additional information. JSB -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-486 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 cuneiform depends on: ii cuneiform-common0.7.0+dfsg-5 multi-language OCR system (common) ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib ii libgcc1 1:4.4.2-9GCC support library ii libmagick++27:6.5.8.3-1 object-oriented C++ interface to I ii libstdc++6 4.4.2-9 The GNU Standard C++ Library v3 cuneiform recommends no packages. cuneiform suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: cuneiform Source-Version: 1.0.0+dfsg-2 We believe that the bug you reported is fixed in the latest version of cuneiform, which is due to be installed in the Debian FTP archive: cuneiform-common_1.0.0+dfsg-2_all.deb to non-free/c/cuneiform/cuneiform-common_1.0.0+dfsg-2_all.deb cuneiform_1.0.0+dfsg-2.debian.tar.gz to non-free/c/cuneiform/cuneiform_1.0.0+dfsg-2.debian.tar.gz cuneiform_1.0.0+dfsg-2.dsc to non-free/c/cuneiform/cuneiform_1.0.0+dfsg-2.dsc cuneiform_1.0.0+dfsg-2_i386.deb to non-free/c/cuneiform/cuneiform_1.0.0+dfsg-2_i386.deb 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 572...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jakub Wilk (supplier of updated cuneiform 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...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 26 Jan 2011 21:53:07 +0100 Source: cuneiform Binary: cuneiform cuneiform-common Architecture: all i386 source Version: 1.0.0+dfsg-2 Distribution: unstable Urgency: low Maintainer: Jakub Wilk Changed-By: Jakub Wilk Closes: 572061 602512 608345 Description: cuneiform - multi-language OCR system cuneiform-common - multi-language OCR system (common) Changes: cuneiform (1.0.0+dfsg-2) unstable; urgency=low . * Upload to unstable. * Explicitly build-depend on pkg-config. Thanks to Stefano Rivera for the bug report. * Add Vcs-* fields. * Use the standard C assert() macro, rather than custom Cuneiform one. [c-assert.diff] * Pass CFLAGS, CXXFLAGS and LDFLAGS (get from dpkg-buildflags) to cmake (closes: #608345). Thanks to Sami Liedes for the bug report. + Build depend on dpkg-dev (>= 1.15.7). * Pass --parallel to dh. + Bump debhelper minimum version to 7.4.10. * Update debian/copyright to the latest DEP-5 version. * Bump year in debian/copyright. * Explicitly link to GraphicsMagick (rather than via the ImageMagick compatibility layer). * Don't ship /usr/lib/cuneiform/*.so symlinks. These libraries are considered private, at least until #598616 is fixed. * Rename some private variables in debian/rules to make them lowercase. * Update patch headers. * Provide proper ‘build-arch’ and ‘build-indep’ targets in debian/rules. * Document input format in the manual page (closes: #572061). Thanks to Janusz S. Bień for the bug report. * Use ‘slv’ (rather than ‘slo’) as language code for Slovenian. [slovenian-slv.diff] * Fix package description: Slovenian is supported, Slovak is not. * Improve documentation of the language (-l) option (closes: #602512). Thanks to Jari Aalto for the bug report. * Install reasons file for vrms. Checksums-Sha1: 37908ca70f8c347ab59f8268571b017dcba
Bug#608345: marked as done (cuneiform build scripts do not honor DEB_BUILD_OPTIONS=noopt)
Your message dated Thu, 27 Jan 2011 00:02:25 + with message-id and subject line Bug#608345: fixed in cuneiform 1.0.0+dfsg-2 has caused the Debian Bug report #608345, regarding cuneiform build scripts do not honor DEB_BUILD_OPTIONS=noopt 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.) -- 608345: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608345 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: cuneiform Version: 1.0.0+dfsg-1 Severity: normal Note: This version of cuneiform is currently in experimental. I have not checked if this bug applies to the version in testing/unstable. cuneiform build process does not seem to honor DEB_BUILD_OPTIONS=noopt, but rather passes a -O2 to $CC regardless: $ debuild -e DEB_BUILD_OPTIONS="noopt nostrip" -e CC="ccache gcc" -j5 dpkg-buildpackage -rfakeroot -D -us -uc -j5 dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O0 dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O0 dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O0 dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): [...] make[3]: Entering directory `/home/sliedes/scratch/rec/cuneiform-1.0.0+dfsg/obj-x86_64-linux-gnu' /usr/bin/cmake -E cmake_progress_report /home/sliedes/scratch/rec/cuneiform-1.0.0+dfsg/obj-x86_64-linux-gnu/CMakeFiles [ 0%] Building C object cuneiform_src/Kern/ccom/CMakeFiles/ccom.dir/src/ccom.c.o cd /home/sliedes/scratch/rec/cuneiform-1.0.0+dfsg/obj-x86_64-linux-gnu/cuneiform_src/Kern/ccom && /usr/bin/ccache gcc -Dccom_EXPORTS -D_USE_RVERLINE_ -D__CCOM__ -g -O0 -O2 -g -fPIC -I/home/sliedes/scratch/rec/cuneiform-1.0.0+dfsg/cuneiform_src/Kern/include -I/home/sliedes/scratch/rec/cuneiform-1.0.0+dfsg/cuneiform_src/Kern/h -I/home/sliedes/scratch/rec/cuneiform-1.0.0+dfsg/cuneiform_src/Kern/hh -I/home/sliedes/scratch/rec/cuneiform-1.0.0+dfsg/cuneiform_src/Kern/hhh -I/home/sliedes/scratch/rec/cuneiform-1.0.0+dfsg/cuneiform_src/Kern/hdebug -I/home/sliedes/scratch/rec/cuneiform-1.0.0+dfsg/cuneiform_src/Kern/hrk -I/home/sliedes/scratch/rec/cuneiform-1.0.0+dfsg/cuneiform_src/Kern/hrkint -I/home/sliedes/scratch/rec/cuneiform-1.0.0+dfsg/cuneiform_src/Kern/hrstr -I/home/sliedes/scratch/rec/cuneiform-1.0.0+dfsg/cuneiform_src/Kern/fon/src -I/home/sliedes/scratch/rec/cuneiform-1.0.0+dfsg/cuneiform_src/Kern/usage -I/home/sliedes/scratch/rec/cuneiform-1.0.0+dfsg/obj-x86_64-linux-gnu/cuneiform_src/Kern/include -I/home/sliedes/scratch/rec/cuneiform-1.0.0+dfsg/cuneiform_src/Kern/ccom/src -fvisibility=hidden -DHAVE_GCCVISIBILITY -o CMakeFiles/ccom.dir/src/ccom.c.o -c /home/sliedes/scratch/rec/cuneiform-1.0.0+dfsg/cuneiform_src/Kern/ccom/src/ccom.c Note that the -O0 is superseded by the later -O2. Sami signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Source: cuneiform Source-Version: 1.0.0+dfsg-2 We believe that the bug you reported is fixed in the latest version of cuneiform, which is due to be installed in the Debian FTP archive: cuneiform-common_1.0.0+dfsg-2_all.deb to non-free/c/cuneiform/cuneiform-common_1.0.0+dfsg-2_all.deb cuneiform_1.0.0+dfsg-2.debian.tar.gz to non-free/c/cuneiform/cuneiform_1.0.0+dfsg-2.debian.tar.gz cuneiform_1.0.0+dfsg-2.dsc to non-free/c/cuneiform/cuneiform_1.0.0+dfsg-2.dsc cuneiform_1.0.0+dfsg-2_i386.deb to non-free/c/cuneiform/cuneiform_1.0.0+dfsg-2_i386.deb 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 608...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jakub Wilk (supplier of updated cuneiform 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...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 26 Jan 2011 21:53:07 +0100 Source: cuneiform Binary: cuneiform cuneiform-common Architecture: all i386 source Version: 1.0.0+dfsg-2 Distribution: unstable Urgency: low Maintainer: Jakub Wilk Changed-By: Jakub Wilk Closes: 572061 602512 608345 Description: cuneiform - multi-language OCR syst
Bug#602512: marked as done (cuneiform: Improve documentation of language (-l) option)
Your message dated Thu, 27 Jan 2011 00:02:25 + with message-id and subject line Bug#602512: fixed in cuneiform 1.0.0+dfsg-2 has caused the Debian Bug report #602512, regarding cuneiform: Improve documentation of language (-l) option 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.) -- 602512: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602512 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: cuneiform Version: 0.7.0+dfsg.1-1 Severity: wishlist Manual page of cuneiform(1) reads: OPTIONS (...) -l LANGUAGE By default Cuneiform recognizes English text. To change the language use the command line switch -l followed by your language string. To get a list of supported languages type "cuneiform -l". Please add information that the language must be supplied in ISO 639-2 format and possibly add an URL to standard name sof code. Examples for the URL: http://www.loc.gov/standards/iso639-2/php/code_list.php http://en.wikipedia.org/wiki/List_of_ISO_639-2_codes -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages cuneiform depends on: ii cuneiform-common 0.7.0+dfsg.1-1 multi-language OCR system (common) ii libc6 2.11.2-6 Embedded GNU C Library: Shared lib ii libgcc1 1:4.4.5-4 GCC support library ii libmagick++3 8:6.6.0.4-2.2 object-oriented C++ interface to I ii libstdc++64.4.5-4The GNU Standard C++ Library v3 cuneiform recommends no packages. cuneiform suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: cuneiform Source-Version: 1.0.0+dfsg-2 We believe that the bug you reported is fixed in the latest version of cuneiform, which is due to be installed in the Debian FTP archive: cuneiform-common_1.0.0+dfsg-2_all.deb to non-free/c/cuneiform/cuneiform-common_1.0.0+dfsg-2_all.deb cuneiform_1.0.0+dfsg-2.debian.tar.gz to non-free/c/cuneiform/cuneiform_1.0.0+dfsg-2.debian.tar.gz cuneiform_1.0.0+dfsg-2.dsc to non-free/c/cuneiform/cuneiform_1.0.0+dfsg-2.dsc cuneiform_1.0.0+dfsg-2_i386.deb to non-free/c/cuneiform/cuneiform_1.0.0+dfsg-2_i386.deb 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 602...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jakub Wilk (supplier of updated cuneiform 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...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 26 Jan 2011 21:53:07 +0100 Source: cuneiform Binary: cuneiform cuneiform-common Architecture: all i386 source Version: 1.0.0+dfsg-2 Distribution: unstable Urgency: low Maintainer: Jakub Wilk Changed-By: Jakub Wilk Closes: 572061 602512 608345 Description: cuneiform - multi-language OCR system cuneiform-common - multi-language OCR system (common) Changes: cuneiform (1.0.0+dfsg-2) unstable; urgency=low . * Upload to unstable. * Explicitly build-depend on pkg-config. Thanks to Stefano Rivera for the bug report. * Add Vcs-* fields. * Use the standard C assert() macro, rather than custom Cuneiform one. [c-assert.diff] * Pass CFLAGS, CXXFLAGS and LDFLAGS (get from dpkg-buildflags) to cmake (closes: #608345). Thanks to Sami Liedes for the bug report. + Build depend on dpkg-dev (>= 1.15.7). * Pass --parallel to dh. + Bump debhelper minimum version to 7.4.10. * Update debian/copyright to the latest DEP-5 version. * Bump year in debian/copyright. * Explicitly link to GraphicsMagick (rather than via the ImageMagick compatibility layer). * Don't ship /usr/lib/cuneiform/*.so symlinks. These libraries are considered private, at least until #598616 is fixed. * Rename some private variables in debian/rules to make them lowercase. * Update patch headers. * Provide proper ‘build-arch’ and ‘build-indep’ targets in debian/rules. * Document input forma