Bug#405569: Man page: wrong section
Package: basket Version: 0.5.0-6 Severity: minor The man page section is wrong, it should be 1 instead of 23. In debian/additions/basket.1: -.TH basket "23" "October 2004" +.TH basket 1 "October 2004" -- Adrien Cunin aka Adri2000 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#406969: Typos in the description
Package: hpoj Version: 0.91-11 Severity: minor overtake -> overtaken proably -> probably (was bug #363933 but it's not actually fixed in 0.91-11) --- control 2007-01-15 11:41:34.0 +0100 +++ control.new 2007-01-15 11:47:57.0 +0100 @@ -32,9 +32,9 @@ - Graphical and command-line applications to access various features of the device, such as displaying status of the device and setting the clock. . - Upstream development for HP multifunction devices has now been overtake + Upstream development for HP multifunction devices has now been overtaken by the hplip package, if you are running a USB or jetdirect interface - you proably want to use hplip instead. + you probably want to use hplip instead. . Project Website: http://hpoj.sourceforge.net -- Adrien Cunin aka Adri2000 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#407042: Please add a .desktop file
Package: debian-reference Version: 1.10 Severity: wishlist See attached a patch from Ubuntu to include a .desktop file in debian-reference. -- Adrien Cunin aka Adri2000 diff -pruN debian-reference-1.10/debian/debian-reference-common.desktop debian-reference-1.10/debian/debian-reference-common.desktop --- debian-reference-1.10/debian/debian-reference-common.desktop 1970-01-01 01:00:00.0 +0100 +++ debian-reference-1.10/debian/debian-reference-common.desktop 2006-07-01 22:09:00.0 +0100 @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=Application +Version=1.0 +Encoding=UTF-8 +Name=Debian Reference +Comment=Debian Reference Guide +Name[en_CA]=Debian Reference +Name[en_GB]=Debian Reference +Exec=debian-reference +Icon= +Terminal=false +Categories=System; diff -pruN debian-reference-1.10/debian/rules debian-reference-1.10/debian/rules --- debian-reference-1.10/debian/rules 2006-07-01 22:09:39.0 +0100 +++ debian-reference-1.10/debian/rules 2006-07-01 22:09:00.0 +0100 @@ -176,6 +176,10 @@ install: build copyfiles PUBLISHDIR=$(CURDIR)/debian/debian-reference-common/usr/share/doc/Debian \ publish-examples + install -d $(CURDIR)/debian/debian-reference-common/usr/share/applications + install -m 644 debian/debian-reference-common.desktop \ + $(CURDIR)/debian/debian-reference-common/usr/share/applications/ + install -m 755 --preserve-timestamps debian-reference \ $(CURDIR)/debian/debian-reference-common/usr/bin/debian-reference
Bug#407042: Please add a .desktop file
2007/1/16, Osamu Aoki <[EMAIL PROTECTED]>: On Mon, Jan 15, 2007 at 09:03:13PM +0100, Adrien Cunin wrote: What does this do to your desktop? A .desktop file adds a menu entry in the GNOME/KDE/whatever menu. See http://freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec -- Adrien Cunin aka Adri2000 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#408301: New upstream release available
Package: hardware-monitor Version: 1.2.1-3 Severity: wishlist hardware-monitor 1.4 is available: http://people.iola.dk/olau/hardware-monitor/source/ See the following changes I made in Ubuntu: * New upstream release (Closes: Malone #80888) * Build-Depends: dropped libgnomemm-2.6-dev, libgnomeuimm-2.6-dev and duplicate libpanel-applet2-dev * Bumped Standards-Version to 3.7.2 * Updated debhelper compat and versioned build dependency to 5 * Dropped useless debian/dirs -- Adrien Cunin aka Adri2000 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#412772: clmake: /usr/bin/colormake.pl: No such file or directory
Package: colormake Version: 0.2-4.2 Severity: important Tags: patch Hi, Since the last NMU, clmake is broken because the location of colormake.pl has been changed but not updated in the file clmake. $ clmake /usr/bin/clmake: line 11: /usr/bin/colormake.pl: No such file or directory Patch: --- colormake-0.2/clmake +++ colormake-0.2/clmake @@ -10,3 +10,3 @@ fi -/usr/bin/make $* 2>&1 | /usr/bin/colormake.pl $SIZE | /usr/bin/less ${CLMAKE_OPTS} +/usr/bin/make $* 2>&1 | /usr/share/colormake/colormake.pl $SIZE | /usr/bin/less ${CLMAKE_OPTS} exit ${PIPESTATUS[0]} -- Adrien Cunin aka Adri2000 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#415825: Wrong section: should be games
Package: pychess Version: 0.6.0.beta5-2 Severity: minor Section: python should be Section: games. "python" isn't for all the programs written in python. -- Adrien Cunin aka Adri2000 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#416334: libdjconsole: FTBFS on GNU/kFreeBSD: Linux-specific instructions
Thanks for the patch. I've just sent an email to the upstream mailing-list. -- Adrien Cunin aka Adri2000 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#412030: Packaging mistakes
Package: gnomoradio Version: 0.15.1-5 Severity: normal Tags: patch Hi, I have fixed in Ubuntu some packaging mistakes, see the patch at http://patches.ubuntu.com/g/gnomoradio/gnomoradio_0.15.1-5ubuntu1.patch * debian/control: libroboradio0c2, librainbow0c2: don't depend anymore on gnomoradio to avoid circular dependencies * debian/gnomoradio.install: fixed to correctly install the .desktop file and the icons (LP: #86711) * debian/gnomoradio.desktop: dropped, upstream already provides it * debian/rules: - Removed the debian/gnomoradio.desktop install - Removed the strange hack to install upstream changelog, just use dh_installchangelogs NEWS -- Adrien Cunin aka Adri2000 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#415327: .desktop file doesn't work
Package: qsynth Version: 0.2.5-2 Severity: minor This bug has been reported in the Ubuntu bug tracker [0] and is now fixed in Ubuntu. /usr/share/applications/desktop should be /usr/share/applications/qsynth.desktop [0] https://launchpad.net/ubuntu/+source/qsynth/+bug/93218 -- Adrien Cunin aka Adri2000 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#416334: libdjconsole: FTBFS on GNU/kFreeBSD: Linux-specific instructions
Upstream has approved the patch, expect an upload soon. -- Adrien Cunin aka Adri2000 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#418175: Texts of the licenses missing
Package: libclass-trait-perl Version: 0.22-2 Severity: serious The complete texts of the licenses (GPL and Perl Artistic) are not in the original tarball. This package has been rejected from the Ubuntu NEW queue because of that. -- Adrien Cunin aka Adri2000 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#746247: RFS: actionaz/3.8.0-1 -- emulate human activity through a powerful GUI and JavaScript
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for actionaz 3.8.0-1. The package is maintained in collab-main/git: http://anonscm.debian.org/gitweb/?p=collab-maint/actionaz.git Changes since the last upload: actionaz (3.8.0-1) unstable; urgency=medium * New upstream release * Updated Standards-Version to 3.9.5, no change needed -- Adrien Cunin Wed, 23 Apr 2014 11:45:56 +0200 Thanks, -- Adrien Cunin aka Adri2000 Ubuntu MOTU Developer Debian Contributor signature.asc Description: OpenPGP digital signature
Bug#746248: RFS: filezilla/3.8.0-1 -- Full-featured graphical FTP/FTPS/SFTP client
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for filezilla 3.8.0-1. The package is maintained in collab-main/git: http://anonscm.debian.org/gitweb/?p=collab-maint/filezilla.git Changes since the last upload: filezilla (3.8.0-1) unstable; urgency=medium * New upstream release * Updated Standards-Version to 3.9.5, no change needed * Updated debian/patches/01_remove-xdg-check.patch, now only patches configure.ac; use dh-autoreconf for the rest -- Adrien Cunin Wed, 23 Apr 2014 13:57:10 +0200 Thanks, -- Adrien Cunin aka Adri2000 Ubuntu MOTU Developer Debian Contributor signature.asc Description: OpenPGP digital signature
Bug#656140: ITP: actionaz -- Emulate human activity through a powerful GUI and JavaScript
Package: wnpp Severity: wishlist Owner: Adrien Cunin * Package name: actionaz Version : 3.2.1.1 Upstream Author : Jonathan Mercier-Ganady * URL : http://actionaz.org/ * License : GPL Programming Lang: C++ Description : Emulate human activity through a powerful GUI and JavaScript Actionaz is an application that allows you to execute many actions on your computer such as emulating mouse clicks, key presses, showing message boxes, editing text files, etc. Tasks can be created using a simple editor or using the EcmaScript (JavaScript) programming language for more customization. Actionaz is cross-platform. -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#657692: actionaz uses unacceptable build flags -mmmx -msse -msse2 -mfpmath=sse
tags fixed-upstream pending thanks Upstream fixed this and released a new version. The next upload will include it. -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#631696: filezilla: crashes after downloading files
reassign filezilla, wxwidgets2.8 retitle 631696 filezilla crashes due to wxFormatConverter not supporting positional arguments tags 631696 patch upstream thanks On Sat, Aug 06, 2011 at 01:42:03PM +0200, Tim Kosse wrote: > This is a bug in wxWidgets, see http://trac.wxwidgets.org/ticket/10965 > > A fix has been committed upstream in revision #68568: > http://trac.wxwidgets.org/changeset/68568 This fix is not yet included in Debian's wxWidgets, so assigning the bug to wxwidgets2.8. -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#628408: filezilla: Crash downloading file from server
On Sat, May 28, 2011 at 02:24:29PM -0300, Saulo Soares de Toledo wrote: > Package: filezilla > Version: 3.3.5.1-1 > Severity: important > > When trying download a file from server, filezilla simple crashes and send > "Segmentation fault" at terminal. This happens with any file and any server. > [...] > Does it still happen with an updated system? If yes, could you please provide a stack trace of the crash? Thanks, -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#641835: [filezilla] crash when dragging and dropping folder from local to server view
On Fri, Sep 16, 2011 at 06:11:23PM +0200, Simon Wenner wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Package: filezilla > Version: 3.3.5.1-1 > Severity: important > > Filezilla crashes when dragging and dropping folder from local to > server view. > [...] > Could you please try with an updated system that has more recent versions of filezilla and wxwidgets2.8? -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#646814: [filezilla] sftp error with special character in password
On Thu, Oct 27, 2011 at 04:06:43PM +0300, dpdt1 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Package: filezilla > Version: 3.3.5.1-1 > Severity: important > > - --- Please enter the report below this line. --- > > hi, > > i was trying to connect to an sftp server using a password which > contained a '^' special character. > > using terminal > $ sftp user@host > i was connecting allright without any problems. > > using filezilla i got an error. > filezilla.log : > [...] > > changing the password to not include any special characters, works as > expected. > > thanks in advance, > > dpdt1 > [...] > Could you please try with an updated system that has a more recent version of filezilla? -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#613205: filezilla: TLS problem in v3.3.5.1, it works in v3.3.3
On Sun, Feb 20, 2011 at 04:37:35PM +0100, Anders Lageras wrote: > 2011/2/20 Adrien Cunin : > > tags 613205 moreinfo > > thanks > > > > On Sun, Feb 13, 2011 at 03:12:08PM +0100, Anders Lagerås wrote: > >> Package: filezilla > >> Version: 3.3.5.1-1 > >> Severity: important > >> > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > >> > >> Response: 234 AUTH command OK. Initializing TLS mode > >> Status: Initializing TLS... > >> Error: GnuTLS error -9: A TLS packet with unexpected length was > >> received. > >> Status: Server did not properly shut down TLS connection > >> Error: Could not connect to server > >> Status: Waiting to retry... > >> > >> Downgrading to v3.3.3 and it works fine again. > Hello > > > What server software is it? > Wzdftpd. > > > Can you try with another server? > No I cannot. > > But there have been issues like this earlier when using filezilla for > ftpes with other ftp servers, like proftpd. > Now, and like then, does it work when using other ftp-clients. > > -- > Mvh Anders Lagerås Is it still a problem with version 3.5.3-1? -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#667093: add patch
tags 667093 + fixed-upstream thanks Le 04/05/2012 02:16, Matthias Klose a écrit : > tags 667093 + patch > thanks Thanks. I should have updated this bug report earlier as it has already been fixed upstream. I will prepare an updated package this week-end and get it uploaded. -- Adrien Cunin aka Adri2000 signature.asc Description: OpenPGP digital signature
Bug#674992: actionaz: diff for NMU version 3.4.1-1.1
Le 06/06/2012 19:18, Tim Retout a écrit : > tags 674992 + pending > thanks > > Dear maintainer, > > I've prepared an NMU for actionaz (versioned as 3.4.1-1.1) and > uploaded it to DELAYED/2. Please feel free to tell me if I > should delay it longer. > > Regards. Hi, No problem, thanks for your help. I plan to update the package with the new upstream version before the freeze but I don't mind if this RC bug is fixed now. :-) -- Adrien Cunin aka Adri2000 signature.asc Description: OpenPGP digital signature
Bug#795423: RFS: filezilla/3.12.0.2-1 -- Full-featured graphical FTP/FTPS/SFTP client
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for filezilla 3.12.0.2-1. The package is maintained in collab-main/git: http://anonscm.debian.org/gitweb/?p=collab-maint/filezilla.git Changes since the last upload: filezilla (3.12.0.2-1) unstable; urgency=medium * New upstream release (Closes: #789678) * Removed libidn build-dep as it's not necessary anymore * Updated Standards-Version to 3.9.6, no change needed -- Adrien Cunin Thu, 13 Aug 2015 16:00:10 +0200 Thanks, -- Adrien Cunin aka Adri2000 Ubuntu MOTU Developer Debian Contributor signature.asc Description: OpenPGP digital signature
Bug#795650: Remove revu from dput.cf
Package: dput Severity: minor Hi, revu.ubuntuwire.com doesn't exist anymore, so it can be removed from the default dput.cf. Thanks! -- Adrien Cunin aka Adri2000 Ubuntu MOTU Developer Debian Contributor signature.asc Description: OpenPGP digital signature
Bug#795858: RFS: actiona/3.9.0-1 -- emulate human activity through a powerful GUI and JavaScript
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for actiona 3.9.0-1. The package is maintained in collab-main/git: http://anonscm.debian.org/gitweb/?p=collab-maint/actiona.git Changes since the last upload: actiona (3.9.0-1) unstable; urgency=medium * New upstream release, Actionaz renamed to Actiona * Updated name where appropriate in debian/ * Added transitional package * Updated build-deps, switching to Qt 5 (Closes: #786346) * debian/rules: make sure Qt 5 is used * Updated Recommends * Updated Standards-Version to 3.9.6, no change needed * Added debian/patches/01_add_desktop_file.desktop: upstream patch reintroducing the missing .desktop file * Added debian/patches/02_missing_icon_window_opacity.patch: upstream patch adding missing icon and fixing a major bug with main window opacity -- Adrien Cunin Mon, 17 Aug 2015 11:09:29 +0200 The package is currently named actionaz, so this a a rename to actiona. Important: the package currently doesn't build in unstable due to unmet dependencies caused by the libopencv-dev build-dep. It does build correctly in experimental though. If this is correct, I'd appreciate it if you can upload to experimental. Thanks! -- Adrien Cunin aka Adri2000 Ubuntu MOTU Developer Debian Contributor signature.asc Description: OpenPGP digital signature
Bug#859488: Missing dependency on python-pkg-resources
Package: pwman3 Version: 0.5.1d-1 Severity: important After installing pwman3: # pwman3 Traceback (most recent call last): File "/usr/bin/pwman3", line 27, in from pwman import default_config, which File "/usr/lib/python2.7/dist-packages/pwman/__init__.py", line 22, in import pkg_resources ImportError: No module named pkg_resources python-pkg-resources needs to be installed manually to fix that. -- Adrien Cunin aka Adri2000 Ubuntu MOTU Developer Debian Contributor signature.asc Description: OpenPGP digital signature
Bug#797228: filezilla: FTBFS on mips/mipsel/powerpc (undefined reference to __atomic_store_8)
tags 797228 + pending fixed-upstream thanks Le 28/08/2015 20:39, Julien Cristau a écrit : > Source: filezilla > Version: 3.12.0.2-1 > Severity: serious > Justification: fails to build from source (but built successfully in the past) > > Hi, > > your package no longer builds from source on some architectures, see the > logs at > https://buildd.debian.org/status/logs.php?pkg=filezilla&ver=3.12.0.2-1&suite=sid > > Cheers, > Julien > Hi, Thanks for the report, this is a known issue with a patch committed in the package git repository. Also, it should be fixed upstream in the newest release. Cheers, -- Adrien Cunin aka Adri2000 Ubuntu MOTU Developer Debian Contributor signature.asc Description: OpenPGP digital signature
Bug#786346: New upstream version released
Hi, Jonathan released the new version based on Qt5, so this is going to be fixed soon. I'll take care of uploading the new package (which will have to be renamed) next month. -- Adrien Cunin aka Adri2000 Ubuntu MOTU Developer Debian Contributor signature.asc Description: OpenPGP digital signature
Bug#761645: RFS: filezilla/3.9.0.5-1 -- Full-featured graphical FTP/FTPS/SFTP client
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for filezilla 3.9.0.5-1. The package is maintained in collab-main/git: http://anonscm.debian.org/gitweb/?p=collab-maint/filezilla.git Changes since the last upload: filezilla (3.9.0.5-1) unstable; urgency=medium * New upstream release * Acknowledging previous NMUs, thanks -- Adrien Cunin Sun, 14 Sep 2014 12:11:33 +0200 Thanks, -- Adrien Cunin aka Adri2000 Ubuntu MOTU Developer Debian Contributor signature.asc Description: OpenPGP digital signature
Bug#847097: Missing files
Package: magnum Version: 3.1.1-1 Severity: important python-magnum misses important files, such as the "templates" and "image" directories inside /usr/lib/python2.7/dist-packages/magnum/drivers/*/. This make Magnum basically unusable, as drivers are incomplete. -- Adrien Cunin aka Adri2000 Ubuntu MOTU Developer Debian Contributor signature.asc Description: OpenPGP digital signature
Bug#426586: /usr/lib/python2.3/site-packages/Gnumed/plugins/ is useless
Package: gnumed-client Version: 0.2.6.1-1 Severity: minor Tags: patch The directory /usr/lib/python2.3/site-packages/Gnumed/plugins/ is empty and should be removed from the package. The fix is just the removal of the appropriate line in debian/gnumed-client.dirs. -- Adrien Cunin aka Adri2000 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#426583: There is no .desktop file
Package: gnumed-client Version: 0.2.6.1-1 Severity: wishlist Tags: patch We added a .desktop file in Ubuntu: diff -pruN 0.2.5.0-1/debian/gnumed-client.desktop 0.2.5.0-1ubuntu1/debian/gnumed-client.desktop --- 0.2.5.0-1/debian/gnumed-client.desktop 1970-01-01 01:00:00.0 +0100 +++ 0.2.5.0-1ubuntu1/debian/gnumed-client.desktop 2007-05-07 16:53:42.0 +0100 @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Encoding=UTF-8 +Name=GNUmed +GenericName=GNUmed +Comment=Paperless Medical Practice Management +Icon=gnumed +Exec=/usr/bin/gnumed +Terminal=false +Categories=Application;MedicalSoftware; This file should be installed in /usr/share/applications/, and the icon client/bitmaps/gnumed.xpm should in installed in /usr/share/pixmaps/. You can also add dh_desktop in debian/rules. -- Adrien Cunin aka Adri2000 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#426583: There is no .desktop file
Le mercredi 30 mai 2007 à 02:17 +0200, Daniel Leidert a écrit : > And once again: There is no MimeType field, so calling dh_desktop is > useless and adds a useless call of update-desktop-database to the > debhelper scripts. Don't do this. Further this file is invalid: > Application is not a valid category. You should better use > "Education;Science;MedicalSoftware;" as suggested by the specification. > You can check such issues yourself with the desktop-file-validate tool. > > Regards, Daniel Thanks for the explanation about dh_desktop. But I'm not the author of this .desktop file, I have never touched gnumed-client. I found this package in the list of the packages changed in Ubuntu and waiting to be merged with Debian, so my goal is only to reduce the delta between Debian and Ubuntu. Feel free to fix anything you want. -- Adrien Cunin aka Adri2000 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#507259: Create /var/run/ngircd/ when starting the daemon
Package: ngircd Version: 0.12.1-1 Severity: minor Tags: patch When /var/run/ is a tmpfs (that's the case in Ubuntu), the /var/run/ngircd/ directory needs to be re-created after, for example, a reboot of the system. Before starting the daemon, the ngircd init script should check whether the directory exists, and if not, should create it and give it proper permissions. I took the few bash lines from the postinst script, and changed them to use $PIDDIR instead of /var/run/, $PIDDIR being set at the beginning of the script. See the patch from svn rev. 226 attached. Once this bug is fixed and the package uploaded, it will allow Ubuntu to synchronize with Debian. -- Adrien Cunin aka Adri2000 Index: ngircd.init === --- ngircd.init (révision 226) +++ ngircd.init (copie de travail) @@ -36,7 +36,8 @@ DESC="Next generation IRC daemon" LOGDIR=/var/log/ -PIDFILE=/var/run/ngircd/$NAME.pid +PIDDIR=/var/run/ngircd +PIDFILE=$PIDDIR/$NAME.pid test -x $DAEMON || exit 0 @@ -154,6 +155,13 @@ log_end_msg 0 exit 0 fi +# If $PIDDIR doesn't exist, create it and give it proper permissions +# Useful if $PIDDIR is in a tmpfs +if [ ! -d "$PIDDIR" ]; then +mkdir $PIDDIR +chown irc:irc $PIDDIR +chmod 770 $PIDDIR +fi if start_server ; then # NOTE: Some servers might die some time after they start, # this code will detect this issue if STARTTIME is set signature.asc Description: Digital signature
Bug#509004: filezilla: Dragging and dropping a file from FZ to Gedit makes FZ freeze
Hi, I failed to reproduce this issue on Ubuntu intrepid which has version 3.1.2. (I have not yet been able to test on Debian lenny/sid.) So that may be an actual FileZilla bug, fixed at some point between 3.0.11.1 and 3.1.2. In that case, the experimental package (version 3.1.6) should work; could you please try it? -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#490891: see Ubuntu bug report
Hi, This was reported in Ubuntu as well: https://launchpad.net/bugs/202114 You can find in the comments there upstream's point of view (ie. Tim Kosse's) on this issue. -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#509004: filezilla: Dragging and dropping a file from FZ to Gedit makes FZ freeze
On Sun, Dec 28, 2008 at 07:00:43PM +0100, Florian Goujeon wrote: > Unfortunately, the bug still occurs with 3.1.6. It may also be a bug in wxwidgets. Your initial report says you are using wxwidgets 2.8.9.1, whereas I can only see 2.8.7.1 in Debian. Where did you get these packages from? For the record, the version used in intrepid (where I cannot reproduce the problem) is 2.8.8.0. -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#509004: filezilla: Dragging and dropping a file from FZ to Gedit makes FZ freeze
I just dist-upgraded a fresh install of etch (installed with the desktop environment task) to lenny, installed filezilla on it, and still cannot reproduce your problem: drag and drop just works, I can edit the file in gedit. $ dpkg -l | egrep 'filezilla|gedit|wx' ii filezilla3.0.11.1-1 Port of the famous Win32 graphical FTP clien ii filezilla-common 3.0.11.1-1 Architecture independent files for filezilla ii filezilla-locales3.0.11.1-1 Translations of filezilla ii gedit2.22.3-1official text editor of the GNOME desktop en ii gedit-common 2.22.3-1official text editor of the GNOME desktop en ii libwxbase2.6-0 2.6.3.2.2-3 wxBase library (runtime) - non-GUI support c ii libwxbase2.8-0 2.8.7.1-1.1 wxBase library (runtime) - non-GUI support c ii libwxgtk2.6-02.6.3.2.2-3 wxWidgets Cross-platform C++ GUI toolkit (GT ii libwxgtk2.8-02.8.7.1-1.1 wxWidgets Cross-platform C++ GUI toolkit (GT Do you have those packages installed, with these versions? -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#507740: Doesn't recognize Ubuntu native packages as Ubuntu packages
Package: lintian Version: 2.1.0 Severity: normal Tags: patch Basically, Ubuntu native packages (like ubuntu-dev-tools) aren't properly recognized as Ubuntu packages, which triggers false positives: W: ubuntu-dev-tools source: changelog-should-mention-nmu W: ubuntu-dev-tools source: source-nmu-has-incorrect-version-number 0.45 E: ubuntu-dev-tools_0.45_source.changes: bad-distribution-in-changes-file intrepid This was reported and fixed in Ubuntu, see LP bug #273997 [1]. You can find attached the patch against current git head, with the following changelog: * Recognize Ubuntu native packages as Ubuntu packages - Use distribution (and not only version) to decide whether a package is an Ubuntu package [1] https://launchpad.net/bugs/273997 -- Adrien Cunin aka Adri2000 diff --git a/checks/nmu b/checks/nmu index 8581966..6fc679b 100644 --- a/checks/nmu +++ b/checks/nmu @@ -28,6 +28,7 @@ sub run { my $pkg = shift; my $type = shift; my $info = shift; +my $distribution = undef; my $changelog_mentions_nmu = 0; my $changelog_mentions_qa = 0; my $uploader = undef; @@ -43,7 +44,7 @@ if (-l "debfiles/changelog") { open (CHANGELOG, '<', "debfiles/changelog") or fail("Failed opening changelog"); -; +$distribution = $1 if ( =~ /^.* \(.*\) (.*); .*$/); my $firstline = 1; while () { if ($firstline) { @@ -82,7 +83,9 @@ if (defined $uploaders) { } # No such thing as NMUs in Ubuntu-land. -if ($version =~ /ubuntu/) { +my $ubuntu_dists = join('|', qw(jaunty intrepid hardy gutsy dapper)); +if ($version =~ /ubuntu|$ubuntu_dists/ +or $distribution =~ /^$ubuntu_dists/) { $upload_is_nmu = 0; $version_nmuness = 0; } diff --git a/frontend/lintian b/frontend/lintian index fe9a823..5653e30 100755 --- a/frontend/lintian +++ b/frontend/lintian @@ -820,12 +820,12 @@ while (my $arg = shift) { # check distribution field if (defined $data->{distribution}) { + my $ubuntu_dists = join('|', qw(jaunty intrepid hardy gutsy dapper)); if ($data->{distribution} eq 'UNRELEASED') { # ignore - } elsif ($data->{'version'} =~ /ubuntu|jaunty|intrepid|hardy|gutsy|dapper/) { - my @ubuntu_dists = qw(jaunty intrepid hardy gutsy dapper); - my $regex = '^(' . join ('|', @ubuntu_dists) . ')'; - if ($data->{distribution} !~ /^$regex(-(proposed|updates|backports|security))?$/ ) { + } elsif ($data->{'version'} =~ /ubuntu|$ubuntu_dists/ + or $data->{distribution} =~ /^$ubuntu_dists/) { + if ($data->{distribution} !~ /^($ubuntu_dists)(-(proposed|updates|backports|security))?$/) { tag("bad-ubuntu-distribution-in-changes-file", $data->{distribution}); } signature.asc Description: Digital signature
Bug#432462: No .desktop file
Package: bugsx Version: 1.08-10 Severity: wishlist Tags: patch There is currently no .desktop file in this package, here is one from Ubuntu: --- bugsx-1.08.orig/debian/bugsx.desktop +++ bugsx-1.08/debian/bugsx.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=Bugsx +GenericName=evolve biomorphs +Comment=evolve biomorphs using genetic algorithms +Icon= +Exec=bugsx +Terminal=false +Categories=Science;Math; You need to install it in /usr/share/applications/. -- Adrien Cunin aka Adri2000 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#426895: Packaging of Homebank in Debian
Hi, I'm interested in maintaining HomeBank in Debian, and would be happy to be co-maintainer. Unfortunately, I'll be away during the two next weeks, so don't expect me to answer before the end of the month. -- Adrien Cunin aka Adri2000 signature.asc Description: Ceci est une partie de message numériquement signée
Bug#444777: libcurl.so should be in audacious-plugins
Package: audacious-plugins Version: 1.3.5-3 Severity: normal Hi, The file /usr/lib/audacious/General/libcurl.so is needed to play streams and therefore should be in the -plugins package (which audacious depends on) instead of the -plugins-extra package. -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#413687: Patch from Ubuntu
tags 413687 patch thanks Hi, This bug has also been reported in Ubuntu [1] where I uploaded a small patch which makes guml fail gracefully if ~/.guml/ doesn't exist and point the user to /usr/share/doc/guml/README. [1] https://launchpad.net/bugs/133694 Here is the patch: diff -Nru /tmp/t9zbkGzPF6/guml-0.3/uml.py /tmp/dZ0n44rJ5U/guml-0.3/uml.py --- /tmp/t9zbkGzPF6/guml-0.3/uml.py 2005-10-05 06:25:56.0 +0200 +++ /tmp/dZ0n44rJ5U/guml-0.3/uml.py 2007-08-22 17:46:09.0 +0200 @@ -36,6 +36,11 @@ namematch = re.compile('^([a-zA-Z0-9_-]+)\.conf$') + if os.path.isdir("%s/.guml" % os.getenv("HOME")) == False: + print "%s/.guml doesn't exist or is not a directory." % os.getenv("HOME") + print "Please read /usr/share/doc/guml/README to know how to setup guml." + sys.exit(1) + conflist = {} for entry in os.listdir("%s/.guml" % os.getenv("HOME")): matches = namematch.match(entry) -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#422371: Patch for specifying components
severity 422371 wishlist tags 422371 patch thanks Hi, Here is a patch against latest git revision which adds the ability to specify the components either via $COMPONENTS in pbuilderrc or via the command line with --components. It is based on some of the Ubuntu changes [1]. [1] http://patches.ubuntu.com/p/pbuilder/pbuilder_0.170ubuntu1.patch -- Adrien Cunin aka Adri2000 diff --git a/debian/changelog b/debian/changelog index 891e7d2..4cdc5c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,15 @@ pbuilder (0.174) UNRELEASED; urgency=low + [ Junichi Uekawa ] * add bash_completion. * Bug fix: "pbuilder: incoherence man page with --help", thanks to David Vernazobres (Closes: #446479). + [ Adrien Cunin ] + * Added the ability to specify the distribution components via $COMPONENTS in +pbuilderrc or via pbuilder --components. Part of the patch taken from +Ubuntu. (Closes: #422371) + -- Junichi Uekawa <[EMAIL PROTECTED]> Mon, 15 Oct 2007 08:44:20 +0900 pbuilder (0.173) unstable; urgency=low diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 89cda72..34b4a42 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -75,6 +75,10 @@ while [ -n "$1" ]; do DISTRIBUTION="$2"; shift; shift; ;; + --components) + COMPONENTS="$2"; + shift; shift; + ;; --buildresult) if [ -n "$2" ]; then if [ -d "$2" ]; then diff --git a/pbuilder-modules b/pbuilder-modules index d62e2f4..1669038 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -54,6 +54,7 @@ pbuilder-options: --othermirror [other mirror location in apt deb-line format, delimited with | signs] --http-proxy [proxy] --distribution [distribution(sid|etch|lenny|experimental)] + --components [components] --buildresult [location-to-copy-build-result] --aptcache [location of retrieved package files] --removepackages [packages-to-remove on pbuilder create] @@ -299,13 +300,16 @@ function installaptlines (){ echo "Distribution not specified, please specify" >&2 exit 1 fi +if [ -z "$COMPONENTS" ] ; then + COMPONENTS="main" +fi if [ -n "$OTHERMIRROR" ]; then echo "$OTHERMIRROR" | tr "|" "\n" >> "$BUILDPLACE"/etc/apt/sources.list fi if [ -n "$MIRRORSITE" ] ; then cat >> "$BUILDPLACE"/etc/apt/sources.list << EOF -deb $MIRRORSITE $DISTRIBUTION main -#deb-src $MIRRORSITE $DISTRIBUTION main +deb $MIRRORSITE $DISTRIBUTION $COMPONENTS +#deb-src $MIRRORSITE $DISTRIBUTION $COMPONENTS EOF fi if [ -n "$APTCONFDIR" ]; then diff --git a/pbuilder.8 b/pbuilder.8 index 2f83f0a..3a36bcf 100644 --- a/pbuilder.8 +++ b/pbuilder.8 @@ -189,18 +189,21 @@ and .B "experimental". .TP -.BI "\-\-override\-config" +.BI "\-\-components [" "components" "]" +Specifies the default distribution components to use. eg. "main contrib non-free". +Default is "main". -Specify to use different apt set up inside the chroot than it was used for creating the -base.tgz. -Specify this when you want to do +.TP +.BI "\-\-override\-config" +Specify to use different apt set up inside the chroot than it was used for creating the base.tgz. +Specify this when you want to do .B "pbuilder --update" - with a different distribution target set up. +with a different distribution target set up. -.B "--distribution, " "--mirror, " "--othermirror" - options are only valid when +.B "--distribution", "--components", "--mirror", "--othermirror" +options are only valid when .B "\-\-override\-config" -option is specified in +option is specified in .B "--update" target, or when .B "pbuilder --create" diff --git a/pbuilderrc b/pbuilderrc index 4cf3612..f24838b 100755 --- a/pbuilderrc +++ b/pbuilderrc @@ -18,6 +18,8 @@ BUILDRESULT=/var/cache/pbuilder/result/ # specifying the distribution forces the distribution on "pbuilder update" #DISTRIBUTION=lenny +# specifying the components of the distribution (default is "main") +#COMPONENTS="main contrib non-free" #specify the cache for APT APTCACHE="/var/cache/pbuilder/aptcache/" APTCACHEHARDLINK="yes" diff --git a/pbuilderrc.5 b/pbuilderrc.5 index 9972f64..3fb925a 100644 --- a/pbuilderrc.5 +++ b/pbuilderrc.5 @@ -95,6 +95,17 @@ is specified for option. .TP +.BI "COMPONENTS=" "main" +Specify the default distribution components to use. +This option only affects when doing +.B "pbuilder create" +or when +.B "--override-config" +is specified for +.B "pbuilder update" +option. + +.TP .BI "export http_proxy=" "http://your-proxy:8080/"; Defines the proxy for http connection. signature.asc Description: Digital signature
Bug#477773: Patch missing
Hello, I'd be interested in your ucf patch, but it seems you forgot to attach it to your mail. Could you please re-send it? Thanks. -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#473997: finch shouldn't depend on libx11-6
Package: pidgin Version: 2.4.1-1 Severity: minor Tags: patch Hi, The finch binary package currently depends on libx11-6 which is a bit strange for a console application. This is because of the plugins gntclipboard/gntgf and their .so: /usr/lib/finch/gntclipboard.so and /usr/lib/finch/gntgf.so. Finch works correctly even without libx11, so the solution would be to move that dependency to Suggests:. Find attached the patch that was uploaded to Ubuntu (fixing bug #195718 [1]), which just adds the necessary dh_shlibdeps arguments in debian/rules and the ${shlibs:Suggests} substvar in debian/control. Changelog: * Moved finch's libx11-6 dependency to Suggests: - debian/rules: added necessary arguments to dh_shlibdeps - debian/control: added Suggests: ${shlibs:Suggests} [1] https://launchpad.net/bugs/195718 -- Adrien Cunin aka Adri2000 diff -u pidgin-2.4.0/debian/rules pidgin-2.4.0/debian/rules --- pidgin-2.4.0/debian/rules +++ pidgin-2.4.0/debian/rules @@ -26,6 +26,7 @@ # finch package DEB_DH_MAKESHLIBS_ARGS_finch := -V -X/usr/lib/finch +DEB_DH_SHLIBDEPS_ARGS_finch := -X/usr/lib/finch/gntclipboard.so -X/usr/lib/finch/gntgf.so -- -dSuggests debian/finch/usr/lib/finch/gntclipboard.so debian/finch/usr/lib/finch/gntgf.so -dDepends # libpurple package DEB_DH_MAKESHLIBS_ARGS_libpurple0 := -V "libpurple0 (>= $(major).0)" -X/usr/lib/purple-2 diff -u pidgin-2.4.0/debian/control pidgin-2.4.0/debian/control --- pidgin-2.4.0/debian/control +++ pidgin-2.4.0/debian/control @@ -102,6 +102,7 @@ Recommends: gstreamer0.10-plugins-base, gstreamer0.10-plugins-good Replaces: gaim (<< 1:2.0.0+beta6-3), pidgin (<< 1:2.1.1-2), pidgin-data (<< 1:2.4.0-1) Conflicts: gaim (<< 1:2.0.0+beta6-3), pidgin (<< 1:2.1.1-2), pidgin-data (<< 1:2.4.0-1) +Suggests: ${shlibs:Suggests} Description: text-based multi-protocol instant messaging client Finch is a text/console-based, modular instant messaging client capable of using AIM/ICQ, Yahoo!, MSN, IRC, Jabber, Napster, Zephyr, Gadu-Gadu, Bonjour, signature.asc Description: Digital signature
Bug#272741: Not fixed
[ Resending this email to [EMAIL PROTECTED], as it got lost the first time (the bug was archived) ] unarchive 272741 reopen 272741 ! forcemerge 272741 489015 thanks This bug is not fixed. The right config paramater to set to 0 is autocheckver, not activeautoupdate. -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#494478: New upstream release available
Package: filezilla Version: 3.0.11.1-1 Severity: wishlist Hi, The latest stable upstream version is 3.1.0.1. Since 3.0.11.1, new features have been introduced (such as IPv6 support) and bugs have been fixed. A security vulnerability has been fixed as well, but I don't think it is really critical, as I wrote in the Ubuntu bug report: https://launchpad.net/bugs/251950 Moreover, 3.1.1 should be out soon (rc1 already is). -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#494480: docs/fzdefaults.xml.example should be shipped in the package
Package: filezilla Version: 3.0.11.1-1 Severity: minor Hi, The file docs/fzdefaults.xml.example should be shipped as a doc file (or maybe as an example file?) in filezilla-common. The man page for fzdefaults.xml is already shipped by the way. See [0] for the original bug report from Ubuntu. [0] https://launchpad.net/bugs/159395 -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#494483: Features list in package description needs an update
Package: filezilla Version: 3.0.11.1-1 Severity: minor Hi, The features list in the description of the filezilla package is somewhat outdated and, for example, "MODE Z transfer compressing" is wrong (FZ3 doesn't support it). Here is the description used in the Ubuntu package (upstream version 3.1.0.1), largely taken from upstream's README: * Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP) * IPv6 support * Available in many languages (translations included in the filezilla-locales package) * Supports resume and transfer of large files >4GB * Easy to use Site Manager and transfer queue * Drag & drop support * Speed limits * Filename filters * Network configuration wizard * Remote file editing * Keep-alive * HTTP/1.1, SOCKS5 and FTP Proxy support -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#500092: Shouldn't less be in /bin/ ?
Package: less Version: 418-1 Severity: minor Hi, I wonder if less shouldn't be in /bin/ rather than /usr/bin/. The fact is that currently zless is in /bin/ while less is in /usr/bin/, which seems pretty strange. What do you think? -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#493110: FTBFS with dash
Package: pyme Version: 0.8.0-1 Severity: important Tags: goal-dash, patch, upstream Hi, The 0.8.0 upstream version introduced a change in setup.py, which makes the package FTBFS with dash as /bin/sh. -cmd = os.popen("gpgme-config --%s" % what, "r") +cmd = os.popen("sh gpgme-config --%s" % what, "r") I'm forwarding you the patch I made to fix this bug in Ubuntu. -cmd = os.popen("sh gpgme-config --%s" % what, "r") +cmd = os.popen("sh -c 'gpgme-config --%s'" % what, "r") See [0] for the complete debdiff. [0] http://patches.ubuntu.com/p/pyme/pyme_0.8.0-1ubuntu1.patch Cheers, -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#432864: Plugin available in audacious
Hi, FYI, there is already an alarm plugin available for audacious, in the audacious-plugins-extra package. Therefore I think this package can be safely removed from the archive. -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#581787: filezilla dies, if I want to create a new tab
On Sat, May 15, 2010 at 10:40:49PM +0200, denk wrote: > Package: filezilla > Version: 3.3.2.1-1 > Severity: normal > Tags: sid > > Hello, > > if I want to create a new tab, the whole application dies. The only error > information is a "segmentation fault". > > If you need further information, please ask. > > Thanks in advance. > > denk Hi, What is needed in this case is a backtrace. Also, please try with version 3.3.3 that will soon be available in unstable. Thanks, -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#598914: filezilla sending one file at a time
tags 598914 moreinfo thanks On Sun, Oct 03, 2010 at 10:21:36AM +0200, Yellowprotoss wrote: > Package: filezilla > Version: 3.3.3-1 > Severity: wishlist > > Dear Sir, > > Over uploading on a proftpd server with tls, it happens that filezilla hangs > terribly > it put from harddisk to the proftpd server ftp tls some files then stops > > > i noticed that it copied lot of files with 0 kilobytes in there, and then it > uploads 2 pics at the same time into jpg. It progresses; bu tthis results in > letting it getting lost and it stops uploadng > > please could you make filezilla such as uploading really works surely with > makign it more flexible in a sense of : > uploading one file at a time, like a regular uploaded. > > not to create several files with 0 bytes > > one file at a time would be greatest > thanks Hi, Could you please provide some logs of the transfer? You can increase the log verbosity in the parameters dialog. Thanks, -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#613205: filezilla: TLS problem in v3.3.5.1, it works in v3.3.3
tags 613205 moreinfo thanks On Sun, Feb 13, 2011 at 03:12:08PM +0100, Anders Lagerås wrote: > Package: filezilla > Version: 3.3.5.1-1 > Severity: important > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Response: 234 AUTH command OK. Initializing TLS mode > Status: Initializing TLS... > Error:GnuTLS error -9: A TLS packet with unexpected length was > received. > Status: Server did not properly shut down TLS connection > Error:Could not connect to server > Status: Waiting to retry... > > Downgrading to v3.3.3 and it works fine again. Hi, What server software is it? Can you try with another server? Thanks, -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#578390: openoffice.org-thesaurus-fr: /usr/share/mythes/ files missing
Package: openoffice.org-dictionaries Version: 1:3.2.0~rc2-2 Severity: grave Hi, As said in #debian-oo, openoffice.org-thesaurus-fr doesn't contain the .idx and .dat files in /usr/share/mythes/, so the package is unusable. -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#456243: Emerging Threats rules
Hello, I'd suggest also adding the Emerging Threats rules: url = http://www.emergingthreats.net/rules/emerging.rules.tar.gz -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#519804: /var/run/oinkmaster is inappropriate for storing temporary files
Package: oinkmaster Version: 2.0-2 Severity: normal Tags: patch Hi, Here is a patch applied in Ubuntu fixing a bug reported there: diff -u oinkmaster-2.0/debian/oinkmaster.conf oinkmaster-2.0/debian/oinkmaster.conf --- oinkmaster-2.0/debian/oinkmaster.conf +++ oinkmaster-2.0/debian/oinkmaster.conf @@ -28,7 +28,7 @@ # root to update the ruleset. # Note: If commented out will check environment variables TMP, # TMPDIR or TEMPDIR, or otherwise use "/tmp" if none of them was set. -tmpdir = /var/run/oinkmaster +tmpdir = /tmp # Umask to use while executing umask = 0027 And the changelog entry for the rationale: oinkmaster (2.0-2ubuntu1) jaunty; urgency=low * debian/oinkmaster.conf: set tmpdir to /tmp instead of /var/run/oinkmaster - /var/run/oinkmaster is inappropriate for storing temporary files - Fixes /var/run on tmpfs issue (LP: #331853) -- Adrien Cunin Sun, 15 Mar 2009 11:44:40 +0100 Ubuntu bug: https://launchpad.net/bugs/331853 Thanks, -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#457714: Patch
tags 457714 + patch thanks Hi, Patch attached. -- Adrien Cunin aka Adri2000 --- apt-mirror-0.4.5.orig/apt-mirror +++ apt-mirror-0.4.5/apt-mirror @@ -254,6 +253,14 @@ die("Please explicitly specify 'defaultarch' in mirror.list") unless get_variable("defaultarch"); +## +## Create the 3 needed directories if they don't exist yet +my @needed_directories = (get_variable("mirror_path"), get_variable("skel_path"), get_variable("var_path")); +foreach my $needed_directory (@needed_directories) { +unless (-d $needed_directory) { +mkdir($needed_directory) or die("apt-mirror: can't create $needed_directory directory"); +} +} ## ## Skel download diff -u apt-mirror-0.4.5/debian/Debian-mirror.list apt-mirror-0.4.5/debian/Debian-mirror.list --- apt-mirror-0.4.5/debian/Debian-mirror.list +++ apt-mirror-0.4.5/debian/Debian-mirror.list @@ -2,8 +2,6 @@ # # set base_path/var/spool/apt-mirror # -# if you change the base path you must create the directories below with write privlages -# # set mirror_path $base_path/mirror # set skel_path$base_path/skel # set var_path $base_path/var diff -u apt-mirror-0.4.5/debian/Ubuntu-mirror.list apt-mirror-0.4.5/debian/Ubuntu-mirror.list --- apt-mirror-0.4.5/debian/Ubuntu-mirror.list +++ apt-mirror-0.4.5/debian/Ubuntu-mirror.list @@ -2,8 +2,6 @@ # # set base_path/var/spool/apt-mirror # -# if you change the base path you must create the directories below with write privlages -# # set mirror_path $base_path/mirror # set skel_path$base_path/skel # set var_path $base_path/var signature.asc Description: Digital signature
Bug#624057: filezilla: Uses deprecated _set_priority GnuTLS functions
tags 624057 + upstream thanks On Mon, Apr 25, 2011 at 02:21:41PM +0200, Andreas Metzler wrote: > Package: filezilla > Version: 3.3.5.1-1 > Severity: normal > User: ametz...@downhill.at.eu.org > Usertags: deprecated-gnutls-2.12 > > This package is using some functions which are marked deprecated in > newer versions of GnuTLS (>=2.12.x). (They are not yet removed, though.) > These functions will be removed in future releases. GnuTLS 2.12.x is > already available in experimental. > > Excerpt from buildlog: > > tlssocket.cpp:112:2: warning: 'int > gnutls_certificate_type_set_priority(gnutls_session_int*, const int*)' is > deprecated (declared at /usr/include/gnutls/compat.h:347) > tlssocket.cpp:112:68: warning: 'int > gnutls_certificate_type_set_priority(gnutls_session_int*, const int*)' is > deprecated (declared at /usr/include/gnutls/compat.h:347) > > > The gnutls_*_set_priority family of functions has been marked deprecated > in 2.12.x. These functions have been superceded by > gnutls_priority_set_direct(). The replacement function was added in gnutls > stable release 2.2.0 (released 2007-12-14). > > cu Andreas Thanks, it's been fixed upstream (in trunk). -- Adrien Cunin aka Adri2000 signature.asc Description: Digital signature
Bug#849304: Actiona fails to start
Version: 3.9.4-1 Le 10/03/2017 à 23:10, Guilherme de Abreu a écrit : > Dear Maintainer, > > As of the previous complaint, My Actiona has failed to launch as well. > That being the case, I ran it through gdb, as described below. I hope > this will be useful to you. Best wishes! According to upstream, this was related to an older version of Qt, and should be fixed now (and I can't reproduce the problem now). -- Adrien Cunin aka Adri2000 Ubuntu MOTU Developer Debian Contributor signature.asc Description: OpenPGP digital signature
Bug#947270: RFS: libfilezilla/0.19.3-1 -- build high-performing platform-independent programs (development
Le 26/12/2019 à 11:15, Phil Wyett a écrit : > On Thu, 2019-12-26 at 09:45 +, Phil Wyett wrote: >> On Thu, 2019-12-26 at 04:53 +0100, Adam Borowski wrote: >>> On Mon, Dec 23, 2019 at 09:19:20PM +, Phil Wyett wrote: >>>> Package: sponsorship-requests >>>> Dear mentors, >>>> >>>> I am looking for a sponsor for my package "libfilezilla" >>>> * Package name: libfilezilla >>>>Version : 0.19.3-1 >>>> * Vcs : https://salsa.debian.org/debian/libfilezilla >>>> Changes since the last upload: >>>> >>>>* Team upload >>>>* New upstream version 0.19.3 >>> >>> Hi! >>> You've marked the package as "team upload", yet: >>> * it's not currently marked as team maintained >>>+ although Gianfranco does some "team uploads" >>> * you're not in its "Uploaders" field >>> * you have no prior history with this package >>> * the package is actively maintained >>> >>> Thus: have you talked to Adrien or Gianfranco? Sorry for the doubt, >>> but >>> quite a few well-meaning contributors try such uncoordinated uploads >>> -- >>> in Debian parlance, "hijacks". Thus, I'm asking to verify. >>> >>> The upload itself appears to be fine from the technical point of >>> view, >>> at least at a glance. >>> >>> >>> Meow! >> >> Hi, >> >> * Marking as 'Team uplaod' is an error and can be corrected if wished. >> * I am not in uploaders field and should have marked as NMU. >> * I have no prior history with the package in Debian, but do in >> Fedora. >> * The package is not actively maintained. Upates are spotty and basic >> package work not done; and even CVE's. >> >> Please do not claim that I am hijacking a package, it is bad for >> community and encouraging people to contribute. >> >> Regards >> >> Phil >> > > Hi, > > FYI, both: > > * libfilezilla > * filezilla > > packages for RFS on mentors have been deleted. > > Regards > > Phil Hi everyone, It's true I haven't been active enough on the maintenance of these packages recently, but I do welcome help of any kind, and collaboration is possible. I'm always on IRC (as Adri2000 on OFTC), please come talk to me :) -- Adrien Cunin aka Adri2000 Ubuntu MOTU Developer Debian Contributor signature.asc Description: OpenPGP digital signature
Bug#947270: RFS: libfilezilla/0.19.3-1 -- build high-performing platform-independent programs (development
Le 03/01/2020 à 22:14, Phil Wyett a écrit : > I am uploading again to mentors and hope we can all work as one to get > the latest out to users for libfilezilla and filezilla. Hello Phil, Is it possible for you to use the git repositories where those packages are maintained, and maybe use IRC to discuss? Thank you, -- Adrien Cunin aka Adri2000 Ubuntu MOTU Developer Debian Contributor signature.asc Description: OpenPGP digital signature
Bug#994495: filezilla/libfilezilla maintinance (Was: RFS: filezilla/3.55.1-1 [Team] -- Full-featured graphical FTP/FTPS/SFTP client)
Le 14/10/2021 à 08:39, Philip Wyett a écrit : On Thu, 2021-10-14 at 07:12 +0100, Peter Michael Green wrote: BTW Bastain, mails sent to n...@bugs.debian.org don't get automatically sent to bug submitters. Bastian Germann Wrote: Which team is that? I see Adrien Cunin as maintainer. Good question! It seems like for nearly two years, all of the uploads to filezilla and libfilezilla have been "team uploads" despite Adrian Cunin being listed as the sole maintainer . Most of these uploads seem to have been prepared by Phil Wyett and sponsorred by Gianfranco Costamagna. The maintinance status of these packages needs to be clarified! Hi all, This actually entered my mind this week. I have been looking after the package for so long, should I be listed as the maintainer and thus be primary contact regarding filezilla and libfilezilla. I was going to email Adrian and ask him if he has any interest in the packages any longer, but his has done it for me. Regards Phil Hello Philip and everyone, Indeed I haven't really worked on filezilla/libfilezilla recently, so thanks goes to all of you who did the work. I am happy for someone else to take over the maintainership of the filezilla and libfilezilla packages. I'll let you decide if it should be a team maintenance (with people who recently worked on the package) or not. Just one question: do you plan to keep using Git for maintenance? as I see at least some recent uploaded changes are missing. Let me know if there is anything I can do to help (email or IRC), and thanks again, -- Adrien Cunin aka Adri2000 Ubuntu MOTU Developer Debian contributor OpenPGP_signature Description: OpenPGP digital signature
Bug#1106568: unblock: actiona/3.11.1-1
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock X-Debbugs-Cc: adri2...@ubuntu.com Please unblock package actiona [ Reason ] This new version of actiona was uploaded ahead of the hard freeze, but did not migrate in time. I am not sure, but think it may be due to a mips64el build failure, that I have been investigating but became no longer release critical in the meantime, as this mips64el is no longer a release architecture. [ Impact ] actiona 3.11.1-1 is a new upstream version, making use of Qt 6, combined with a number of packaging fixes and improvements. Upstream and I spent significant time together in the recent weeks with the goal of having this version ready for trixie users. [ Tests ] Manual tests performed. [ Risks ] This is a leaf package. In case any issue arises, I'm in close contact with upstream so we could investigate quickly. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [ ] attach debdiff against the package in testing - does not seem relevant in this case [ Other info ] Thanks for considering this request. unblock actiona/3.11.1-1 -- Adrien Cunin aka Adri2000 OpenPGP_signature.asc Description: OpenPGP digital signature