Bug#569282: sun-java6: [INTL:fr] French debconf templates translation update
Package: sun-java6 Version: N/A Severity: wishlist Tags: patch l10n Please find attached the french debconf templates update, proofread by the debian-l10n-french mailing list contributors. If you do not already use it, you might consider using the "podebconf-report-po" utility, which helps warning translators about changes when you modify some debconf templates in your packages. The usual policy when using it is sending a warning to translators when you plan to upload a version of your package with debconf templates changes (even typo corrections). Then leave about one week for them to update their files (several translation teams have a QA process which requires time). podebconf-report-po will take care of sending the translators the needed material as well as getting the translators adresses from the PO files. All you have to do is just using the utility..:-) Example use (from your package build tree): $ podebconf-report-po This will go through debian/po/*.po files, find those needing an update, extract the translators data from these files and prepare a mail to send to these translators (you can also use the "--languageteam" switch to also mail the mail addresses listed in "Language-Team" field). You can also use this utility to request for new translations: $ podebconf-report-po --call This will send a mail to debian-i...@lists.debian.org with all the needed information and material for new translators to add new languages to your supported languages. If you apply this policy, please forget about these remarks, of courseThis message is generic..:-) -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash # translation of fr.po to French # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Florentin Duneau , 2006. # Christian Perrier , 2010. msgid "" msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: sun-ja...@packages.debian.org\n" "POT-Creation-Date: 2010-02-11 09:11+0100\n" "PO-Revision-Date: 2010-02-11 09:12+0100\n" "Last-Translator: Christian Perrier \n" "Language-Team: fr \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" "X-Generator: Lokalize 1.0\n" #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "JCE Unlimited Strength Jurisdiction Policy Files" msgstr "« JCE Unlimited Strength Jurisdiction Policy Files »" #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "" "Due to import control restrictions of some countries, the JCE jurisdiction " "policy files shipped with this package allow \"strong\" but limited " "cryptography to be used. An \"unlimited strength\" version of these files " "indicating no restrictions on cryptographic strengths is available for those " "living in eligible countries (which is most countries). You download this " "version and replace the strong cryptography versions supplied with this " "package with the unlimited ones." msgstr "" "À cause des restrictions sur le contrôle des importations de certains pays, " "la politique juridique des fichiers JCE intégrées dans ce paquet permet " "d'utiliser des algorithmes de cryptographie « forts » mais limités. Une " "version de « force illimitée » de ces fichiers, sans restriction sur la " "puissance des algorithmes de cryptographie est disponible pour ceux qui " "vivent dans des pays où ceci est autorisé (ce qui représente la plupart des " "pays). Vous pouvez télécharger cette version et remplacer les versions des " "algorithmes « forts » fournis avec ce paquet par leurs versions illimitées." #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "" "The Java(TM) Cryptography Extension (JCE) Unlimited Strength Jurisdiction " "Policy Files 1.4.2 are available at http://javashoplm.sun.com/ECom/docs/"; "Welcome.jsp?StoreId=22&PartDetailId=7503-jce-1.4.2-oth-" "JPR&SiteId=JSC&TransactionId=noreg" msgstr "" "L'extension de cryptographie de Java (TM) « (JCE) Unlimited Strength " "Jurisdiction Policy Files 1.4.2 » est disponible à http://javashoplm.sun.com/"; "ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7503-jce-1.4.2-oth-" "JPR&SiteId=JSC&TransactionId=noreg" #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "Grant the \"stopThread\" RuntimePermission?" msgstr "" "Voulez-vous autoriser la gestion « stopThread » de la classe " "« RuntimePermission » ?" #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "" "This permission allows any thread to stop itself using the java.lang.Thread." "stop() method that takes no argument." msgstr "" "Ceci permet à tout processus léger (« thread ») de s'arrêter lui-même avec la "
Bug#510150: marked as done (sun-java6-jre: -classpath is ignored)
Your message dated Thu, 11 Feb 2010 09:45:02 +0100 with message-id <1265877902.5160.2460.ca...@korcula.inria.fr> and subject line has caused the Debian Bug report #510150, regarding sun-java6-jre: -classpath is ignored 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.) -- 510150: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510150 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: sun-java6-jre Version: 6-07-4 Severity: normal Hi, It seems as if the latest version of the JRE ignores the -classpath. folk...@mauer:~$ java -classpath /usr/share/java/mysql-connector-java-5.1.6.jar -jar testmysql.jar exception: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver Library path: /usr/lib/jvm/java-6-sun-1.6.0.07/jre/lib/amd64/server:/usr/lib/jvm/java-6-sun-1.6.0.07/jre/lib/amd64:/usr/lib/jvm/java-6-sun-1.6.0.07/jre/../lib/amd64:/usr/java/packages/lib/amd64:/lib:/usr/lib if -classpath expects a path, it doesn't work either: folk...@mauer:~$ java -classpath /usr/share/java -jar testmysql.jar exception: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver Library path: /usr/lib/jvm/java-6-sun-1.6.0.07/jre/lib/amd64/server:/usr/lib/jvm/java-6-sun-1.6.0.07/jre/lib/amd64:/usr/lib/jvm/java-6-sun-1.6.0.07/jre/../lib/amd64:/usr/java/packages/lib/amd64:/lib:/usr/lib testmysql.java: -- import java.util.*; import java.sql.*; class testmysql { static public void main(String [] args) { try { Class.forName("com.mysql.jdbc.Driver"); System.out.println(" mysql connect"); Connection con = DriverManager.getConnection("jdbc:mysql://mauer:3306/posbook", "pos", "pospw"); System.out.println(" mysql connected!"); String query = "SELECT (avg(white) + avg(black)) / 2.0 AS scaler FROM book"; Statement stmt = con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY); ResultSet rs = stmt.executeQuery(query); if (rs.next()) System.out.println("result: " + rs.getDouble("scaler")); else System.out.println("nothing returned"); } catch(Exception e) { System.out.println("exception: " + e); System.out.println("Library path: " + System.getProperty("java.library.path")); } } } testmysql-manifest.txt: -- Main-Class: testmysql jar creation commandline: jar cmf testmysql-manifest.txt testmysql.jar testmysql.class -- System Information: Debian Release: 5.0 APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Versions of packages sun-java6-jre depends on: ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy ii java-common 0.30 Base of all Java packages ii locales 2.7-16 GNU C Library: National Language ( ii sun-java6-bin 6-07-4 Sun Java(TM) Runtime Environment ( Versions of packages sun-java6-jre recommends: pn gsfonts-x11(no description available) Versions of packages sun-java6-jre suggests: pn sun-java6-fonts(no description available) pn sun-java6-plugin | ia32-sun-j (no description available) pn ttf-arphic-uming (no description available) pn ttf-baekmuk | ttf-unfonts | t (no description available) pn ttf-kochi-gothic | ttf-sazana (no description available) pn ttf-kochi-mincho | ttf-sazana (no description available) -- debconf information: sun-java6-jre/stopthread: true * shared/accepted-sun-dlj-v1-1: true sun-java6-jre/jcepolicy: shared/error-sun-dlj-v1-1: * shared/present-sun-dlj-v1-1: --- End Message --- --- Begin Message --- --- End Message ---
Processing of sun-java6_6-18-2_i386.changes
sun-java6_6-18-2_i386.changes uploaded successfully to localhost along with the files: sun-java6_6-18-2.dsc sun-java6_6-18-2.diff.gz sun-java6-bin_6-18-2_i386.deb sun-java6-plugin_6-18-2_i386.deb sun-java6-jdk_6-18-2_i386.deb sun-java6-demo_6-18-2_i386.deb sun-java6-jre_6-18-2_all.deb sun-java6-fonts_6-18-2_all.deb sun-java6-source_6-18-2_all.deb sun-java6-javadb_6-18-2_all.deb Greetings, Your Debian queue daemon (running on host ries.debian.org) -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
sun-java6_6-18-2_i386.changes REJECTED
Reject Reasons: sun-java6_6-18-2.dsc refers to sun-java6_6-18.orig.tar.gz, but I can't find it in the queue or in the pool. 'dpkg-source -x' failed for sun-java6_6-18-2.dsc [return code: 2]. [dpkg-source output:] dpkg-source: failure: cannot fstat file ./sun-java6_6-18.orig.tar.gz: No such file or directory === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#569294: [l10n] Czech translation for sun-java6
Package: sun-java6 Severity: wishlist Tags: l10n, patch In attachement there is updated Czech translation (cs.po) for sun-java6 package, please include it. Regards, Martin Sin# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Martin Sin , 2006. # msgid "" msgstr "" "Project-Id-Version: sun-java6 6-18-2\n" "Report-Msgid-Bugs-To: sun-ja...@packages.debian.org\n" "POT-Creation-Date: 2010-02-11 10:31+0100\n" "PO-Revision-Date: 2010-02-11 10:50+0100\n" "Last-Translator: Martin Sin \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "JCE Unlimited Strength Jurisdiction Policy Files" msgstr "JCE Unlimited Strength Jurisdiction Policy Files" #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "" "Due to import control restrictions of some countries, the JCE jurisdiction " "policy files shipped with this package allow \"strong\" but limited " "cryptography to be used. An \"unlimited strength\" version of these files " "indicating no restrictions on cryptographic strengths is available for those " "living in eligible countries (which is most countries). You download this " "version and replace the strong cryptography versions supplied with this " "package with the unlimited ones." msgstr "" "Vzhledem k dovoznÃm omezenÃm týkajÃcÃch se nÄkterých zemÃ, je politikou JCE " "použÃvat v tomto programu \"silné\", ale pÅesto omezené Å¡ifrovánÃ. V pÅÃpadÄ " "\"neomezeného Å¡ifrovánÃ\", nejsou dána žádná omezenà týkajÃcà se sÃly " "Å¡ifrovánà (tak to je ve vÄtÅ¡inÄ zemà svÄta). Pokud tedy budete chtÃt, můžete " "si stáhnout tuto verzi a nahradit silné Å¡ifrovánÃ, dodávané s tÃmto " "balÃÄkem, jeho neomezenou verzÃ." #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "" "The Java(TM) Cryptography Extension (JCE) Unlimited Strength Jurisdiction " "Policy Files 1.4.2 are available at http://javashoplm.sun.com/ECom/docs/"; "Welcome.jsp?StoreId=22&PartDetailId=7503-jce-1.4.2-oth-" "JPR&SiteId=JSC&TransactionId=noreg" msgstr "" "Soubory obsahujÃcà dalšà informace o 'Java(TM) Cryptography Extension (JCE) " "Unlimited Strength Jurisdiction' naleznete na stránce http://javashoplm.sun."; "com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7503-jce-1.4.2-oth-" "JPR&SiteId=JSC&TransactionId=noreg" #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "Grant the \"stopThread\" RuntimePermission?" msgstr "Povolit bÄhové oprávnÄnà \"stopThread\"." #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "" "This permission allows any thread to stop itself using the java.lang.Thread." "stop() method that takes no argument." msgstr "" "Toto oprávnÄnà umožÅuje každému vláknu zastavenà sebe sama, pomocà metody " "java.lang.Thread.stop()." #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "" "Note that this permission is granted by default only to remain backwards " "compatible. It is strongly recommended that you either not grant this " "permission at all or restrict it manually in java.policy to code sources " "that you specify, because Thread.stop() is potentially unsafe." msgstr "" "Pamatujte, že toto oprávnÄnà je garantováno pouze z důvodu zpÄtné " "kompatibility. SilnÄ se doporuÄuje, nepoužÃvat toto oprávnÄnÃ, nebo ho " "alespoÅ ruÄnÄ omezit na vámi urÄené zdrojové texty v souboru java.policy, " "neboÅ¥ je volánà Thread.stop() potenciálnÄ nebezpeÄné." #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "See \"http://java.sun.com/notes\"; for more information." msgstr "Pro bližšà informace se podÃvejte na \"http://java.sun.com/notes\"."; #. Type: boolean #. Description #: ../dlj.templates:2001 #| msgid "Do you agree with the DLJ license terms?" msgid "Do you accept the DLJ license terms?" msgstr "SouhlasÃte s licenÄnÃmi podmÃnkami DLJ?" #. Type: boolean #. Description #: ../dlj.templates:2001 #| msgid "" #| "In order to install this package, you must agree to its license terms, " #| "the \"Operating System Distributor License for Java\" (DLJ), v1.1. Not " #| "accepting will cancel the installation." msgid "" "In order to install this package, you must accept the license terms, the " "\"Operating System Distributor License for Java\" (DLJ), v1.1. Not accepting " "will cancel the installation." msgstr "" "Pro instalaci tohoto balÃÄku, musÃte souhlasit s tÄmito licenÄnÃmi " "podmÃnkami: \"Operating System Distributor License for Java\" (DLJ), verze " "1.1. Pokud nesouhlasÃte, instalace bude zruÅ¡ena." #. Type: error #. Description #: ../dlj.templates:3001 msgid "Declined Operating System Distributor License for Java v1.1 (DLJ)" msgstr "Operating System Distributor License for Java v1.1 (D
Bug#569312: sun-java6: [INTL:ja] Update po-debconf template translation (ja.po)
Package: sun-java6 Version: 6-18-2 Severity: wishlist Tags: patch l10n -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear sun-java6 package maintainers, Here's updated Japanese po-debconf template (ja.po) file. Could you apply it, please? - -- Regards, Hideki Yamane henrich @ debian.or.jp http://wiki.debian.org/HidekiYamane -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAktz7eYACgkQIu0hy8THJku6wACgm0cV60dF253mYwoTvokEmll4 5NgAoKwufWSk7aTBlhKWzmSSOrlHq1kw =Lsih -END PGP SIGNATURE- # Copyright (C) 2006 Matthias Klose # This file is distributed under the same license as the sun-java6 package. # Hideki Yamane (Debian-JP) , 2006,2010. # # msgid "" msgstr "" "Project-Id-Version: sun-java6 6-18-2\n" "Report-Msgid-Bugs-To: sun-ja...@packages.debian.org\n" "POT-Creation-Date: 2010-02-11 10:31+0100\n" "PO-Revision-Date: 2010-02-11 20:42+0900\n" "Last-Translator: Hideki Yamane (Debian-JP) \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "JCE Unlimited Strength Jurisdiction Policy Files" msgstr "JCE 無制限強度の管轄ポリシーファイル" #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "" "Due to import control restrictions of some countries, the JCE jurisdiction " "policy files shipped with this package allow \"strong\" but limited " "cryptography to be used. An \"unlimited strength\" version of these files " "indicating no restrictions on cryptographic strengths is available for those " "living in eligible countries (which is most countries). You download this " "version and replace the strong cryptography versions supplied with this " "package with the unlimited ones." msgstr "" "一部の国の輸入規制のため、このパッケージに含まれる JCE ポリシーファイルは、" "「強力」であっても制限付きの暗号方式が使用されています。暗号についての規制を" "受けない国 (ほとんどの国です) のユーザのために、「制限のない完全」版のファイ" "ルが用意されています。あなたは、このファイルをダウンロードし、このパッケージ" "で提供されている強暗号版と無制限版を置き換えられます。" #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "" "The Java(TM) Cryptography Extension (JCE) Unlimited Strength Jurisdiction " "Policy Files 1.4.2 are available at http://javashoplm.sun.com/ECom/docs/"; "Welcome.jsp?StoreId=22&PartDetailId=7503-jce-1.4.2-oth-" "JPR&SiteId=JSC&TransactionId=noreg" msgstr "" "The Java(TM) Cryptography Extension (JCE) Unlimited Strength Jurisdiction " "Policy Files 1.4.2 は http://javashoplm.sun.com/ECom/docs/Welcome.jsp?"; "StoreId=22&PartDetailId=7503-jce-1.4.2-oth-" "JPR&SiteId=JSC&TransactionId=noreg から入手可能です。" #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "Grant the \"stopThread\" RuntimePermission?" msgstr "\"stopThread\" RuntimePermission を許可しますか?" #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "" "This permission allows any thread to stop itself using the java.lang.Thread." "stop() method that takes no argument." msgstr "" "このアクセス権は、どのようなスレッドであっても引数無しの java.lang.Thread." "stop() メソッドを使ってそのスレッド自身を終了させるのを許可します。" #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "" "Note that this permission is granted by default only to remain backwards " "compatible. It is strongly recommended that you either not grant this " "permission at all or restrict it manually in java.policy to code sources " "that you specify, because Thread.stop() is potentially unsafe." msgstr "" "この標準で許可されているアクセス権は、後方互換性の維持のためだけに存在してい" "るのに注意してください。Thread.stop() は潜在的に危険なため、このアクセス権を" "全く許可しないか、特定のソースコードに対して java.policy 内で手動で制限をかけ" "ることを強く推奨します。" #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "See \"http://java.sun.com/notes\"; for more information." msgstr "詳細については \"http://java.sun.com/notes\"; を参照してください。" #. Type: boolean #. Description #: ../dlj.templates:2001 msgid "Do you accept the DLJ license terms?" msgstr "DLJ ライセンス条項に同意しますか?" #. Type: boolean #. Description #: ../dlj.templates:2001 msgid "" "In order to install this package, you must accept the license terms, the " "\"Operating System Distributor License for Java\" (DLJ), v1.1. Not accepting " "will cancel the installation." msgstr "" "このパッケージをインストールするためには、\"Operating System Distributor " "License for Java\" (DLJ) バージョン 1.1 ライセンス条項に同意する必要がありま" "す。同意しない場合はインストールをキャンセルします。" #. Type: error #. Description #: ../dlj.templates:3001 msgid "Declined Operating System Distributor License for Java v1.1 (DLJ)" msgstr "Operating System Distributor License for Java v1.1 (DLJ) を拒否する" #. Type: error #. Description #: ../dlj.templates:3001 msgid "" "If you do not agree to the DLJ license terms you cannot install this " "software." msgstr "" "DLJ ライセンス条項に同意しない場合、このソフトウェアをインストールできませ" "ん。" #. Type: error #. Description #: ../dlj.templates:3001 msgid "The installation of this package will be canceled." msgstr "このパッケージのインストールをキャンセルします。"
Лучшие варианtы по аренде офисных и складсkиx помещений!
АРЕНДА ОФИСНЫХ И СКЛАДСКИХ ПОМЕЩЕНИЙ НА САМЫХ ВЫГОДНЫХ УСЛОВИЯХ! ЦЕНЫ: Отапливаемые Склады: от 5000 р/кв.м в год. Офисы: от 5000 р/кв.м в год. _(495) 972+ *3038 Забудьте о далеких окраинах. Мы предлагаем оптимальный вариант: БЛИЗКО ОТ ЦЕНТРА И НЕ ДОРОГО. ВСЕГО ПЯТЬ МИНУТ ОТ ТРЕТЬЕГО ТРАНСПОРТНОГО КОЛЬЦА. Помещения в офисном комплексе 900 метров от м. Кожуховская. УСЛОВИЯ: Удобный проезд. Электричество, канализация, водопровод. Прямые номера МГТС. Интернет. Охраняемая территория. Специальное место для парковки. ЦЕНЫ: Отапливаемые Склады: от 5000 р/кв.м в год. Офисы: от 5000 р/кв.м в год. ВКЛЮЧЕНЫ НДС и КОММУНАЛЬНЫЕ ПЛАТЕЖИ ЗВОНИТЕ! Наш телефон ('495) ,972 -3038 Возможен торг!! Оптовикам скидки!! Услуги посредников оплачиваются. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
gq REMOVED from testing
FYI: The status of the gq source package in Debian's testing distribution has changed. Previous version: 1.3.4-1 Current version: (not in testing) Hint: <http://release.debian.org/britney/hints/adsb> # 20100210; done 20100211 The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See http://release.debian.org/testing-watch/ for more information. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#569352: sun-java6: Broken URL in debconf to complete license
Package: sun-java6 Version: 6-18-2 Severity: serious Justification: Policy 2.3 X-Debbugs-CC: Christian Perrier X-Debbugs-CC: debian-i...@lists.debian.org Today a call for translation updates was made (only to some lists, e.g. German and Swedish, but not e.g. for French or to -i18n for new translations). Looking at the strings the user is requested to accept a license, where more information supposedly is found on http://java.sun.com/notes This page, however, is 404. While I wonder why those information cannot be stored locally (probably because it can only be reviewed *after* the package has been installed) it has to be ensured that the user *can* review the license before installation. A possible solution would be to place the license on a server under your (or Debians) control thus availablility can be ensured during the entire lifetime of this package. If that solution would not be possible/acceptable then probably a larger rewording in the templates would be necessary (instead of a simple replacement of an URL), so translation efforts probably should be postponed? -- Dr. Helge Kreutzmann deb...@helgefjell.de Dipl.-Phys. http://www.helgefjell.de/debian.php 64bit GNU powered gpg signed mail preferred Help keep free software "libre": http://www.ffii.de/ signature.asc Description: Digital signature
Bug#569352: sun-java6: Broken URL in debconf to complete license
> Today a call for translation updates was made (only to some lists, > e.g. German and Swedish, but not e.g. for French or to -i18n for new > translations). Looking at the strings the user is requested to accept > a license, where more information supposedly is found on > http://java.sun.com/notes > > This page, however, is 404. > > While I wonder why those information cannot be stored locally > (probably because it can only be reviewed *after* the package has been > installed) it has to be ensured that the user *can* review the > license before installation. > > A possible solution would be to place the license on a server under > your (or Debians) control thus availablility can be ensured during the > entire lifetime of this package. OK, I will have a look on this bug in the next few days. Sylvestre -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#569427: debtags-edit: FTBFS: DebtagsDocument.h:152: error: 'SigC' has not been declared
Source: debtags-edit Version: 1.5 Severity: serious User: debian...@lists.debian.org Usertags: qa-ftbfs-20100211 qa-ftbfs Justification: FTBFS on amd64 Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part: > g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/tagcoll-2.0.11 -D_REENTRANT > -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include > -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include > -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include > -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include > -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 > -I/usr/include/atkmm-1.6 -I/usr/include/gdkmm-2.4 > -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 > -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/cairomm-1.0 > -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 > -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -Wall -g -O2 -g -Wall > -O2 -c -o DebtagsDocument.o DebtagsDocument.cc > In file included from DebtagsDocument.cc:23: > DebtagsDocument.h:152: error: 'SigC' has not been declared > DebtagsDocument.h:152: error: ISO C++ forbids declaration of 'Signal0' with > no type > DebtagsDocument.h:152: error: typedef name may not be a nested-name-specifier > DebtagsDocument.h:152: error: expected ';' before '<' token > DebtagsDocument.h:153: error: 'SigC' has not been declared > DebtagsDocument.h:153: error: ISO C++ forbids declaration of 'Signal0' with > no type > DebtagsDocument.h:153: error: typedef name may not be a nested-name-specifier > DebtagsDocument.h:153: error: expected ';' before '<' token > DebtagsDocument.h:154: error: 'SigC' has not been declared > DebtagsDocument.h:154: error: ISO C++ forbids declaration of 'Signal0' with > no type > DebtagsDocument.h:154: error: typedef name may not be a nested-name-specifier > DebtagsDocument.h:154: error: expected ';' before '<' token > DebtagsDocument.h:201: error: 'type_signal_changed' does not name a type > DebtagsDocument.h:202: error: 'type_signal_reselected' does not name a type > DebtagsDocument.h:203: error: 'type_signal_filename_changed' does not name a > type > DebtagsDocument.h:316: error: 'type_signal_changed' does not name a type > DebtagsDocument.h:317: error: 'type_signal_reselected' does not name a type > DebtagsDocument.h:318: error: 'type_signal_filename_changed' does not name a > type > DebtagsDocument.cc: In member function 'virtual void > DebtagsDocument::do_changed()': > DebtagsDocument.cc:392: error: '_signal_changed' was not declared in this > scope > DebtagsDocument.cc: In member function 'virtual void > DebtagsDocument::do_reselected()': > DebtagsDocument.cc:399: error: '_signal_reselected' was not declared in this > scope > make[3]: *** [DebtagsDocument.o] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2010/02/11/debtags-edit_1.5_lsid64.buildlog A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot. Internet was not accessible from the build systems. -- | Lucas Nussbaum | lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ | | jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F | -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#569458: mtink: FTBFS: mainSrc/gimp-mtink.c:26:26: error: libgimp/gimp.h: No such file or directory
Source: mtink Version: 1.0.16-2 Severity: serious User: debian...@lists.debian.org Usertags: qa-ftbfs-20100211 qa-ftbfs Justification: FTBFS on amd64 Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part: > dh_installemacsen -pmtink > dh_installcatalogs -pmtink > dh_installpam -pmtink > dh_installlogrotate -pmtink > dh_installlogcheck -pmtink > dh_installchangelogs -pmtink > /build/user-mtink_1.0.16-2-amd64-VCNgR8/mtink-1.0.16/CHANGE.LOG > dh_installudev -pmtink > dh_lintian -pmtink > dh_install -pmtink > cp: cannot stat `./gimp-mtink': No such file or directory > dh_install: cp -a ./gimp-mtink debian/mtink//usr/lib/gimp/2.0/plug-ins/ > returned exit code 1 > make: *** [binary-install/mtink] Error 2 The full build log is available from: http://people.debian.org/~lucas/logs/2010/02/11/mtink_1.0.16-2_lsid64.buildlog A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot. Internet was not accessible from the build systems. -- | Lucas Nussbaum | lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ | | jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F | -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#569352: sun-java6: Broken URL in debconf to complete license
Quoting Helge Kreutzmann (deb...@helgefjell.de): > Today a call for translation updates was made (only to some lists, > e.g. German and Swedish, but not e.g. for French or to -i18n for new This happened probably because I sent an update for French today with a text suggesting the maintainer to issue such calls for translations when changing templates. So, (s)he of course had a complete French translation, hence no call to the French list. And (s)he probably didn't use the --call switch of po-debconf-reportpo, hence no call for new translations in -i18n And, nice catch for the URL, I didn't notice this..:-) signature.asc Description: Digital signature
ITA: d4x -- graphical download manager
owner 382732 ! thanks I would like to adopt this package. It is one of the important packages for me. Vanessa Gutiérrez had set this package from "O" to "ITA" at January 5, 2008, but it seems she have no more interest to overtake this package. I had sent her a mail but she had not reacted. FYI: I also want to overtake the source package development, because the former developer isn't active any more since five years and he have deleted his d4x website. I hope I can upgrade the package to current requirements - especially for Debian. Fondest regards, Joachim Wiedorn signature.asc Description: PGP signature
Bug#569352: sun-java6: Broken URL in debconf to complete license
Le jeudi 11 février 2010 à 22:17 +0100, Christian PERRIER a écrit : > Quoting Helge Kreutzmann (deb...@helgefjell.de): > > > Today a call for translation updates was made (only to some lists, > > e.g. German and Swedish, but not e.g. for French or to -i18n for new > > This happened probably because I sent an update for French today with > a text suggesting the maintainer to issue such calls for translations > when changing templates. > > So, (s)he of course had a complete French translation, hence no call > to the French list. And (s)he probably didn't use the --call switch of > po-debconf-reportpo, hence no call for new translations in -i18n My bad, I am not familiar with the debconf localization process. Sorry, Sylvestre -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#569489: sun-java6: [INTL:sk] Slovak po-debconf translation
Package: sun-java6 Severity: wishlist Tags: l10n patch Version: 6-18-2 .po attached ~~helix84 sk.po Description: Binary data
Processed: reassign
Processing commands for cont...@bugs.debian.org: > reassign 569458 libgimp2.0-dev 2.6.8-1 Bug #569458 [src:mtink] mtink: FTBFS: mainSrc/gimp-mtink.c:26:26: error: libgimp/gimp.h: No such file or directory Bug reassigned from package 'src:mtink' to 'libgimp2.0-dev'. Bug No longer marked as found in versions mtink/1.0.16-2. Bug #569458 [libgimp2.0-dev] mtink: FTBFS: mainSrc/gimp-mtink.c:26:26: error: libgimp/gimp.h: No such file or directory Bug Marked as found in versions gimp/2.6.8-1. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#569458: mtink: FTBFS: mainSrc/gimp-mtink.c:26:26: error: libgimp/gimp.h: No such file or directory
Hello, Quick look at it, the relevant lines of the buildlog: Setting up libgimp2.0-dev (2.6.8-1) ... [...] Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable Package 'gtk+-2.0', required by 'GIMP UI', not found No output from 'pkg-config --cflags gimpui-2.0' Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable Package 'gtk+-2.0', required by 'GIMP UI', not found No output from 'pkg-config --libs gimpui-2.0' Header file for gimp not found. Please install the gimp development package. The file /usr/lib/pkgconfig/gimpui-2.0.pc shipped by libgimp2.0-dev requires gtk+-2.0. The package is lacking this dependency. I transfer the bug to libgimp2.0-dev. Thanks for the report Sylvain Le Gall On Thu, Feb 11, 2010 at 07:47:07PM +0100, Lucas Nussbaum wrote: > Source: mtink > Version: 1.0.16-2 > Severity: serious > User: debian...@lists.debian.org > Usertags: qa-ftbfs-20100211 qa-ftbfs > Justification: FTBFS on amd64 > > Hi, > > During a rebuild of all packages in sid, your package failed to build on > amd64. > > Relevant part: > > dh_installemacsen -pmtink > > dh_installcatalogs -pmtink > > dh_installpam -pmtink > > dh_installlogrotate -pmtink > > dh_installlogcheck -pmtink > > dh_installchangelogs -pmtink > > /build/user-mtink_1.0.16-2-amd64-VCNgR8/mtink-1.0.16/CHANGE.LOG > > dh_installudev -pmtink > > dh_lintian -pmtink > > dh_install -pmtink > > cp: cannot stat `./gimp-mtink': No such file or directory > > dh_install: cp -a ./gimp-mtink debian/mtink//usr/lib/gimp/2.0/plug-ins/ > > returned exit code 1 > > make: *** [binary-install/mtink] Error 2 > > The full build log is available from: > > http://people.debian.org/~lucas/logs/2010/02/11/mtink_1.0.16-2_lsid64.buildlog > > A list of current common problems and possible solutions is available at > http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! > > About the archive rebuild: The rebuild was done on about 50 AMD64 nodes > of the Grid'5000 platform, using a clean chroot. Internet was not > accessible from the build systems. > > -- > | Lucas Nussbaum > | lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ | > | jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F | > > > > -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#569489: marked as done (sun-java6: [INTL:sk] Slovak po-debconf translation)
Your message dated Thu, 11 Feb 2010 23:48:10 + with message-id and subject line Bug#569489: fixed in sun-java6 6.18-2 has caused the Debian Bug report #569489, regarding sun-java6: [INTL:sk] Slovak po-debconf translation 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.) -- 569489: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569489 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: sun-java6 Severity: wishlist Tags: l10n patch Version: 6-18-2 .po attached ~~helix84 sk.po Description: Binary data --- End Message --- --- Begin Message --- Source: sun-java6 Source-Version: 6.18-2 We believe that the bug you reported is fixed in the latest version of sun-java6, which is due to be installed in the Debian FTP archive: sun-java6-bin_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-bin_6.18-2_i386.deb sun-java6-demo_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-demo_6.18-2_i386.deb sun-java6-fonts_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-fonts_6.18-2_all.deb sun-java6-javadb_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-javadb_6.18-2_all.deb sun-java6-jdk_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-jdk_6.18-2_i386.deb sun-java6-jre_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-jre_6.18-2_all.deb sun-java6-plugin_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-plugin_6.18-2_i386.deb sun-java6-source_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-source_6.18-2_all.deb sun-java6_6.18-2.diff.gz to non-free/s/sun-java6/sun-java6_6.18-2.diff.gz sun-java6_6.18-2.dsc to non-free/s/sun-java6/sun-java6_6.18-2.dsc sun-java6_6.18.orig.tar.gz to non-free/s/sun-java6/sun-java6_6.18.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 569...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sylvestre Ledru (supplier of updated sun-java6 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, 11 Feb 2010 09:27:04 +0100 Source: sun-java6 Binary: sun-java6-jre sun-java6-bin sun-java6-plugin ia32-sun-java6-bin ia32-sun-java6-plugin sun-java6-fonts sun-java6-jdk sun-java6-demo sun-java6-source sun-java6-javadb Architecture: source i386 all Version: 6.18-2 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers Changed-By: Sylvestre Ledru Description: ia32-sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (32-bit) ia32-sun-java6-plugin - The Java(TM) Plug-in, Java SE 6 (32-bit) sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (architecture dependent sun-java6-demo - Sun Java(TM) Development Kit (JDK) 6 demos and examples sun-java6-fonts - Lucida TrueType fonts (from the Sun JRE) sun-java6-javadb - Java(TM) DB, Sun Microsystems' distribution of Apache Derby sun-java6-jdk - Sun Java(TM) Development Kit (JDK) 6 sun-java6-jre - Sun Java(TM) Runtime Environment (JRE) 6 (architecture independen sun-java6-plugin - The Java(TM) Plug-in, Java SE 6 sun-java6-source - Sun Java(TM) Development Kit (JDK) 6 source files Closes: 445343 489833 514983 544629 569282 569294 569312 569352 569489 Changes: sun-java6 (6.18-2) unstable; urgency=low . * Package moved under the Debian Java team * Add myself as uploader (Closes: #544629) * Update of the Vcs-Svn & Vcs-Browser fields * Cleanup the version numbers (- in the version was messing up) (Closes: #445343) * Update of the license URL from http://java.sun.com/notes (404) to http://download.java.net/dlj/jdk6/LICENSE (Closes: 569352) * French debconf templates translation updated (Closes: #569282) * Czech debconf templates translation updated (Closes: #569294) * Japanese debconf templates translation updated (Closes: #569312) * Italien debconf templates translation updated * Slovak debconf templates translation updated (Closes: #569489) * Fix Incorrect Menu Entry for Java Web Start Reuse javaws.wrapper from openjdk (Closes: #489833) * Konqueror also available as a browser (Closes: #514983) Checksums-Sha1: 89bbd1f8d046e35ef106798c3193c6e398f192c8 1598 sun-java6_6.18-2.dsc d953d584965a8e1f50b9e1360fce1d4ebe03b98b 167143425 sun-java6_6.18.orig.tar.gz 9bdbd0a6385d2a10a68ec36690e0f78d24df53e
Bug#445343: marked as done (please use 6ux version format rather than 6-0x)
Your message dated Thu, 11 Feb 2010 23:48:10 + with message-id and subject line Bug#445343: fixed in sun-java6 6.18-2 has caused the Debian Bug report #445343, regarding please use 6ux version format rather than 6-0x 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.) -- 445343: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=445343 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: sun-java6 Version: 6-03-2 Severity: wishlist Please use 6ux as version format rather than 6-0x, for example 6u3 rather than 6-03. This would be more clear for me. I do not know Java and am sorry if there is a reason behind the current format, in which case feel free to close this report. --- End Message --- --- Begin Message --- Source: sun-java6 Source-Version: 6.18-2 We believe that the bug you reported is fixed in the latest version of sun-java6, which is due to be installed in the Debian FTP archive: sun-java6-bin_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-bin_6.18-2_i386.deb sun-java6-demo_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-demo_6.18-2_i386.deb sun-java6-fonts_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-fonts_6.18-2_all.deb sun-java6-javadb_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-javadb_6.18-2_all.deb sun-java6-jdk_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-jdk_6.18-2_i386.deb sun-java6-jre_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-jre_6.18-2_all.deb sun-java6-plugin_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-plugin_6.18-2_i386.deb sun-java6-source_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-source_6.18-2_all.deb sun-java6_6.18-2.diff.gz to non-free/s/sun-java6/sun-java6_6.18-2.diff.gz sun-java6_6.18-2.dsc to non-free/s/sun-java6/sun-java6_6.18-2.dsc sun-java6_6.18.orig.tar.gz to non-free/s/sun-java6/sun-java6_6.18.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 445...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sylvestre Ledru (supplier of updated sun-java6 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, 11 Feb 2010 09:27:04 +0100 Source: sun-java6 Binary: sun-java6-jre sun-java6-bin sun-java6-plugin ia32-sun-java6-bin ia32-sun-java6-plugin sun-java6-fonts sun-java6-jdk sun-java6-demo sun-java6-source sun-java6-javadb Architecture: source i386 all Version: 6.18-2 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers Changed-By: Sylvestre Ledru Description: ia32-sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (32-bit) ia32-sun-java6-plugin - The Java(TM) Plug-in, Java SE 6 (32-bit) sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (architecture dependent sun-java6-demo - Sun Java(TM) Development Kit (JDK) 6 demos and examples sun-java6-fonts - Lucida TrueType fonts (from the Sun JRE) sun-java6-javadb - Java(TM) DB, Sun Microsystems' distribution of Apache Derby sun-java6-jdk - Sun Java(TM) Development Kit (JDK) 6 sun-java6-jre - Sun Java(TM) Runtime Environment (JRE) 6 (architecture independen sun-java6-plugin - The Java(TM) Plug-in, Java SE 6 sun-java6-source - Sun Java(TM) Development Kit (JDK) 6 source files Closes: 445343 489833 514983 544629 569282 569294 569312 569352 569489 Changes: sun-java6 (6.18-2) unstable; urgency=low . * Package moved under the Debian Java team * Add myself as uploader (Closes: #544629) * Update of the Vcs-Svn & Vcs-Browser fields * Cleanup the version numbers (- in the version was messing up) (Closes: #445343) * Update of the license URL from http://java.sun.com/notes (404) to http://download.java.net/dlj/jdk6/LICENSE (Closes: 569352) * French debconf templates translation updated (Closes: #569282) * Czech debconf templates translation updated (Closes: #569294) * Japanese debconf templates translation updated (Closes: #569312) * Italien debconf templates translation updated * Slovak debconf templates translation updated (Closes: #569489) * Fix Incorrect Menu Entry for Java Web Start Reuse javaws.wrapper from openjdk (Closes: #489833) * Konqueror also available as a browser (Closes: #514983) Checksums-Sha1: 89bbd1f8d046e35
Bug#569282: marked as done (sun-java6: [INTL:fr] French debconf templates translation update)
Your message dated Thu, 11 Feb 2010 23:48:10 + with message-id and subject line Bug#569282: fixed in sun-java6 6.18-2 has caused the Debian Bug report #569282, regarding sun-java6: [INTL:fr] French debconf templates translation update 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.) -- 569282: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569282 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: sun-java6 Version: N/A Severity: wishlist Tags: patch l10n Please find attached the french debconf templates update, proofread by the debian-l10n-french mailing list contributors. If you do not already use it, you might consider using the "podebconf-report-po" utility, which helps warning translators about changes when you modify some debconf templates in your packages. The usual policy when using it is sending a warning to translators when you plan to upload a version of your package with debconf templates changes (even typo corrections). Then leave about one week for them to update their files (several translation teams have a QA process which requires time). podebconf-report-po will take care of sending the translators the needed material as well as getting the translators adresses from the PO files. All you have to do is just using the utility..:-) Example use (from your package build tree): $ podebconf-report-po This will go through debian/po/*.po files, find those needing an update, extract the translators data from these files and prepare a mail to send to these translators (you can also use the "--languageteam" switch to also mail the mail addresses listed in "Language-Team" field). You can also use this utility to request for new translations: $ podebconf-report-po --call This will send a mail to debian-i...@lists.debian.org with all the needed information and material for new translators to add new languages to your supported languages. If you apply this policy, please forget about these remarks, of courseThis message is generic..:-) -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash # translation of fr.po to French # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Florentin Duneau , 2006. # Christian Perrier , 2010. msgid "" msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: sun-ja...@packages.debian.org\n" "POT-Creation-Date: 2010-02-11 09:11+0100\n" "PO-Revision-Date: 2010-02-11 09:12+0100\n" "Last-Translator: Christian Perrier \n" "Language-Team: fr \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" "X-Generator: Lokalize 1.0\n" #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "JCE Unlimited Strength Jurisdiction Policy Files" msgstr "« JCE Unlimited Strength Jurisdiction Policy Files »" #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "" "Due to import control restrictions of some countries, the JCE jurisdiction " "policy files shipped with this package allow \"strong\" but limited " "cryptography to be used. An \"unlimited strength\" version of these files " "indicating no restrictions on cryptographic strengths is available for those " "living in eligible countries (which is most countries). You download this " "version and replace the strong cryptography versions supplied with this " "package with the unlimited ones." msgstr "" "À cause des restrictions sur le contrôle des importations de certains pays, " "la politique juridique des fichiers JCE intégrées dans ce paquet permet " "d'utiliser des algorithmes de cryptographie « forts » mais limités. Une " "version de « force illimitée » de ces fichiers, sans restriction sur la " "puissance des algorithmes de cryptographie est disponible pour ceux qui " "vivent dans des pays où ceci est autorisé (ce qui représente la plupart des " "pays). Vous pouvez télécharger cette version et remplacer les versions des " "algorithmes « forts » fournis avec ce paquet par leurs versions illimitées." #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "" "The Java(TM) Cryptography Extension (JCE) Unlimited Strength Jurisdiction " "Policy Files 1.4.2 are available at http://javashoplm.sun.com/ECom/docs/"; "Welcome.jsp?StoreId=22&PartDetai
Bug#569352: marked as done (sun-java6: Broken URL in debconf to complete license)
Your message dated Thu, 11 Feb 2010 23:48:10 + with message-id and subject line Bug#569352: fixed in sun-java6 6.18-2 has caused the Debian Bug report #569352, regarding sun-java6: Broken URL in debconf to complete license 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.) -- 569352: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569352 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: sun-java6 Version: 6-18-2 Severity: serious Justification: Policy 2.3 X-Debbugs-CC: Christian Perrier X-Debbugs-CC: debian-i...@lists.debian.org Today a call for translation updates was made (only to some lists, e.g. German and Swedish, but not e.g. for French or to -i18n for new translations). Looking at the strings the user is requested to accept a license, where more information supposedly is found on http://java.sun.com/notes This page, however, is 404. While I wonder why those information cannot be stored locally (probably because it can only be reviewed *after* the package has been installed) it has to be ensured that the user *can* review the license before installation. A possible solution would be to place the license on a server under your (or Debians) control thus availablility can be ensured during the entire lifetime of this package. If that solution would not be possible/acceptable then probably a larger rewording in the templates would be necessary (instead of a simple replacement of an URL), so translation efforts probably should be postponed? -- Dr. Helge Kreutzmann deb...@helgefjell.de Dipl.-Phys. http://www.helgefjell.de/debian.php 64bit GNU powered gpg signed mail preferred Help keep free software "libre": http://www.ffii.de/ signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Source: sun-java6 Source-Version: 6.18-2 We believe that the bug you reported is fixed in the latest version of sun-java6, which is due to be installed in the Debian FTP archive: sun-java6-bin_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-bin_6.18-2_i386.deb sun-java6-demo_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-demo_6.18-2_i386.deb sun-java6-fonts_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-fonts_6.18-2_all.deb sun-java6-javadb_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-javadb_6.18-2_all.deb sun-java6-jdk_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-jdk_6.18-2_i386.deb sun-java6-jre_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-jre_6.18-2_all.deb sun-java6-plugin_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-plugin_6.18-2_i386.deb sun-java6-source_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-source_6.18-2_all.deb sun-java6_6.18-2.diff.gz to non-free/s/sun-java6/sun-java6_6.18-2.diff.gz sun-java6_6.18-2.dsc to non-free/s/sun-java6/sun-java6_6.18-2.dsc sun-java6_6.18.orig.tar.gz to non-free/s/sun-java6/sun-java6_6.18.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 569...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sylvestre Ledru (supplier of updated sun-java6 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, 11 Feb 2010 09:27:04 +0100 Source: sun-java6 Binary: sun-java6-jre sun-java6-bin sun-java6-plugin ia32-sun-java6-bin ia32-sun-java6-plugin sun-java6-fonts sun-java6-jdk sun-java6-demo sun-java6-source sun-java6-javadb Architecture: source i386 all Version: 6.18-2 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers Changed-By: Sylvestre Ledru Description: ia32-sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (32-bit) ia32-sun-java6-plugin - The Java(TM) Plug-in, Java SE 6 (32-bit) sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (architecture dependent sun-java6-demo - Sun Java(TM) Development Kit (JDK) 6 demos and examples sun-java6-fonts - Lucida TrueType fonts (from the Sun JRE) sun-java6-javadb - Java(TM) DB, Sun Microsystems' distribution of Apache Derby sun-java6-jdk - Sun Java(TM) Development Kit (JDK) 6 sun-java6-jre - Sun Java(TM) Runtime Environment (JRE) 6 (architecture independen sun-java6-
Bug#498935: marked as done (sun-java6-bin: Broken start menu entry for Java Web Start)
Your message dated Thu, 11 Feb 2010 23:48:10 + with message-id and subject line Bug#489833: fixed in sun-java6 6.18-2 has caused the Debian Bug report #489833, regarding sun-java6-bin: Broken start menu entry for Java Web Start 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.) -- 489833: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489833 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: sun-java6-bin Version: 6-07-4 Severity: important Tags: patch *** Please type your report below this line *** The start menu entry for Java Web Start does not work at all because the exec entry is broken. Instead of Exec=/usr/lib/jvm/java-6-sun-1.6.0.07/bin/javaws %u it must read Exec=/usr/lib/jvm/java-6-sun-1.6.0.07/bin/javaws -viewer Patch is attached. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores) Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages sun-java6-bin depends on: ii debconf [debconf-2.0] 1.5.22 Debian configuration management sy ii libc6 2.7-13 GNU C Library: Shared libraries ii sun-java6-jre 6-07-4 Sun Java(TM) Runtime Environment ( ii unixodbc 2.2.11-16 ODBC tools libraries Versions of packages sun-java6-bin recommends: ii libasound21.0.16-2 ALSA library ii libnss-mdns 0.10-3 NSS module for Multicast DNS name ii libx11-6 2:1.1.4-2 X11 client-side library ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar ii libxi62:1.1.3-1 X11 Input extension library ii libxp61:1.0.0.xsf1-2 X Printing Extension (Xprint) clie ii libxtst6 2:1.0.3-1 X11 Testing -- Resource extension Versions of packages sun-java6-bin suggests: pn binfmt-support (no description available) -- debconf information: * shared/accepted-sun-dlj-v1-1: true shared/error-sun-dlj-v1-1: shared/present-sun-dlj-v1-1: --- /usr/share/applications/sun-java6-javaws.desktop 2008-08-05 16:26:25.0 + +++ sun-java6-javaws.desktop 2008-09-14 17:14:25.855768960 + @@ -2,7 +2,7 @@ Encoding=UTF-8 Name=Sun Java 6 Web Start Comment=Sun Java 6 Web Start -Exec=/usr/lib/jvm/java-6-sun-1.6.0.07/bin/javaws %u +Exec=/usr/lib/jvm/java-6-sun-1.6.0.07/bin/javaws -viewer Terminal=false Type=Application Icon=sun-java6 --- End Message --- --- Begin Message --- Source: sun-java6 Source-Version: 6.18-2 We believe that the bug you reported is fixed in the latest version of sun-java6, which is due to be installed in the Debian FTP archive: sun-java6-bin_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-bin_6.18-2_i386.deb sun-java6-demo_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-demo_6.18-2_i386.deb sun-java6-fonts_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-fonts_6.18-2_all.deb sun-java6-javadb_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-javadb_6.18-2_all.deb sun-java6-jdk_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-jdk_6.18-2_i386.deb sun-java6-jre_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-jre_6.18-2_all.deb sun-java6-plugin_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-plugin_6.18-2_i386.deb sun-java6-source_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-source_6.18-2_all.deb sun-java6_6.18-2.diff.gz to non-free/s/sun-java6/sun-java6_6.18-2.diff.gz sun-java6_6.18-2.dsc to non-free/s/sun-java6/sun-java6_6.18-2.dsc sun-java6_6.18.orig.tar.gz to non-free/s/sun-java6/sun-java6_6.18.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 489...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sylvestre Ledru (supplier of updated sun-java6 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, 11 Feb 2010 09:27:04 +0100 Source: sun-java6 Binary: sun-java6-jre sun-java6-bin sun-java6-plugin ia32-sun-java6-bin ia32-sun-java6-plugin sun-java6-fonts sun-java6-jdk sun-java6-dem
Bug#489833: marked as done (sun-java6-bin: Incorrect Menu Entry for Java Web Start)
Your message dated Thu, 11 Feb 2010 23:48:10 + with message-id and subject line Bug#489833: fixed in sun-java6 6.18-2 has caused the Debian Bug report #489833, regarding sun-java6-bin: Incorrect Menu Entry for Java Web Start 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.) -- 489833: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489833 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: sun-java6-bin Version: 6-06-1 Severity: normal Tags: patch Java Web Start does not start because it has an incorrect .Desktop file which include -%u as command line argument when it should be --viewer < Exec=/usr/lib/jvm/java-6-sun-1.6.0.06/bin/javaws %u --- > Exec=/usr/lib/jvm/java-6-sun-1.6.0.06/bin/javaws --view -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core) Locale: LANG=es_VE.UTF-8, LC_CTYPE=es_VE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to es_VE.UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages sun-java6-bin depends on: ii debconf [debconf-2.0] 1.5.22 Debian configuration management sy ii libc6 2.7-10 GNU C Library: Shared libraries ii sun-java6-jre 6-06-1 Sun Java(TM) Runtime Environment ( ii unixodbc 2.2.11-16 ODBC tools libraries Versions of packages sun-java6-bin recommends: ii libasound21.0.16-2 ALSA library ii libnss-mdns 0.10-3 NSS module for Multicast DNS name ii libx11-6 2:1.1.4-2 X11 client-side library ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar ii libxi62:1.1.3-1 X11 Input extension library ii libxp61:1.0.0.xsf1-1 X Printing Extension (Xprint) clie ii libxtst6 2:1.0.3-1 X11 Testing -- Resource extension -- debconf information: * shared/accepted-sun-dlj-v1-1: true shared/error-sun-dlj-v1-1: * shared/present-sun-dlj-v1-1: --- End Message --- --- Begin Message --- Source: sun-java6 Source-Version: 6.18-2 We believe that the bug you reported is fixed in the latest version of sun-java6, which is due to be installed in the Debian FTP archive: sun-java6-bin_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-bin_6.18-2_i386.deb sun-java6-demo_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-demo_6.18-2_i386.deb sun-java6-fonts_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-fonts_6.18-2_all.deb sun-java6-javadb_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-javadb_6.18-2_all.deb sun-java6-jdk_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-jdk_6.18-2_i386.deb sun-java6-jre_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-jre_6.18-2_all.deb sun-java6-plugin_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-plugin_6.18-2_i386.deb sun-java6-source_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-source_6.18-2_all.deb sun-java6_6.18-2.diff.gz to non-free/s/sun-java6/sun-java6_6.18-2.diff.gz sun-java6_6.18-2.dsc to non-free/s/sun-java6/sun-java6_6.18-2.dsc sun-java6_6.18.orig.tar.gz to non-free/s/sun-java6/sun-java6_6.18.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 489...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sylvestre Ledru (supplier of updated sun-java6 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, 11 Feb 2010 09:27:04 +0100 Source: sun-java6 Binary: sun-java6-jre sun-java6-bin sun-java6-plugin ia32-sun-java6-bin ia32-sun-java6-plugin sun-java6-fonts sun-java6-jdk sun-java6-demo sun-java6-source sun-java6-javadb Architecture: source i386 all Version: 6.18-2 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers Changed-By: Sylvestre Ledru Description: ia32-sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (32-bit) ia32-sun-java6-plugin - The Java(TM) Plug-in, Java SE 6 (32-bit) sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (architecture dependent sun-java6-demo - Sun Java(TM) Development Kit (JDK) 6 demos and examples sun-java6-fonts - Lucida T
Bug#569312: marked as done (sun-java6: [INTL:ja] Update po-debconf template translation (ja.po))
Your message dated Thu, 11 Feb 2010 23:48:10 + with message-id and subject line Bug#569312: fixed in sun-java6 6.18-2 has caused the Debian Bug report #569312, regarding sun-java6: [INTL:ja] Update po-debconf template translation (ja.po) 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.) -- 569312: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569312 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: sun-java6 Version: 6-18-2 Severity: wishlist Tags: patch l10n -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear sun-java6 package maintainers, Here's updated Japanese po-debconf template (ja.po) file. Could you apply it, please? - -- Regards, Hideki Yamane henrich @ debian.or.jp http://wiki.debian.org/HidekiYamane -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAktz7eYACgkQIu0hy8THJku6wACgm0cV60dF253mYwoTvokEmll4 5NgAoKwufWSk7aTBlhKWzmSSOrlHq1kw =Lsih -END PGP SIGNATURE- # Copyright (C) 2006 Matthias Klose # This file is distributed under the same license as the sun-java6 package. # Hideki Yamane (Debian-JP) , 2006,2010. # # msgid "" msgstr "" "Project-Id-Version: sun-java6 6-18-2\n" "Report-Msgid-Bugs-To: sun-ja...@packages.debian.org\n" "POT-Creation-Date: 2010-02-11 10:31+0100\n" "PO-Revision-Date: 2010-02-11 20:42+0900\n" "Last-Translator: Hideki Yamane (Debian-JP) \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "JCE Unlimited Strength Jurisdiction Policy Files" msgstr "JCE 無制限強度の管轄ポリシーファイル" #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "" "Due to import control restrictions of some countries, the JCE jurisdiction " "policy files shipped with this package allow \"strong\" but limited " "cryptography to be used. An \"unlimited strength\" version of these files " "indicating no restrictions on cryptographic strengths is available for those " "living in eligible countries (which is most countries). You download this " "version and replace the strong cryptography versions supplied with this " "package with the unlimited ones." msgstr "" "一部の国の輸入規制のため、このパッケージに含まれる JCE ポリシーファイルは、" "「強力」であっても制限付きの暗号方式が使用されています。暗号についての規制を" "受けない国 (ほとんどの国です) のユーザのために、「制限のない完全」版のファイ" "ルが用意されています。あなたは、このファイルをダウンロードし、このパッケージ" "で提供されている強暗号版と無制限版を置き換えられます。" #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "" "The Java(TM) Cryptography Extension (JCE) Unlimited Strength Jurisdiction " "Policy Files 1.4.2 are available at http://javashoplm.sun.com/ECom/docs/"; "Welcome.jsp?StoreId=22&PartDetailId=7503-jce-1.4.2-oth-" "JPR&SiteId=JSC&TransactionId=noreg" msgstr "" "The Java(TM) Cryptography Extension (JCE) Unlimited Strength Jurisdiction " "Policy Files 1.4.2 は http://javashoplm.sun.com/ECom/docs/Welcome.jsp?"; "StoreId=22&PartDetailId=7503-jce-1.4.2-oth-" "JPR&SiteId=JSC&TransactionId=noreg から入手可能です。" #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "Grant the \"stopThread\" RuntimePermission?" msgstr "\"stopThread\" RuntimePermission を許可しますか?" #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "" "This permission allows any thread to stop itself using the java.lang.Thread." "stop() method that takes no argument." msgstr "" "このアクセス権は、どのようなスレッドであっても引数無しの java.lang.Thread." "stop() メソッドを使ってそのスレッド自身を終了させるのを許可します。" #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "" "Note that this permission is granted by default only to remain backwards " "compatible. It is strongly recommended that you either not grant this " "permission at all or restrict it manually in java.policy to code sources " "that you specify, because Thread.stop() is potentially unsafe." msgstr "" "この標準で許可されているアクセス権は、後方互換性の維持のためだけに存在してい" "るのに注意してください。Thread.stop() は潜在的に危険なため、このアクセス権を" "全く許可しないか、特定のソースコードに対して java.policy 内で手動で制限をかけ" "ることを強く推奨します。" #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "See \"http://java.sun.com/notes\"; for more information." msgstr "詳細については \"http://java.sun.com/notes\"; を参照してください。" #. Type: boolean #. Description #: ../dlj.templates:2001 msgid "Do you accept the DLJ license terms?" msgstr "DLJ ライセンス条項に同意しますか?" #. Type: boolean #. Description #: ../dlj.templates:2001 msgid "" "In order to install this package, you must accept the license terms, the " "\"Operating System Distributor License for Java\" (DLJ), v1.1. Not accepting " "will cancel the installation." msgstr "" "このパッケージをインストールするためには、\"Ope
Bug#569294: marked as done ([l10n] Czech translation for sun-java6)
Your message dated Thu, 11 Feb 2010 23:48:10 + with message-id and subject line Bug#569294: fixed in sun-java6 6.18-2 has caused the Debian Bug report #569294, regarding [l10n] Czech translation for sun-java6 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.) -- 569294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569294 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: sun-java6 Severity: wishlist Tags: l10n, patch In attachement there is updated Czech translation (cs.po) for sun-java6 package, please include it. Regards, Martin Sin# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Martin Sin , 2006. # msgid "" msgstr "" "Project-Id-Version: sun-java6 6-18-2\n" "Report-Msgid-Bugs-To: sun-ja...@packages.debian.org\n" "POT-Creation-Date: 2010-02-11 10:31+0100\n" "PO-Revision-Date: 2010-02-11 10:50+0100\n" "Last-Translator: Martin Sin \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "JCE Unlimited Strength Jurisdiction Policy Files" msgstr "JCE Unlimited Strength Jurisdiction Policy Files" #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "" "Due to import control restrictions of some countries, the JCE jurisdiction " "policy files shipped with this package allow \"strong\" but limited " "cryptography to be used. An \"unlimited strength\" version of these files " "indicating no restrictions on cryptographic strengths is available for those " "living in eligible countries (which is most countries). You download this " "version and replace the strong cryptography versions supplied with this " "package with the unlimited ones." msgstr "" "Vzhledem k dovoznÃm omezenÃm týkajÃcÃch se nÄkterých zemÃ, je politikou JCE " "použÃvat v tomto programu \"silné\", ale pÅesto omezené Å¡ifrovánÃ. V pÅÃpadÄ " "\"neomezeného Å¡ifrovánÃ\", nejsou dána žádná omezenà týkajÃcà se sÃly " "Å¡ifrovánà (tak to je ve vÄtÅ¡inÄ zemà svÄta). Pokud tedy budete chtÃt, můžete " "si stáhnout tuto verzi a nahradit silné Å¡ifrovánÃ, dodávané s tÃmto " "balÃÄkem, jeho neomezenou verzÃ." #. Type: note #. Description #: ../JB-jre.templates.in:1001 msgid "" "The Java(TM) Cryptography Extension (JCE) Unlimited Strength Jurisdiction " "Policy Files 1.4.2 are available at http://javashoplm.sun.com/ECom/docs/"; "Welcome.jsp?StoreId=22&PartDetailId=7503-jce-1.4.2-oth-" "JPR&SiteId=JSC&TransactionId=noreg" msgstr "" "Soubory obsahujÃcà dalšà informace o 'Java(TM) Cryptography Extension (JCE) " "Unlimited Strength Jurisdiction' naleznete na stránce http://javashoplm.sun."; "com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7503-jce-1.4.2-oth-" "JPR&SiteId=JSC&TransactionId=noreg" #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "Grant the \"stopThread\" RuntimePermission?" msgstr "Povolit bÄhové oprávnÄnà \"stopThread\"." #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "" "This permission allows any thread to stop itself using the java.lang.Thread." "stop() method that takes no argument." msgstr "" "Toto oprávnÄnà umožÅuje každému vláknu zastavenà sebe sama, pomocà metody " "java.lang.Thread.stop()." #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "" "Note that this permission is granted by default only to remain backwards " "compatible. It is strongly recommended that you either not grant this " "permission at all or restrict it manually in java.policy to code sources " "that you specify, because Thread.stop() is potentially unsafe." msgstr "" "Pamatujte, že toto oprávnÄnà je garantováno pouze z důvodu zpÄtné " "kompatibility. SilnÄ se doporuÄuje, nepoužÃvat toto oprávnÄnÃ, nebo ho " "alespoÅ ruÄnÄ omezit na vámi urÄené zdrojové texty v souboru java.policy, " "neboÅ¥ je volánà Thread.stop() potenciálnÄ nebezpeÄné." #. Type: boolean #. Description #: ../JB-jre.templates.in:2001 msgid "See \"http://java.sun.com/notes\"; for more information." msgstr "Pro bližšà informace se podÃvejte na \"http://java.sun.com/notes\"."; #. Type: boolean #. Description #: ../dlj.templates:2001 #| msgid "Do you agree with the DLJ license terms?" msgid "Do you accept the DLJ license terms?" msgstr "SouhlasÃte s licenÄnÃmi podmÃnkami DLJ?" #. Type: boolean #. Description #: ../dlj.templates:2001 #| msgid "" #|
Bug#514983: marked as done (sun-java6-plugin: Konqueror missing from browser dependencies)
Your message dated Thu, 11 Feb 2010 23:48:10 + with message-id and subject line Bug#514983: fixed in sun-java6 6.18-2 has caused the Debian Bug report #514983, regarding sun-java6-plugin: Konqueror missing from browser dependencies 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.) -- 514983: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514983 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: sun-java6-plugin Version: 6-12-1 Severity: minor Hello, The current sun-java6-plugin pulls Iceweasel in, which is unneccessary as I use konqueror as the only browser on this machine. Best, Björn A. Herwig -- System Information: Debian Release: 5.0 APT prefers testing APT policy: (650, 'testing'), (600, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.27.12 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages sun-java6-plugin depends on: ii iceweasel 3.0.6-1lightweight web browser based on M ii libasound21.0.16-2 ALSA library ii libx11-6 2:1.1.5-2 X11 client-side library ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar ii libxi62:1.1.4-1 X11 Input extension library ii libxtst6 2:1.0.3-1 X11 Testing -- Resource extension ii sun-java6-bin 6-12-1 Sun Java(TM) Runtime Environment ( sun-java6-plugin recommends no packages. sun-java6-plugin suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: sun-java6 Source-Version: 6.18-2 We believe that the bug you reported is fixed in the latest version of sun-java6, which is due to be installed in the Debian FTP archive: sun-java6-bin_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-bin_6.18-2_i386.deb sun-java6-demo_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-demo_6.18-2_i386.deb sun-java6-fonts_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-fonts_6.18-2_all.deb sun-java6-javadb_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-javadb_6.18-2_all.deb sun-java6-jdk_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-jdk_6.18-2_i386.deb sun-java6-jre_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-jre_6.18-2_all.deb sun-java6-plugin_6.18-2_i386.deb to non-free/s/sun-java6/sun-java6-plugin_6.18-2_i386.deb sun-java6-source_6.18-2_all.deb to non-free/s/sun-java6/sun-java6-source_6.18-2_all.deb sun-java6_6.18-2.diff.gz to non-free/s/sun-java6/sun-java6_6.18-2.diff.gz sun-java6_6.18-2.dsc to non-free/s/sun-java6/sun-java6_6.18-2.dsc sun-java6_6.18.orig.tar.gz to non-free/s/sun-java6/sun-java6_6.18.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 514...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sylvestre Ledru (supplier of updated sun-java6 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, 11 Feb 2010 09:27:04 +0100 Source: sun-java6 Binary: sun-java6-jre sun-java6-bin sun-java6-plugin ia32-sun-java6-bin ia32-sun-java6-plugin sun-java6-fonts sun-java6-jdk sun-java6-demo sun-java6-source sun-java6-javadb Architecture: source i386 all Version: 6.18-2 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers Changed-By: Sylvestre Ledru Description: ia32-sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (32-bit) ia32-sun-java6-plugin - The Java(TM) Plug-in, Java SE 6 (32-bit) sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (architecture dependent sun-java6-demo - Sun Java(TM) Development Kit (JDK) 6 demos and examples sun-java6-fonts - Lucida TrueType fonts (from the Sun JRE) sun-java6-javadb - Java(TM) DB, Sun Microsystems' distribution of Apache Derby sun-java6-jdk - Sun Java(TM) Development Kit (JDK) 6 sun-java6-jre - Sun Java(TM) Runtime Environment (JRE) 6 (architecture independen sun-java6-plugin - The Java(TM) Plug-in, Java SE 6 sun-java6-source - Sun Java(TM) Development Kit (JDK) 6 source files Closes: 445343 489833 514983 544629 569282 569294 569312 569352 569489 Changes: sun-java6 (6.18-2) unstable;
Bug#569511: saods9: update needed for Debian squeeze and sid
Subject: saods9: update needed for Debian Squeeze and Sid Package: saods9 Version: 4.0b7-2 Severity: important Cheers! It seems that saods9 is far away from up to date. Current upstream version is 6.0 http://hea-www.harvard.edu/RD/ds9/> I hope the update also should fix#520258. regards, Marat -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (900, 'testing'), (800, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages saods9 depends on: ii blt2.4z-4.2 the BLT extension library for Tcl/ ii libc6 2.10.2-2 GNU C Library: Shared libraries ii libgcc11:4.4.2-9 GCC support library ii libgfortran3 4.4.2-9 Runtime library for GNU Fortran ap ii libstdc++6 4.4.2-9 The GNU Standard C++ Library v3 ii libtk-img 1:1.3-release-8 Extended image format support for ii libtktable2.9 2.9+cvs20060727-2 Table extension for Tcl/Tk ii libx11-6 2:1.3.3-1 X11 client-side library ii tcl8.4 8.4.19-4 Tcl (the Tool Command Language) v8 ii tcllib 1.12-dfsg-2 the Standard Tcl Library ii tk8.4 8.4.19-4 Tk toolkit for Tcl and X11, v8.4 - ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime saods9 recommends no packages. saods9 suggests no packages. -- no debconf information
Processed: Adjusting severity
Processing commands for cont...@bugs.debian.org: > # Apparently nobody else sees this, tag it accordingly > severity 569227 important Bug #569227 [ncurses-base] ncurses-base: break handling of ctrl-c in xterm and rxvt using bash Severity set to 'important' from 'critical' > tags 569227 + unreproducible Bug #569227 [ncurses-base] ncurses-base: break handling of ctrl-c in xterm and rxvt using bash Added tag(s) unreproducible. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org