Bug#605905: marked as done (ITP: frog -- tagger and parser for Dutch language)
Your message dated Sun, 03 Apr 2011 10:17:37 + with message-id and subject line Bug#605905: fixed in frog 0.11.1-1 has caused the Debian Bug report #605905, regarding ITP: frog -- tagger and parser for Dutch language 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.) -- 605905: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605905 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: Joost van Baal * Package name: frog Version : 0.1 Upstream Author : ILK Research Group, Tilburg University, http://ilk.uvt.nl * URL : http://ilk.uvt.nl/tadpole * License : GPL-3 Programming Lang: C++, Python Description : tagger and parser for Dutch language Memory-Based Learning (MBL) is a machine-learning method applicable to a wide range of tasks in Natural Language Processing (NLP). . Frog is a modular system integrating a morphosyntactic tagger, lemmatizer, morphological analyzer, and dependency parser for the Dutch language. It is based upon it's predecessor TADPOLE (TAgger, Dependency Parser, and mOrphoLogical analyzEr). Using Memory-Based Learning techniques, Tadpole tokenizes, tags, lemmatizes, and morphologically segments word tokens in incoming Dutch UTF-8 text files, and assigns a dependency graph to each sentence. Tadpole is particularly targeted at the increasing need for fast, automatic NLP systems applicable to very large (multi-million to billion word) document collections that are becoming available due to the progressive digitization of both new and old textual data. . Frog is a product of the ILK (Induction of Linguistic Knowledge) research group of the Tilburg University and the CNTS research group of the University of Antwerp. . If you do scientific research in NLP, Frog will likely be of use to you. -- Frog depends upon the TiMBL, TimblServer, and Mbt software packages. These are available from deb http://apt.ticc.uvt.nl lenny main deb-src http://apt.ticc.uvt.nl lenny main . ITP's for these packages are planned. Frog has not yet been publically released (Tadpole has, see http://ilk.uvt.nl/downloads/pub/software/tadpole-0.6.tar.gz .) Bye, Joost signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Source: frog Source-Version: 0.11.1-1 We believe that the bug you reported is fixed in the latest version of frog, which is due to be installed in the Debian FTP archive: frog_0.11.1-1.diff.gz to main/f/frog/frog_0.11.1-1.diff.gz frog_0.11.1-1.dsc to main/f/frog/frog_0.11.1-1.dsc frog_0.11.1-1_amd64.deb to main/f/frog/frog_0.11.1-1_amd64.deb frog_0.11.1.orig.tar.gz to main/f/frog/frog_0.11.1.orig.tar.gz 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 605...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Joost van Baal (supplier of updated frog 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: Sun, 20 Mar 2011 11:23:56 +0100 Source: frog Binary: frog Architecture: source amd64 Version: 0.11.1-1 Distribution: experimental Urgency: low Maintainer: Debian Science Team Changed-By: Joost van Baal Description: frog - tagger and parser for Dutch language Closes: 605905 Changes: frog (0.11.1-1) experimental; urgency=low . * New upstream release. (Missed 0.10.3, 0.10.4, 0.11.0) * debian/control: new upstream homepage. * debian/control: Build-Depends: versioned, now reflects upstream configure.ac. Add pkg-config, since upstream checks for it in configure.ac (needed?). . frog (0.10.2-1) experimental; urgency=low . * New upstream release. (Frog manpage still missing.) * First upload to Debian. (Closes: #605905) * debian/control: add warning about maturity of this software (quote from upstream README). Checksums-Sha1: f4fdfe429926a9e30e3cfa86fadad84315dcb948 2019 frog_0.11.1-1.dsc 7c3e24fa81957b8349b1f82a21fe28d48183600b 14569422 frog_0.11.1.orig.tar.gz ee275da22ad60c20038032f2a103e0a71a6bc086 2836 frog_0.11.1-1.diff.gz 1f54798f5769d9279c4b0bb328227682753b262e 14287046 frog_0.11.1-1_amd64.deb Checksums-Sha256: e5307bbe24592da7dfd52c9ad871a5b0c1f14
Bug#605919: marked as done (ITP: mbt -- memory-based tagger-generator and tagger for natural language processing)
Your message dated Sun, 03 Apr 2011 10:17:55 + with message-id and subject line Bug#605919: fixed in mbt 3.2.4-3 has caused the Debian Bug report #605919, regarding ITP: mbt -- memory-based tagger-generator and tagger for natural language processing 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.) -- 605919: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605919 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: Joost van Baal * Package name: mbt Version : 3.2.2 Upstream Author : ILK Research Group, Tilburg University, http://ilk.uvt.nl * URL : http://ilk.uvt.nl/mbt * License : GPL-3 Programming Lang: C++ Description : memory-based tagger-generator and tagger for natural language processing MBT is a memory-based tagger-generator and tagger in one. The tagger-generator part can generate a sequence tagger on the basis of a training set of tagged sequences; the tagger part can tag new sequences. MBT can, for instance, be used to generate part-of-speech taggers or chunkers for natural language processing. Features: * Tagger generation: tagged text in, tagger out, * Optional feedback loop: feed previous tag decision back to input of next decision, * Easily customizable feature representation; can incorporate user-provided features, * Automatic generation of separate sub-taggers for known words and unknown words, * Can make use of full algorithmic parameters of TiMBL. . If you do scientific research in natural language processing, MBT will likely be of use to you. --- MBT depends upon TiMBL, see Bug#605913: ITP: timbl -- Tilburg Memory Based Learner. The current MBT upstream release is available from http://ilk.uvt.nl/downloads/pub/software/mbt-3.2.2.tar.gz . Debian packages are available from deb http://apt.ticc.uvt.nl lenny main deb-src http://apt.ticc.uvt.nl lenny main . You can find e.g. http://apt.ticc.uvt.nl/pool/main/m/mbt/mbt_3.2.2-1.dsc there. See also Bug#605905: ITP: frog -- tagger and parser for Dutch language . Bye, Joost signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Source: mbt Source-Version: 3.2.4-3 We believe that the bug you reported is fixed in the latest version of mbt, which is due to be installed in the Debian FTP archive: mbt_3.2.4-3.diff.gz to main/m/mbt/mbt_3.2.4-3.diff.gz mbt_3.2.4-3.dsc to main/m/mbt/mbt_3.2.4-3.dsc mbt_3.2.4-3_amd64.deb to main/m/mbt/mbt_3.2.4-3_amd64.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 605...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Joost van Baal (supplier of updated mbt 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: Thu, 24 Feb 2011 15:20:01 +0100 Source: mbt Binary: mbt Architecture: source amd64 Version: 3.2.4-3 Distribution: unstable Urgency: low Maintainer: Debian Science Team Changed-By: Joost van Baal Description: mbt- memory-based tagger-generator and tagger for natural language pro Closes: 605919 Changes: mbt (3.2.4-3) unstable; urgency=low . * debian/copyright: completed (info on some autoconf macro files was missing). Thanks Charles Plessy. . mbt (3.2.4-2) unstable; urgency=low . * copyright, control: CNTS is now called CLiPS. Thanks Antal van den Bosch. * README.source: removed: no content. . mbt (3.2.4-1) unstable; urgency=low . * New upstream release. * First upload to Debian archive (Closes: #605919). * No longer maintained at https://svn.ilk.uvt.nl/svn/trunk/sources/Mbt3/debian but at debian-science project at Alioth. * watch: added. * copyright: now in machine-readable format. * control: Update from policy 3.8.0 to 3.9.1 (no changes needed). * control: do not build-depend upon timbl but on new libtimbl3-dev. * control: do not depend upon adduser; that's needed by mbtserver only. * lintian-overrides: added. This is just a small package, it's sane to ship our shared library with the main binary. * NEWS: no longer in NEWS.Debian Checksums-Sha1: 4e3346bfb826187efa558ea3b3f21cd9ca797bd0 1909 mbt_3.2.4-3.dsc 5434f8c96d
Bug#612096: marked as done (ITP: abootimg -- Tool to read/write/update android boot images)
Your message dated Sun, 03 Apr 2011 10:02:08 + with message-id and subject line Bug#612096: fixed in abootimg 0.3-1 has caused the Debian Bug report #612096, regarding ITP: abootimg -- Tool to read/write/update android boot images 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.) -- 612096: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612096 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: Heiko Stuebner * Package name: abootimg Version : 0.3 Upstream Author : Gilles Grandou * URL : http://gitorious.org/ac100/abootimg * License : GPL2 and Apache 2.0 Programming Lang: C Description : Tool to read/write/update android boot images Android devices use a special partition format to boot any operating system on the devices. These boot-images contain a kernel image, a ramdisk, optionally a 2nd stage boot loader and the commandline passed to the kernel when booting. The original mkbootimg from Android can only create these images where abootimg can also extract and modify them. --- End Message --- --- Begin Message --- Source: abootimg Source-Version: 0.3-1 We believe that the bug you reported is fixed in the latest version of abootimg, which is due to be installed in the Debian FTP archive: abootimg_0.3-1.diff.gz to main/a/abootimg/abootimg_0.3-1.diff.gz abootimg_0.3-1.dsc to main/a/abootimg/abootimg_0.3-1.dsc abootimg_0.3-1_i386.deb to main/a/abootimg/abootimg_0.3-1_i386.deb abootimg_0.3.orig.tar.gz to main/a/abootimg/abootimg_0.3.orig.tar.gz 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 612...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Heiko Stuebner (supplier of updated abootimg 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: Sat, 12 Feb 2011 12:04:10 +0100 Source: abootimg Binary: abootimg Architecture: source i386 Version: 0.3-1 Distribution: unstable Urgency: low Maintainer: Heiko Stuebner Changed-By: Heiko Stuebner Description: abootimg - Tool to read/write/update android boot images Closes: 612096 Changes: abootimg (0.3-1) unstable; urgency=low . * Initial release (Closes: #612096) Checksums-Sha1: 47a8c368169fc8197c2d87ba84ee34881e850a19 1013 abootimg_0.3-1.dsc cd31414290ee58688b5e85898caed7e28856f2c4 15920 abootimg_0.3.orig.tar.gz 79206a169077fed15ee45608abf28a4277f0765b 2235 abootimg_0.3-1.diff.gz 31e215846ad223e8746cd72226822cf6538bce1d 14398 abootimg_0.3-1_i386.deb Checksums-Sha256: 806831ab59fa20570754a1a3fcfca960b7db74e2d4b4f0427a98cd1f2844d243 1013 abootimg_0.3-1.dsc c113d3c8038cb137e88eace5fbe231293c9fdb5af90335bacab37c39547ecb61 15920 abootimg_0.3.orig.tar.gz 0c82cab7b5d6d158858877ad181fd6853d19832e4398cb31bdae72653976bc48 2235 abootimg_0.3-1.diff.gz 28bd53015cdc40e8c9748ccbbd949fd4e003ba788bbe14a037aff6b46131f044 14398 abootimg_0.3-1_i386.deb Files: bbb336d9e9a59d8f405aee4a49cb938c 1013 admin extra abootimg_0.3-1.dsc 6cc3f58811ba791aaf240244f2e6575b 15920 admin extra abootimg_0.3.orig.tar.gz 3769c766e948df71fb91136725f4dbcf 2235 admin extra abootimg_0.3-1.diff.gz ab453e7e7a37940e9ba20a5a402bc739 14398 admin extra abootimg_0.3-1_i386.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iEYEAREIAAYFAk1W118ACgkQG6vmO+oxZ5d4IwCfUDv9kMWCTp7ewD7dkPKYf9Nq j9oAoLmuCitmWL1TsfxD0eL02fwfFlrm =JrE5 -END PGP SIGNATURE- --- End Message ---
Bug#587056: marked as done (ITP: netexpect -- Network Expect, a framework for manipulating network packets)
Your message dated Sun, 03 Apr 2011 10:02:26 + with message-id and subject line Bug#587056: fixed in netexpect 0.18-1 has caused the Debian Bug report #587056, regarding ITP: netexpect -- Network Expect, a framework for manipulating network packets 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.) -- 587056: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587056 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Network Expect is a framework that allows to easily build tools that can interact with network traffic. Following a script, traffic can be injected into the network, and decisions can be taken, and acted upon, based on received network traffic. An interpreted language (Tcl) provides branching and high-level control structures to direct the interaction with the network. Network Expect was heavily influenced and inspired on the Expect program written by Don Libes, which allows to "talk" to interactive programs in a scripted fashion. The type of things that Network Expect can do are usually very low level network operations, which usually require writing a custom application in a language like C. Some of the things that Network Expect can do include: * Generate arbitrary network traffic and inject it into a network at layer 2 or layer 3. * A wide range of protocols is supported, including 802.1q, ARP, Cisco VTP and DTP, GRE, IPv4, IPv6, ICMP, UDP, TCP (including options), etc. This Network Expect functionality is very similar to the functionality provided by several packet crafting and forging open source tools like Nemesis, Packit, hping, Scapy, and others. * Listen for network traffic and take decisions based on the type of traffic received. * Open a sniffer trace in PCAP format and replay it after changing some values in the original packet capture. * Emulate network protocols to see how they interact with other speakers of that protocol. For example, emulating a TCP server to investigate approaches to randomization of TCP Initial Sequence Numbers (ISN) can be easily done in Network Expect. -- License: GPLv2 Upstream: http://www.netexpect.org Other comments: Network Expect uses libwireshark from the Wireshark project for packet dissection tasks. I'm working with the wireshark maintainer on the netexpect/wireshark integration since until now there are no other packages (to my knowledge) that use libwireshark from the Wireshark project for packet dissection tasks (package kismet uses libwiretap also from the Wireshark project for read packet capture files, though). Disclaimer: I am the Network Expect upstream maintainer and have a biased interest in seeing my project in Debian. Cheers, Eloy Paris.- --- End Message --- --- Begin Message --- Source: netexpect Source-Version: 0.18-1 We believe that the bug you reported is fixed in the latest version of netexpect, which is due to be installed in the Debian FTP archive: netexpect_0.18-1.debian.tar.gz to main/n/netexpect/netexpect_0.18-1.debian.tar.gz netexpect_0.18-1.dsc to main/n/netexpect/netexpect_0.18-1.dsc netexpect_0.18-1_i386.deb to main/n/netexpect/netexpect_0.18-1_i386.deb netexpect_0.18.orig.tar.bz2 to main/n/netexpect/netexpect_0.18.orig.tar.bz2 tgn_0.18-1_i386.deb to main/n/netexpect/tgn_0.18-1_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 587...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Eloy Paris (supplier of updated netexpect 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: SHA1 Format: 1.8 Date: Thu, 10 Feb 2011 14:13:03 -0500 Source: netexpect Binary: netexpect tgn Architecture: source i386 Version: 0.18-1 Distribution: unstable Urgency: low Maintainer: Eloy Paris Changed-By: Eloy Paris Description: netexpect - Network Expect, a framework for manipulating network packets tgn- A command-line based network traffic generator Closes: 587056 Changes: netexpect (0.18-1) unstable; urgency=low . * Initial release (Closes: 587056) Checksums-Sha1: 62bc45038f6f4427270b1ab61f9d6450b9db6647 1122 netexpect_0.18-1.dsc 8bbdce83e0edeb0268303e39036c2175d5dc0ac3 5
Bug#520900: marked as done (ITP: flvmeta -- Metadata injector for FLV video files)
Your message dated Sun, 03 Apr 2011 10:02:17 + with message-id and subject line Bug#520900: fixed in flvmeta 1.0.11-1 has caused the Debian Bug report #520900, regarding ITP: flvmeta -- Metadata injector for FLV video files 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.) -- 520900: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520900 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: wnpp Severity: wishlist * Package name : flvmeta Version : 1.0.7 Upstream Author : Marc Noirot * URL : http://code.google.com/p/flvmeta/ * License : GPL Description : FLVmeta aims to be a replacement for tools such as flvtool2. It is able to inject all known metadata tags into the onMetaData event, as well as insert an onLastSecond event. Since version 1.0.7, it is also able to fix very large FLV files with invalid 24-bit timestamps to make proper use of 32-bit extended timestamps. FLVmeta is written in portable C, it can therefore be compiled on a variety of platforms, including Linux, Windows, and MacOSX. It is also fast and has a very small memory footprint. - -- Best regards Asbjørn Sloth Tønnesen -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAknHhtkACgkQSViWlxucwurr0QCfRiYmpDLfeEI1Aq/mBw4BBCF1 J60An0xBkGUok+HaAokhL+7ESJsfsQix =2vCi -END PGP SIGNATURE- --- End Message --- --- Begin Message --- Source: flvmeta Source-Version: 1.0.11-1 We believe that the bug you reported is fixed in the latest version of flvmeta, which is due to be installed in the Debian FTP archive: flvmeta_1.0.11-1.debian.tar.gz to main/f/flvmeta/flvmeta_1.0.11-1.debian.tar.gz flvmeta_1.0.11-1.dsc to main/f/flvmeta/flvmeta_1.0.11-1.dsc flvmeta_1.0.11-1_amd64.deb to main/f/flvmeta/flvmeta_1.0.11-1_amd64.deb flvmeta_1.0.11.orig.tar.gz to main/f/flvmeta/flvmeta_1.0.11.orig.tar.gz 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 520...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Neutron Soutmun (supplier of updated flvmeta 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: SHA1 Format: 1.8 Date: Fri, 11 Feb 2011 23:54:06 +0700 Source: flvmeta Binary: flvmeta Architecture: source amd64 Version: 1.0.11-1 Distribution: unstable Urgency: low Maintainer: Neutron Soutmun Changed-By: Neutron Soutmun Description: flvmeta- Metadata injector for FLV video files Closes: 520900 Changes: flvmeta (1.0.11-1) unstable; urgency=low . * Initial release (Closes: #520900). Checksums-Sha1: eedb2199db9f9bb7f121e2e90ae0df73c5007e95 1046 flvmeta_1.0.11-1.dsc cec7da5da2e63d479e1714ada178332c55fe1d9a 114879 flvmeta_1.0.11.orig.tar.gz 87052183538ced0a42a33ad8f93bdeaf851c06df 2360 flvmeta_1.0.11-1.debian.tar.gz f9562035bbc841c4372aaeed08d469fd7f1c604e 25936 flvmeta_1.0.11-1_amd64.deb Checksums-Sha256: 58186559e59b02463c96151f224cca6f38bcda35bd47535e01f7c3d82a1a74b9 1046 flvmeta_1.0.11-1.dsc d7edd36d1b3014ba257364ddecf7dce8dbc94b1ab8a89674bb9f131bf5bf65b0 114879 flvmeta_1.0.11.orig.tar.gz 8de2326b146e4c00d9c3cdef3c3c8dab8ca9443627f07ea2b477d9e35246110e 2360 flvmeta_1.0.11-1.debian.tar.gz bc8b5c56f05d1d89a5516b52a7b75eee9fcaad11630d33ebcf89fa5b0ab0151d 25936 flvmeta_1.0.11-1_amd64.deb Files: a03ae77f04b46d416f1403e48c66e147 1046 video extra flvmeta_1.0.11-1.dsc 70c111fe20636501c2ddcd99f6cec5d7 114879 video extra flvmeta_1.0.11.orig.tar.gz 17c6ae91e774bc12872ca9722c3a6941 2360 video extra flvmeta_1.0.11-1.debian.tar.gz 771e76caeeb3fe694a39628e5b8bce7c 25936 video extra flvmeta_1.0.11-1_amd64.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAk1WoX4ACgkQqgzR7tCLR/4EDgCfVL2epf4m0m+QCFCPb/pCBTr/ CfsAn0KQav4Ewota8+2iaFPXyki48Y23 =+65Z -END PGP SIGNATURE- --- End Message ---
Bug#605919: marked as done (ITP: mbt -- memory-based tagger-generator and tagger for natural language processing)
Your message dated Sun, 03 Apr 2011 10:18:04 + with message-id and subject line Bug#605919: fixed in mbt 3.2.5-3 has caused the Debian Bug report #605919, regarding ITP: mbt -- memory-based tagger-generator and tagger for natural language processing 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.) -- 605919: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605919 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: Joost van Baal * Package name: mbt Version : 3.2.2 Upstream Author : ILK Research Group, Tilburg University, http://ilk.uvt.nl * URL : http://ilk.uvt.nl/mbt * License : GPL-3 Programming Lang: C++ Description : memory-based tagger-generator and tagger for natural language processing MBT is a memory-based tagger-generator and tagger in one. The tagger-generator part can generate a sequence tagger on the basis of a training set of tagged sequences; the tagger part can tag new sequences. MBT can, for instance, be used to generate part-of-speech taggers or chunkers for natural language processing. Features: * Tagger generation: tagged text in, tagger out, * Optional feedback loop: feed previous tag decision back to input of next decision, * Easily customizable feature representation; can incorporate user-provided features, * Automatic generation of separate sub-taggers for known words and unknown words, * Can make use of full algorithmic parameters of TiMBL. . If you do scientific research in natural language processing, MBT will likely be of use to you. --- MBT depends upon TiMBL, see Bug#605913: ITP: timbl -- Tilburg Memory Based Learner. The current MBT upstream release is available from http://ilk.uvt.nl/downloads/pub/software/mbt-3.2.2.tar.gz . Debian packages are available from deb http://apt.ticc.uvt.nl lenny main deb-src http://apt.ticc.uvt.nl lenny main . You can find e.g. http://apt.ticc.uvt.nl/pool/main/m/mbt/mbt_3.2.2-1.dsc there. See also Bug#605905: ITP: frog -- tagger and parser for Dutch language . Bye, Joost signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Source: mbt Source-Version: 3.2.5-3 We believe that the bug you reported is fixed in the latest version of mbt, which is due to be installed in the Debian FTP archive: mbt_3.2.5-3.diff.gz to main/m/mbt/mbt_3.2.5-3.diff.gz mbt_3.2.5-3.dsc to main/m/mbt/mbt_3.2.5-3.dsc mbt_3.2.5-3_amd64.deb to main/m/mbt/mbt_3.2.5-3_amd64.deb mbt_3.2.5.orig.tar.gz to main/m/mbt/mbt_3.2.5.orig.tar.gz 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 605...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Joost van Baal (supplier of updated mbt 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: Mon, 28 Mar 2011 17:34:39 +0200 Source: mbt Binary: mbt Architecture: source amd64 Version: 3.2.5-3 Distribution: unstable Urgency: low Maintainer: Debian Science Team Changed-By: Joost van Baal Description: mbt- memory-based tagger-generator and tagger for natural language pro Closes: 605919 Changes: mbt (3.2.5-3) unstable; urgency=low . * debian/lintian-overrides: s/Mbt/mbt/ (sync w/ new upstream). * debian/control: add pkg-config to build-depends. * debian/control: change libxml2 build-depends into libxml2-dev. . mbt (3.2.5-2) unstable; urgency=low . * Clean up this changelog. * debian/NEWS: updated. . mbt (3.2.5-1) unstable; urgency=low . * New upstream release. - usr/bin/Mbt is renamed tot usr/bin/mbt, usr/bin/Mbtg renamed to usr/bin/mbtg, libMbt renamed to libmbt. * debian/control: added dependency libxml2 . mbt (3.2.4-3) unstable; urgency=low . * debian/copyright: completed (info on some autoconf macro files was missing). Thanks Charles Plessy. . mbt (3.2.4-2) unstable; urgency=low . * copyright, control: CNTS is now called CLiPS. Thanks Antal van den Bosch. * README.source: removed: no content. . mbt (3.2.4-1) unstable; urgency=low . * New upstream release. * First upload to Debian archive (Closes: #605919). * No longer maintained at h
Bug#606990: marked as done (ITP: west-chamber -- iptable extensions for bypassing content filtering firewall)
Your message dated Sun, 03 Apr 2011 10:02:37 + with message-id and subject line Bug#606990: fixed in west-chamber 20100405-1 has caused the Debian Bug report #606990, regarding ITP: west-chamber -- iptable extensions for bypassing content filtering firewall 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.) -- 606990: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606990 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Owner: "Ying-Chun Liu (PaulLiu)" Severity: wishlist *** Please type your report below this line *** * Package name: west-chamber Version : 20100405 Upstream Author : yingyingcui.scholarzhang * URL : http://code.google.com/p/scholarzhang/ * License : GPL-2 Programming Lang: C Description : iptable extensions for bypassing content filtering firewall West-chamber is an iptable extensions named after the famous Chinese ancient friction - Romance of the West Chamber. It is based on the idea of T. Ptacek's paper in 1998 which allows users go through some content-filtered firewall without 3rd-party proxies. -- PaulLiu (劉穎駿) signature.asc Description: OpenPGP digital signature --- End Message --- --- Begin Message --- Source: west-chamber Source-Version: 20100405-1 We believe that the bug you reported is fixed in the latest version of west-chamber, which is due to be installed in the Debian FTP archive: west-chamber-common_20100405-1_i386.deb to main/w/west-chamber/west-chamber-common_20100405-1_i386.deb west-chamber-source_20100405-1_all.deb to main/w/west-chamber/west-chamber-source_20100405-1_all.deb west-chamber_20100405-1.debian.tar.gz to main/w/west-chamber/west-chamber_20100405-1.debian.tar.gz west-chamber_20100405-1.dsc to main/w/west-chamber/west-chamber_20100405-1.dsc west-chamber_20100405.orig.tar.bz2 to main/w/west-chamber/west-chamber_20100405.orig.tar.bz2 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 606...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ying-Chun Liu (PaulLiu) (supplier of updated west-chamber 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: SHA512 Format: 1.8 Date: Tue, 18 Jan 2011 19:56:11 +0800 Source: west-chamber Binary: west-chamber-common west-chamber-source Architecture: source all i386 Version: 20100405-1 Distribution: unstable Urgency: low Maintainer: Ying-Chun Liu (PaulLiu) Changed-By: Ying-Chun Liu (PaulLiu) Description: west-chamber-common - iptable extensions for bypassing content filtering firewall west-chamber-source - iptable extensions for bypassing content filtering firewall (modu Closes: 606990 Changes: west-chamber (20100405-1) unstable; urgency=low . * Initial release (Closes: #606990) Checksums-Sha1: 81f00136efe5026323e3d2cdcec7d0001733fc7e 1851 west-chamber_20100405-1.dsc 95f27d6f26ef4cfe99491d53a83abebb75c30bb0 80230 west-chamber_20100405.orig.tar.bz2 3f101d36bcf75ebde33fc76c5fac8e03fc577275 6766 west-chamber_20100405-1.debian.tar.gz a5c9fb404694f52cfdc806675004ed5fed841239 18830 west-chamber-source_20100405-1_all.deb 7be8785c86526120ee6b5d7e5207bae97256ca0e 13046 west-chamber-common_20100405-1_i386.deb Checksums-Sha256: b2abce806cb426cbca1385be0c2ae6314d5cae81fee5e1cfdbe4128ff54f1c6a 1851 west-chamber_20100405-1.dsc d8e5f47afea6016645f3ccfb94aa88e4fdf78b879c8e2e0e708cfd9717031bc9 80230 west-chamber_20100405.orig.tar.bz2 9ede43ba51bb13535b5e9889417c10251d251f3f3c12e9a84ff7544412c13eac 6766 west-chamber_20100405-1.debian.tar.gz edb50a18625181c0dc708485865367567d9d9e777f2c51ff62328dd9d43bc7a2 18830 west-chamber-source_20100405-1_all.deb e902807ff97094ff8d6d7f06f0ad647e6ee5f14ed4a3835d655dc0dbf20d2791 13046 west-chamber-common_20100405-1_i386.deb Files: fccb1c572b10e39b1462357f0478dd0e 1851 admin extra west-chamber_20100405-1.dsc 38d1503a1df5d8b5fa6823e3e0ed4982 80230 admin extra west-chamber_20100405.orig.tar.bz2 ae810b1b4bf784d44b2aa8c39d19a3e7 6766 admin extra west-chamber_20100405-1.debian.tar.gz bd3c7f6f8522b3557e31ddf385fd5575 18830 admin extra west-chamber-source_20100405-1_all.deb 717417601c2a430d3e4ad3e0b22390bf 13046 admin extra west-chamber-common_201004
Bug#605905: marked as done (ITP: frog -- tagger and parser for Dutch language)
Your message dated Sun, 03 Apr 2011 10:17:22 + with message-id and subject line Bug#605905: fixed in frog 0.10.2-1 has caused the Debian Bug report #605905, regarding ITP: frog -- tagger and parser for Dutch language 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.) -- 605905: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605905 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: Joost van Baal * Package name: frog Version : 0.1 Upstream Author : ILK Research Group, Tilburg University, http://ilk.uvt.nl * URL : http://ilk.uvt.nl/tadpole * License : GPL-3 Programming Lang: C++, Python Description : tagger and parser for Dutch language Memory-Based Learning (MBL) is a machine-learning method applicable to a wide range of tasks in Natural Language Processing (NLP). . Frog is a modular system integrating a morphosyntactic tagger, lemmatizer, morphological analyzer, and dependency parser for the Dutch language. It is based upon it's predecessor TADPOLE (TAgger, Dependency Parser, and mOrphoLogical analyzEr). Using Memory-Based Learning techniques, Tadpole tokenizes, tags, lemmatizes, and morphologically segments word tokens in incoming Dutch UTF-8 text files, and assigns a dependency graph to each sentence. Tadpole is particularly targeted at the increasing need for fast, automatic NLP systems applicable to very large (multi-million to billion word) document collections that are becoming available due to the progressive digitization of both new and old textual data. . Frog is a product of the ILK (Induction of Linguistic Knowledge) research group of the Tilburg University and the CNTS research group of the University of Antwerp. . If you do scientific research in NLP, Frog will likely be of use to you. -- Frog depends upon the TiMBL, TimblServer, and Mbt software packages. These are available from deb http://apt.ticc.uvt.nl lenny main deb-src http://apt.ticc.uvt.nl lenny main . ITP's for these packages are planned. Frog has not yet been publically released (Tadpole has, see http://ilk.uvt.nl/downloads/pub/software/tadpole-0.6.tar.gz .) Bye, Joost signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Source: frog Source-Version: 0.10.2-1 We believe that the bug you reported is fixed in the latest version of frog, which is due to be installed in the Debian FTP archive: frog_0.10.2-1.diff.gz to main/f/frog/frog_0.10.2-1.diff.gz frog_0.10.2-1.dsc to main/f/frog/frog_0.10.2-1.dsc frog_0.10.2-1_amd64.deb to main/f/frog/frog_0.10.2-1_amd64.deb frog_0.10.2.orig.tar.gz to main/f/frog/frog_0.10.2.orig.tar.gz 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 605...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Joost van Baal (supplier of updated frog 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: Sun, 13 Feb 2011 07:58:36 +0100 Source: frog Binary: frog Architecture: source amd64 Version: 0.10.2-1 Distribution: experimental Urgency: low Maintainer: Debian Science Team Changed-By: Joost van Baal Description: frog - tagger and parser for Dutch language Closes: 605905 Changes: frog (0.10.2-1) experimental; urgency=low . * New upstream release. (Frog manpage still missing.) * First upload to Debian. (Closes: #605905) * debian/control: add warning about maturity of this software (quote from upstream README). Checksums-Sha1: 89e26ca40072370949039ab65f8c9bf4ad88da27 1988 frog_0.10.2-1.dsc f4acf8c6ad7ab1af78b8a93bd7914049306829c7 14615438 frog_0.10.2.orig.tar.gz 81848fe2ae9e13a0cbd71c703ca8850fbdfc4d53 2773 frog_0.10.2-1.diff.gz 99ea79508aec80aa7e010a0d1106f9e78350ae99 14329270 frog_0.10.2-1_amd64.deb Checksums-Sha256: 0a378d4d4f0a65ff80332369ab3ab1151cd68dfc63155234044a597f780c8e96 1988 frog_0.10.2-1.dsc 1780a36119da39434f4dff0caeadb9cc8e25f6dbaf26179b7f5c98e5f4203b49 14615438 frog_0.10.2.orig.tar.gz dbeb8b4a10f0bb9e16f3e561fe384dfa6e82bd64fe1ba5a2e79e44069d34e47d 2773 frog_0.10.2-1.diff.gz d08e4bc5bc2d92a4fa97be45f3a8b0a6768fd71cef5a64d8d0ac1c09cc66eb48 143292
Bug#605919: marked as done (ITP: mbt -- memory-based tagger-generator and tagger for natural language processing)
Your message dated Sun, 03 Apr 2011 10:17:46 + with message-id and subject line Bug#605919: fixed in mbt 3.2.4-2 has caused the Debian Bug report #605919, regarding ITP: mbt -- memory-based tagger-generator and tagger for natural language processing 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.) -- 605919: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605919 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: Joost van Baal * Package name: mbt Version : 3.2.2 Upstream Author : ILK Research Group, Tilburg University, http://ilk.uvt.nl * URL : http://ilk.uvt.nl/mbt * License : GPL-3 Programming Lang: C++ Description : memory-based tagger-generator and tagger for natural language processing MBT is a memory-based tagger-generator and tagger in one. The tagger-generator part can generate a sequence tagger on the basis of a training set of tagged sequences; the tagger part can tag new sequences. MBT can, for instance, be used to generate part-of-speech taggers or chunkers for natural language processing. Features: * Tagger generation: tagged text in, tagger out, * Optional feedback loop: feed previous tag decision back to input of next decision, * Easily customizable feature representation; can incorporate user-provided features, * Automatic generation of separate sub-taggers for known words and unknown words, * Can make use of full algorithmic parameters of TiMBL. . If you do scientific research in natural language processing, MBT will likely be of use to you. --- MBT depends upon TiMBL, see Bug#605913: ITP: timbl -- Tilburg Memory Based Learner. The current MBT upstream release is available from http://ilk.uvt.nl/downloads/pub/software/mbt-3.2.2.tar.gz . Debian packages are available from deb http://apt.ticc.uvt.nl lenny main deb-src http://apt.ticc.uvt.nl lenny main . You can find e.g. http://apt.ticc.uvt.nl/pool/main/m/mbt/mbt_3.2.2-1.dsc there. See also Bug#605905: ITP: frog -- tagger and parser for Dutch language . Bye, Joost signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Source: mbt Source-Version: 3.2.4-2 We believe that the bug you reported is fixed in the latest version of mbt, which is due to be installed in the Debian FTP archive: mbt_3.2.4-2.diff.gz to main/m/mbt/mbt_3.2.4-2.diff.gz mbt_3.2.4-2.dsc to main/m/mbt/mbt_3.2.4-2.dsc mbt_3.2.4-2_amd64.deb to main/m/mbt/mbt_3.2.4-2_amd64.deb mbt_3.2.4.orig.tar.gz to main/m/mbt/mbt_3.2.4.orig.tar.gz 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 605...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Joost van Baal (supplier of updated mbt 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: Sun, 13 Feb 2011 13:52:10 +0100 Source: mbt Binary: mbt Architecture: source amd64 Version: 3.2.4-2 Distribution: unstable Urgency: low Maintainer: Debian Science Team Changed-By: Joost van Baal Description: mbt- memory-based tagger-generator and tagger for natural language pro Closes: 605919 Changes: mbt (3.2.4-2) unstable; urgency=low . * copyright, control: CNTS is now called CLiPS. Thanks Antal van den Bosch. * README.source: removed: no content. . mbt (3.2.4-1) unstable; urgency=low . * New upstream release. * First upload to Debian archive (Closes: #605919). * No longer maintained at https://svn.ilk.uvt.nl/svn/trunk/sources/Mbt3/debian but at debian-science project at Alioth. * watch: added. * copyright: now in machine-readable format. * control: Update from policy 3.8.0 to 3.9.1 (no changes needed). * control: do not build-depend upon timbl but on new libtimbl3-dev. * control: do not depend upon adduser; that's needed by mbtserver only. * lintian-overrides: added. This is just a small package, it's sane to ship our shared library with the main binary. * NEWS: no longer in NEWS.Debian Checksums-Sha1: b86a97648d25724e8a67b0844e413b906edf85e0 1909 mbt_3.2.4-2.dsc 7a44719cacd42f632ddf7d95ca67511eee8227f7 656527 mbt_3.2.4.orig.tar.gz d542a6bc51a2b1b3389424516c205433
Bug#476296: marked as done (ITP: ocaml-faad -- OCaml bindings for the freeware Advanced Audio Decoder library)
Your message dated Sun, 03 Apr 2011 10:18:12 + with message-id and subject line Bug#476296: fixed in ocaml-faad 0.2.0-1 has caused the Debian Bug report #476296, regarding ITP: ocaml-faad -- OCaml bindings for the freeware Advanced Audio Decoder library 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.) -- 476296: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476296 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: Romain Beauxis * Package name: ocaml-faad Version : 0.1.1 Upstream Author : The Savonet Team * URL : http://savonet.sf.net/ * License : LGPL Programming Lang: OCaml Description : OCaml bindings for the freeware Advanced Audio Decoder library This package will provide the bindings for the libfadd library (and a more detailled description) :-) It will maintained by the Debian Ocaml Maintainers team. Romain -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-rc7-mactel (SMP w/2 CPU cores; PREEMPT) Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash --- End Message --- --- Begin Message --- Source: ocaml-faad Source-Version: 0.2.0-1 We believe that the bug you reported is fixed in the latest version of ocaml-faad, which is due to be installed in the Debian FTP archive: libfaad-ocaml-dev_0.2.0-1_amd64.deb to main/o/ocaml-faad/libfaad-ocaml-dev_0.2.0-1_amd64.deb libfaad-ocaml_0.2.0-1_amd64.deb to main/o/ocaml-faad/libfaad-ocaml_0.2.0-1_amd64.deb ocaml-faad_0.2.0-1.debian.tar.gz to main/o/ocaml-faad/ocaml-faad_0.2.0-1.debian.tar.gz ocaml-faad_0.2.0-1.dsc to main/o/ocaml-faad/ocaml-faad_0.2.0-1.dsc ocaml-faad_0.2.0.orig.tar.gz to main/o/ocaml-faad/ocaml-faad_0.2.0.orig.tar.gz 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 476...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Romain Beauxis (supplier of updated ocaml-faad 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: Sat, 12 Feb 2011 18:20:50 -0600 Source: ocaml-faad Binary: libfaad-ocaml libfaad-ocaml-dev Architecture: source amd64 Version: 0.2.0-1 Distribution: unstable Urgency: low Maintainer: Debian OCaml Maintainers Changed-By: Romain Beauxis Description: libfaad-ocaml - OCaml interface to the faad library -- runtime files libfaad-ocaml-dev - OCaml interface to the faad library -- developpement files Closes: 476296 Changes: ocaml-faad (0.2.0-1) unstable; urgency=low . * Initial upload to unstable (Closes: #476296) Checksums-Sha1: 0d1df75d623087447b859851ab5fdad2dbc6b9e6 1712 ocaml-faad_0.2.0-1.dsc b473626846d9fde47bec70330ef7fe0f6a026f33 96976 ocaml-faad_0.2.0.orig.tar.gz df5e753fcc68040b98996b0909a2c886b3d7b1db 2457 ocaml-faad_0.2.0-1.debian.tar.gz b1f8a54bc658f1ef52e7c23840ed1df4ae42fd0e 36846 libfaad-ocaml_0.2.0-1_amd64.deb 074b9f70ee5122fc88177c2708bc93200dbadf95 50940 libfaad-ocaml-dev_0.2.0-1_amd64.deb Checksums-Sha256: c5942e7db9a2a4137c42bd01b7314e66e15c2215008a84c0a92c043ab839bb92 1712 ocaml-faad_0.2.0-1.dsc 2db11e58eba6609a7946e45ef6b7d3641ddc2ac1ab2784f9b96a9330b61e4808 96976 ocaml-faad_0.2.0.orig.tar.gz 63856d31e9c0e75fc019444f91884803777a0b4ca75f212f915485a822d53104 2457 ocaml-faad_0.2.0-1.debian.tar.gz c909ee060a22a89857f6eb065686527f774c5613091beb56a5b9f92a50886be1 36846 libfaad-ocaml_0.2.0-1_amd64.deb 92fb7f9d6cb0c7ef5e3fd5b600c330398309dfbefcc775d454e72d1d3f97cd31 50940 libfaad-ocaml-dev_0.2.0-1_amd64.deb Files: fe5f367c6cac73c6ef6e9e513fa7920c 1712 ocaml optional ocaml-faad_0.2.0-1.dsc 133ccc0d7d14de19a11e049bd89fa4d4 96976 ocaml optional ocaml-faad_0.2.0.orig.tar.gz 57f953fc90022705ed94c84a608912f4 2457 ocaml optional ocaml-faad_0.2.0-1.debian.tar.gz f730ed880f85884762db3254c160152d 36846 ocaml optional libfaad-ocaml_0.2.0-1_amd64.deb bce7582d45d7348f57b31522b952f793 50940 ocaml optional libfaad-ocaml-dev_0.2.0-1_amd64.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iQEcBAEBCAAGBQJNVym4AAoJEAC5aaocqV0ZI2gIAIcCdmyZUeRIxI8JnsoeVdVQ Q
Bug#607325: WNPP : uzbl
Julien VAUBOURG scrisse: > I use Uzbl daily, and I'm a Debian fan. > I'm interested to maintain this package. If I can be useful for you, > could you initiate me into this stuff ? You may want to join me in maintaining uzbl. You only need an uzbl account and to join the collab-maint group: http://alioth.debian.org/projects/collab-maint/ Let me know once done, I'll provide you some information about how to handle the git repo at http://git.debian.org/?p=collab-maint/uzbl.git;a=summary Cheers, Luca -- .''`. ** Debian GNU/Linux ** | Luca Bruno (kaeso) : :' : The Universal O.S.| lucab (AT) debian.org `. `'` | GPG Key ID: 3BFB9FB3 `- http://www.debian.org | Debian GNU/Linux Developer signature.asc Description: PGP signature
Bug#620668: O: libapp-cli-perl
Package: wnpp Severity: normal I'm orphaning libapp-cli-perl. I don't maintain any reverse dependency any longer. Bastian -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110403114322.22012.42758.report...@lumphammer.waldi.eu.org
Bug#620671: ITP: indicator-session -- indicator showing session management, status and user switching
Package: wnpp Severity: wishlist Owner: pkg-ayatana-de...@lists.alioth.debian.org * Package name: indicator-session Version : 0.2.15 Upstream Author : Ted Gould * URL : https://launchpad.net/indicator-session * License : GPL-3 Programming Lang: C Description : indicator showing session management, status and user switching This indicator is designed to be placed on the right side of a panel and give the user easy control for changing their instant message status, switching to another user, starting a guest session or controlling the status of their own session. . It requires some way to be hosted into a panel. For the GNOME Panel the appropriate package is indicator-applet-session. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110403121315.17679.46560.reportbug@nana
Bug#532121: Status of #532121
On 04/02/2011 09:05 PM, Andreas Rottmann wrote: > James, are you still interested in maintaining the package? He told me in a private mail that he'd be okay with me maintaining the package. > I've had a quick look over your packaging, and spotted a minor typo in > debian/copyright: > > Formatt: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 > ^^ > > Also, there is some Breaks/Replaces missing for the -doc package: > > % sudo dpkg -i /var/cache/pbuilder/result/python-crypto*2.3-1*.deb > Selecting previously deselected package python-crypto-dbg. > (Reading database ... 406704 files and directories currently installed.) > Unpacking python-crypto-dbg (from .../python-crypto-dbg_2.3-1_amd64.deb) ... > Selecting previously deselected package python-crypto-doc. > Unpacking python-crypto-doc (from .../python-crypto-doc_2.3-1_all.deb) ... > dpkg: error processing > /var/cache/pbuilder/result/python-crypto-doc_2.3-1_all.deb (--install): >trying to overwrite '/usr/share/doc-base/python-crypto', which is also in > package python-crypto 2.1.0-2+b1 > Preparing to replace python-crypto 2.1.0-2+b1 (using > .../python-crypto_2.3-1_amd64.deb) ... > Unpacking replacement python-crypto ... > Setting up python-crypto (2.3-1) ... > Processing triggers for doc-base ... > Processing 1 removed doc-base file... > Registering documents with dwww... > Registering documents with scrollkeeper... > Setting up python-crypto-dbg (2.3-1) ... > Errors were encountered while processing: >/var/cache/pbuilder/result/python-crypto-doc_2.3-1_all.deb > > Aside from that, all looks very nice -- thanks for your work! Would you > like to fix the typo and the dependency issue? I'd then upload to > DELAYED/7-day to give James some more time to chime in. I have updated and reuploaded the package to mentors.d.n. Kind regards, -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature
Bug#620685: ITP: fonts-ukij-uyghur -- fonts for Uyghur language
Package: wnpp Severity: wishlist Owner: Christian Perrier * Package name: fonts-ukij-uyghur Version : 20110217 Upstream Author : Uyghur Computer Science Association * URL : http://www.ukij.org/fonts * License : LGPL-3, OFL Description : fonts for Uyghur language This package provides a set of fonts designed to fully support the Uyghur language. . These fonts are designed and assembled by the Uyghur Kompyutér Illimi Jem'iyiti (Uyghur Computer Science Association). -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110403132901.6059.25942.report...@mykerinos.kheops.frmug.org
Bug#620689: RFP: xul-ext-synckolab -- Synchronize address book and calendar between icdove and kolab
Package: wnpp Severity: wishlist * Package name: xul-ext-synckolab Version : 1.5.201101121918 Upstream Author : Andreas Gungl * URL : http://www.gargan.org/en/Mozilla_Extensions/SyncKolab * License : MPL 1.1/GPL 2.0/LGPL 2.1 Programming Lang: JS, XUL Description : Synchronize address book and calendar between icdove and kolab or citadel -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110403135521.ga8...@bogon.sigxcpu.org
Bug#612734: (no subject)
Hi everybody, I also do use policyd-weight on several setups so I would like to help here :) Please let me if help is appreciated. Best regards, Werner Detter -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d988261.10...@aloah-from-hell.de
Processed: close RFP
Processing commands for cont...@bugs.debian.org: > fixed 599102 1.1.0-2 Bug #599102 [wnpp] RFP: perroquet -- educational program to improve oral understanding in a foreign language There is no source info for the package 'wnpp' at version '1.1.0-2' with architecture '' Unable to make a source version for version '1.1.0-2' Bug Marked as fixed in versions 1.1.0-2. > thanks Stopping processing here. Please contact me if you need assistance. -- 599102: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599102 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.130184212414788.transcr...@bugs.debian.org
Bug#620701: ITP: preprocess -- a portable multi-language file preprocessor
Package: wnpp Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org, python-modules-t...@lists.alioth.debian.org Package name: preprocess Version: 1.1.0 Upstream authors: Trent Mick URL: http://preprocess.googlecode.com/ License: MIT Description: a portable multi-language file preprocessor Preprocess is like a typical C preprocess, but it extends to multiple languages. Languages for which it works include: C++, Python, Perl, Tcl, XML, JavaScript, CSS, IDL, TeX, Fortran, PHP, Java, Shell scripts (Bash, CSH, etc.) and C#. Preprocess is usable both as a command line app and as a Python module. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d9886ad.80...@gmail.com
Bug#620726: O: kopete-silc-plugin -- plugin for Kopete to support SILC protocol
Package: wnpp Severity: normal It looks like [1] everyone involved in packaging SILC has lost interest. kopete-silc-plugin should be considered as orphaned until others pick up the Alioth project or the packages. [1] http://lists.alioth.debian.org/pipermail/pkg-silc-devel/2011-March/000505.html The package description is: Plugin for Kopete instant messaging client to support the SILC protocol. . SILC (Secure Internet Live Conferencing) is a protocol which provides secure conferencing services in the Internet over insecure channel. SILC is like IRC although internally they are very different. The biggest similarity between SILC and IRC is that they both provide conferencing services and that SILC has almost same commands as IRC. Other than that they are nothing alike. The biggest differences are that SILC is secure and IRC is not in any way. The network model is also entirely different to IRC. -- Jérémy Bobbio.''`. lu...@debian.org: :Ⓐ : # apt-get install anarchism `. `'` `- signature.asc Description: Digital signature
Bug#620724: O: silc-toolkit -- SILC generic library
Package: wnpp Severity: normal It looks like [1] everyone involved in packaging SILC has lost interest. silc-toolkit should be considered as orphaned until others pick up the Alioth project or the packages. [1] http://lists.alioth.debian.org/pipermail/pkg-silc-devel/2011-March/000505.html The package description is: SILC (Secure Internet Live Conferencing) is a network protocol designed to provide end-to-end security for conferencing services. SILC has a command set and a user interface similar to IRC, but the network protocol is completely different as it supports public key strong cryptography and a different network model. . This package contains the SILC generic library. -- Jérémy Bobbio.''`. lu...@debian.org: :Ⓐ : # apt-get install anarchism `. `'` `- signature.asc Description: Digital signature
Bug#620727: O: silc-client -- SILC plugin for irssi
Package: wnpp Severity: normal It looks like [1] everyone involved in packaging SILC has lost interest. silc-client should be considered as orphaned until others pick up the Alioth project or the packages. [1] http://lists.alioth.debian.org/pipermail/pkg-silc-devel/2011-March/000505.html The package description is: SILC (Secure Internet Live Conferencing) is a network protocol designed to provide end-to-end security for conferencing services. SILC has a command set and a user interface similar to IRC, but the network protocol is completely different as it supports public key strong cryptography and a different network model. . This package provides a plugin to connect to SILC networks using irssi. -- Jérémy Bobbio.''`. lu...@debian.org: :Ⓐ : # apt-get install anarchism `. `'` `- signature.asc Description: Digital signature
Bug#620722: ITP: drbl -- Diskless Remote Boot in Linux for client machines
Package: wnpp Severity: wishlist Owner: Georges Khaznadar * Package name: drbl Version : 1.9.8+27-1 Upstream Authors : Steven Shiau Blake, Kuo-Lien Huang Huang H. T. Wang Ceasar Sun Jazz Wang Thomas Tsai * URL : http://drbl.sourceforge.net/ * License : GPL-2 Programming Lang: Perl, Bash Description : Diskless Remote Boot in Linux for client machines DRBL provides a diskless or systemless environment for client machines. It works on Debian, Ubuntu, Mandriva, Red Hat, Fedora, CentOS and OpenSuSE. DRBL uses distributed hardware resources and makes it possible for clients to fully access local hardware. It also includes Clonezilla, a partition and disk cloning utility similar to Symantec Ghost(TM) or True Image(TM). . For more details, check 1. http://drbl.sourceforge.net (English) 2. http://drbl.nchc.org.tw (Chinese Big5 - Taiwan) -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110403165410.10276.15416.report...@photos.khaznadar.fr
Bug#620720: ITP:mpview -- Image viewer and manipulator
Package: wnpp Severity: RFP MPView is image viewer and manipulator (can read and write common image types and do simple transformations, like crop, rotate, etc... on them). It is somewhat similar to IrfanView from windows. It requires Qt 4 and (optionally) libpng, libjpeg, libtiff and libmagick (the more of these, the better support of reading/writing various image formats) License: GNU GPL version 2 Homepage: http://mpview.sourceforge.net/ Download page: http://sourceforge.net/project/showfiles.php?group_id=194952&package_id=229942 Thanks.
Bug#620725: O: silc-server -- server for the SILC protocol
Package: wnpp Severity: normal It looks like [1] everyone involved in packaging SILC has lost interest. silc-server should be considered as orphaned until others pick up the Alioth project or the packages. [1] http://lists.alioth.debian.org/pipermail/pkg-silc-devel/2011-March/000505.html The package description is: SILC (Secure Internet Live Conferencing) is a network protocol designed to provide end-to-end security for conferencing services. SILC has a command set and a user interface similar to IRC, but the network protocol is completely different as it supports public key strong cryptography and a different network model. . This package provides a system daemon that can act as a SILC router or server. -- Jérémy Bobbio.''`. lu...@debian.org: :Ⓐ : # apt-get install anarchism `. `'` `- signature.asc Description: Digital signature
Bug#620722: Acknowledgement (ITP: drbl -- Diskless Remote Boot in Linux for client machines)
Hello NCHC free-libre coders! I shall begin to package DRBL for Debian, with your help, if you do not mind. There is work to do to meet Debian standards for packages in the main section. I will talk about details in a separate e-mail. This one is to inform you about the ITP (intention to package), see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620722 if you prefer viewing it in your favourite browser. Best regards, Georges. Debian Bug Tracking System a écrit : > Thank you for filing a new Bug report with Debian. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > As you requested using X-Debbugs-CC, your message was also forwarded to > debian-de...@lists.debian.org > (after having been given a Bug report number, if it did not have one). > > Your message has been sent to the package maintainer(s): > w...@debian.org > > If you wish to submit further information on this problem, please > send it to 620...@bugs.debian.org. > > Please do not send mail to ow...@bugs.debian.org unless you wish > to report a problem with the Bug-tracking system. > > -- > 620722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620722 > Debian Bug Tracking System > Contact ow...@bugs.debian.org with problems > -- Georges KHAZNADAR et Jocelyne FOURNIER 22 rue des mouettes, 59240 Dunkerque France. Téléphone +33 (0)3 28 29 17 70 signature.asc Description: Digital signature
Bug#620736: RFA: jsmath, jsmath-fonts, jsmath-fonts-sprite -- TeX equations in HTML
Package: wnpp Severity: normal Due to lack of time/interest, I would like to have this nice tasty bundle of packages adopted by an interested DD (I would probably not be interested in mentoring/sponsoring them, since it is time once again). So, on the table: jsmath -- somewhat popular way to provide TeX equations in HTML it is rdepends for cb2bib python-sphinx cb2bib I do not recall socializing with upstream (there were no need), current version in Debian 3.6c-1 (from 14 Mar 2010), while upstream got 3.6e. In general -- very easy package, only 2 outstanding bug reports -- 1 with debconf translation (NMU is pending from Christian PERRIER) and the other one is from Joey himself in regards to my unclear debconf messages jsmath-fonts, jsmath-fonts-sprite -- both seems to match upstream (according to version catched by uscan), and packages last updated in 09 Nov 2007. Get them while they are hot! Cheers, Yaroslav -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110403183457.24270.16796.report...@novo.onerussian.com
Processed: tagging as pending bugs that are closed by packages in NEW
Processing commands for cont...@bugs.debian.org: > # Sun Apr 3 20:03:13 UTC 2011 > # Tagging as pending bugs that are closed by packages in NEW > # http://ftp-master.debian.org/new.html > # > # Source package in NEW: libconvert-ytext-perl > tags 614064 + pending Bug #614064 [wnpp] ITP: libconvert-ytext-perl -- encode utf8 string into rfc2822 localpart Added tag(s) pending. > # Source package in NEW: flowcanvas > tags 609981 + pending Bug #609981 [flowcanvas] New upstream release: 0.7.1 Added tag(s) pending. > # Source package in NEW: indicator-session > tags 620671 + pending Bug #620671 [wnpp] ITP: indicator-session -- indicator showing session management, status and user switching Added tag(s) pending. > # Source package in NEW: ruby-json > tags 617721 + pending Bug #617721 [libjson-ruby] libjson-ruby1.8: New upstream version available Added tag(s) pending. > # Source package in NEW: ruby-json > tags 561839 + pending Bug #561839 [edit-json] edit-json: prettify_json fails on input that edit_json can open Added tag(s) pending. > # Source package in NEW: binutils-mingw-w64 > tags 602996 + pending Bug #602996 [wnpp] ITP: binutils-mingw-w64 -- Cross-binutils for Win32 and Win64 using MinGW-w64 Added tag(s) pending. > End of message, stopping processing here. Please contact me if you need assistance. -- 602996: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602996 617721: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617721 614064: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614064 561839: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561839 620671: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620671 609981: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609981 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.13018610207724.transcr...@bugs.debian.org
Processed: Re: Bug#584689: justniffer: changing back from ITP to RFP
Processing commands for cont...@bugs.debian.org: > retitle 584689 ITP: justniffer -- TCP packet sniffer Bug #584689 [wnpp] RFP: justniffer -- TCP packet sniffer Changed Bug title to 'ITP: justniffer -- TCP packet sniffer' from 'RFP: justniffer -- TCP packet sniffer' > owner 584689 ! Bug #584689 [wnpp] ITP: justniffer -- TCP packet sniffer Owner recorded as Andrea Colangelo . > thanks Stopping processing here. Please contact me if you need assistance. -- 584689: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584689 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.130186288813767.transcr...@bugs.debian.org
Bug#606083: marked as done (ITA: sic -- simple irc client (sic))
Your message dated Sun, 03 Apr 2011 20:56:26 + with message-id and subject line Bug#606083: fixed in sic 1.1-4 has caused the Debian Bug report #606083, regarding ITA: sic -- simple irc client (sic) 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.) -- 606083: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606083 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Hi, this package is hereby orphaned. If you want to be the new maintainer, please see http://www.debian.org/devel/wnpp/index.html#howto-o for detailed instructions how to adopt a package properly. Some information about this package: Package: sic Priority: optional Section: net Description: simple irc client (sic) sic is an extremly fast, small and simple irc client. It reads commands from standard input and prints all server output to standard output. It multiplexes also all channel traffic into one output, that you don't have to switch different channel buffers, that's actually a feature. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ --- End Message --- --- Begin Message --- Source: sic Source-Version: 1.1-4 We believe that the bug you reported is fixed in the latest version of sic, which is due to be installed in the Debian FTP archive: sic_1.1-4.debian.tar.gz to main/s/sic/sic_1.1-4.debian.tar.gz sic_1.1-4.dsc to main/s/sic/sic_1.1-4.dsc sic_1.1-4_amd64.deb to main/s/sic/sic_1.1-4_amd64.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 606...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jeroen Schot (supplier of updated sic 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: SHA1 Format: 1.8 Date: Thu, 31 Mar 2011 09:00:54 +0200 Source: sic Binary: sic Architecture: source amd64 Version: 1.1-4 Distribution: unstable Urgency: low Maintainer: Jeroen Schot Changed-By: Jeroen Schot Description: sic- simple irc client (sic) Closes: 606083 Changes: sic (1.1-4) unstable; urgency=low . * New maintainer (Closes: #606083) * Support dpkg-buildflags * Added debian/watch file * Lintian override for 'no-upstream-changelog' * Install upstream README in /usr/share/doc * Added patch to fix early freeaddrinfo call Checksums-Sha1: d4a97df1b581af7112f01a27e73a087b4540a980 1598 sic_1.1-4.dsc 7fbb160b7ee2f2e7381da571bed132c4fc272c34 3481 sic_1.1-4.debian.tar.gz b9071a854c16a0e163bc8b01deeb442775ce75e6 9406 sic_1.1-4_amd64.deb Checksums-Sha256: 4d0a2a91d3b11ffe102a346a92eb456661d13e5b8b4f568b8eb3c78b09b2b662 1598 sic_1.1-4.dsc 054277df3b10ce60a26cc0f106bacd2c43bbf2038445886c9818e001ed1999a1 3481 sic_1.1-4.debian.tar.gz 26670dec661b6b241ec77c73bbe231c5036c6e441c85abfdfcf9fc0f02ef9927 9406 sic_1.1-4_amd64.deb Files: 9dd761d74eea204cc8b0737b4dac88dd 1598 net optional sic_1.1-4.dsc 2b03969594d33ef12d5c7d0ed2af1be4 3481 net optional sic_1.1-4.debian.tar.gz fb9b1e42c5b336653c76ed98d183fdf9 9406 net optional sic_1.1-4_amd64.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBAgAGBQJNmM/7AAoJEBxXDIkOS9CrQ/cP/jXtJdLbP021GpTjbr/8ORg+ tPMhixrfAFw33ooFHKlR7IsWG9kj3ttp4iNa0g2jZQRYBtUu7qJSWrOlXWznY9hw pIiKTou2fCjEeKh5g3HD8ecG2XiLzq/aTLZFqFCGbscnfpEBlwY0KC3vbwaybQbm YjhxctIaD/Pd2FMcVwqJrt93wxst5Go6wJkl0b4euqJT90TLsvGwBkybRcOIeP4X C0eJ0ixd6qKCnP506J+mW09wVcly8xtOPT718unxao/WwJMVo/ecQ7v53np/bf2/ EYpQl8P19LSVYtisnye35i6v4GCMnuzy3Zz4BYIBkiJuCmt0iTUPOGVvFmajag/m 9CbgPyF1E/gj4KhLGROBbP4xDAV3ax01MSK44P37KmBqGErczj6/uKY277EmNXm+ +MP2W8CCiF052tuWwuKRRC9SiRRZGZqmq+KKehZc7rimzaj/scOJeiYcn9w08jlx YzO6eUCqXcJlBy5r+8UQEGAOhb/SQExXWGG8plJF6/itmimpjrBo9Av3JKqbHTTz OpcQziqkRO8qcpO430Voi+FNbxYFBWF1abMT8Pkqij8FkFpn+Jh9LFCVDpCr9OkP kuhI1zSw+klHSNsw5W26z9nivmPdPwF+u6MdjOl1q5ZwAVNToM5T5X6d1O2aOyOb EfCpBmXfjUHjpaH32VHE =ML9C -END PGP SIGNATURE- --- End Message ---
Bug#620750: ITP: xserver-xorg-video-imx -- X.Org X server -- i.MX display driver
Package: wnpp Severity: wishlist Owner: Hector Oron * Package name: xserver-xorg-video-imx Version : 1.0.0 Upstream Author : Konstantinos Margaritis * URL : https://github.com/genesi/xorg-video-imx * License : See below Programming Lang: C Description : X.Org X server -- i.MX display driver Xorg video driver for Freescale i.MX CPUs Verbatim copy of License: Copyright (C) 2009-2010 Freescale Semiconductor, Inc. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the name of Freescale Semiconductor shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from Freescale Semiconductor, Inc. Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is fur- nished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the name of the XFree86 Project shall not be used in advertising or otherwise to promote the sale, use or other deal- ings in this Software without prior written authorization from the XFree86 Project. -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110403203039.17304.60454.report...@flaco.tsc-farm.upc.es
Bug#599924: plowshare - typos patches
On Sun, Apr 03, 2011 at 11:26:01AM +0200, Matthieu Crapet wrote: > Hi, Hi Matthieu, > Thanks for lintian errors, I applied it. Great, thanks! > Concerning changelog, It's in fact the wrong changelog, I mean not > the debian changelog (see attached file). > If you look at the latest release it's "1~svn1391-1". It's version > "1" not 0.9.5. > I prefer keeping version 1 and use svn revision, do you agree ? Agree, I'm going to send an updated package. About the Debian Changelog I cannot use it because the package is not in Debian (yet), so when the package is accepted the first comment must be "Initial release" and the history start from that point. Best Regards, -- Fernando C. Estrada Why are there always boycotts? Shouldn't there be girlcotts too? -- argon on #Linux -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110403212520.ga18...@camaleonina.octanux.com
Processed (with 1 errors): move from RFP to ITP
Processing commands for cont...@bugs.debian.org: > retitle 578326 ITP: libbrahe -- A heterogeneous C library of interesting Bug #578326 [wnpp] RFP: libbrahe -- A heterogeneous C library of interesting numeric functions Changed Bug title to 'ITP: libbrahe -- A heterogeneous C library of interesting' from 'RFP: libbrahe -- A heterogeneous C library of interesting numeric functions' > numeric functions Unknown command or malformed arguments to command. > owner 578326 ! Bug #578326 [wnpp] ITP: libbrahe -- A heterogeneous C library of interesting Owner recorded as a...@debian.org. > thanks Stopping processing here. Please contact me if you need assistance. -- 578326: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578326 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.130186902530016.transcr...@bugs.debian.org
Bug#602050: ITP: supercollider -- A real time audio synthesis programming language
On Mon, Mar 28, 2011 at 18:42, Dan S wrote: > 2011/3/28 Dan S : >> 2011/3/28 Felipe Sateler : >> I've pushed a commit to that branch that apparently solves the issue. > > Great, works here, thanks. > > Someone else started the supercollider packaging (on ubuntu) and he > had reasons for going with --install-sandbox. He is bcc'ed here - > Artem please send me (or deb-mm) a mail if you have objections. > > I'll merge that branch into master, and send the change upstream (for > inclusion in 3.4.2). Remember to include the change in master as a patch instead of directly modifying SConstruct! >>> >>> Ping? >> >> Thanks for the nudge - now committed. Any feedback welcome - this was >> the first time I used quilt "properly" > > ...and now SC 3.4.2 has been released on the same day. So I've > imported it into the git (3 patches no longer needed, hooray) - all > testing and feedback welcome. Looks like you didn't actually merge the upstream branch into master but instead imported the new tarball as a new commit. Any ideas on how to fix this? One could revert the commit and do a proper merge, I guess. Any other options? -- Saludos, Felipe Sateler -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/banlktinsruxoyv-p3fmgh7jzltva8rc...@mail.gmail.com