Re: proper edit-build-install-test cycle with v3 source packages?
Raphael Hertzog writes: > Timo, I'd be glad if you could check whether the attached patch fixes the > issue for you. If yes, I'll commit it to dpkg. Doesn't seem to help: $ dget http://people.debian.org/~hertzog/packages/debsrc3.0/sample7_1.0-1.dsc $ dpkg-source -x sample*.dsc $ cd sample7-1.0 $ touch -d 1970-01-01 upstream/README $ dpkg-buildpackage -rfakeroot -us -uc $ ls -l upstream/README -rw-r--r-- 1 lindi lindi 437 Apr 23 07:57 upstream/README $ grep force_timestamp /usr/share/perl5/Dpkg/Source/Package/V3/quilt.pm $opts{"force_timestamp"} = 1 unless defined($opts{"force_timestamp"}); force_timestamp => 0); $self->apply_quilt_patch($dir, $auto_patch, force_timestamp => 0); $ strace -o ../s -s4096 -f dpkg-buildpackage -rfakeroot -us -uc $ grep "upstream/README\"" ../s | grep -v ENOENT 1091 open("sample1/upstream/README", O_WRONLY|O_CREAT|O_EXCL, 0644) = 3 1091 utimensat(AT_FDCWD, "sample1/upstream/README", {{1272009605, 986398357}, {1248874754, 0}}, 0) = 0 1078 stat("sample7-1.0.orig.qqSdKV/upstream/README", {st_mode=S_IFREG|0644, st_size=40, ...}) = 0 1078 lstat("sample7-1.0.orig.qqSdKV/upstream/README", {st_mode=S_IFREG|0644, st_size=40, ...}) = 0 1078 stat("sample7-1.0.orig.qqSdKV/upstream/README", {st_mode=S_IFREG|0644, st_size=40, ...}) = 0 1106 stat("upstream/README", {st_mode=S_IFREG|0644, st_size=40, ...}) = 0 1106 open("upstream/README", O_RDONLY) = 5 1106 stat("upstream/README", {st_mode=S_IFREG|0644, st_size=40, ...}) = 0 1106 rename("upstream/README", ".pc/change-something/upstream/README") = 0 1106 rename("/tmp/poWipCxZ", "upstream/README") = -1 EXDEV (Invalid cross-device link) 1106 open("upstream/README", O_WRONLY|O_CREAT|O_TRUNC, 0100644) = 3 1106 chmod("upstream/README", 0100644) = 0 1078 utimes("sample7-1.0.orig.qqSdKV/upstream/README", {{1272009606, 0}, {1272009606, 0}}) = 0 1078 lstat("sample7-1.0/upstream/README", {st_mode=S_IFREG|0644, st_size=437, ...}) = 0 1078 lstat("sample7-1.0.orig.qqSdKV/upstream/README", {st_mode=S_IFREG|0644, st_size=379, ...}) = 0 1078 open("sample7-1.0.orig.qqSdKV/upstream/README", O_RDONLY) = 5 1078 open("sample7-1.0/upstream/README", O_RDONLY) = 6 1118 execve("/usr/bin/diff", ["diff", "-u", "-p", "-L", "sample7-1.0.orig/upstream/README", "-L", "sample7-1.0/upstream/README", "--", "sample7-1.0.orig.qqSdKV/upstream/README", "sample7-1.0/upstream/README"], [/* 69 vars */]) = 0 1118 stat("sample7-1.0.orig.qqSdKV/upstream/README", {st_mode=S_IFREG|0644, st_size=379, ...}) = 0 1118 stat("sample7-1.0/upstream/README", {st_mode=S_IFREG|0644, st_size=437, ...}) = 0 1118 open("sample7-1.0.orig.qqSdKV/upstream/README", O_RDONLY) = 3 1118 open("sample7-1.0/upstream/README", O_RDONLY) = 4 1078 stat("sample7-1.0/upstream/README", {st_mode=S_IFREG|0644, st_size=437, ...}) = 0 1078 lstat("sample7-1.0/upstream/README", {st_mode=S_IFREG|0644, st_size=437, ...}) = 0 1078 stat("sample7-1.0/upstream/README", {st_mode=S_IFREG|0644, st_size=437, ...}) = 0 1078 stat("sample7-1.0/upstream/README", {st_mode=S_IFREG|0644, st_size=437, ...}) = 0 1078 lstat("sample7-1.0/upstream/README", {st_mode=S_IFREG|0644, st_size=437, ...}) = 0 1078 stat("sample7-1.0/upstream/README", {st_mode=S_IFREG|0644, st_size=437, ...}) = 0 1119 stat("upstream/README", {st_mode=S_IFREG|0644, st_size=437, ...}) = 0 1119 open("upstream/README", O_RDONLY) = 5 1119 stat("upstream/README", {st_mode=S_IFREG|0644, st_size=437, ...}) = 0 1119 rename("upstream/README", "upstream/README.dpkg-orig") = 0 1119 rename("/tmp/poitsPCr", "upstream/README") = -1 EXDEV (Invalid cross-device link) 1119 open("upstream/README", O_WRONLY|O_CREAT|O_TRUNC, 0100644) = 3 1119 chmod("upstream/README", 0100644) = 0 1078 stat("sample7-1.0/upstream/README", {st_mode=S_IFREG|0644, st_size=379, ...}) = 0 1078 lstat("sample7-1.0/upstream/README", {st_mode=S_IFREG|0644, st_size=379, ...}) = 0 1078 stat("sample7-1.0/upstream/README", {st_mode=S_IFREG|0644, st_size=379, ...}) = 0 1121 stat("upstream/README", {st_mode=S_IFREG|0644, st_size=379, ...}) = 0 1121 open("upstream/README", O_RDONLY) = 5 1121 stat("upstream/README", {st_mode=S_IFREG|0644, st_size=379, ...}) = 0 1121 rename("upstream/README", ".pc/debian-changes-1.0-1/upstream/README") = 0 1121 rename("/tmp/po3ufJdq", "upstream/README") = -1 EXDEV (Invalid cross-device link) 1121 open("upstream/README", O_WRONLY|O_CREAT|O_TRUNC, 0100644) = 3 1121 chmod("upstream/README", 0100644) = 0 -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/84pr1q4mqp@sauna.l.org
Bug#578864: dpkg-source -b in 3.0 (quilt) package modifies timestamp of manually changed files
Package: dpkg-dev Severity: minor Version: 1.15.0 Short summary: dpkg-source -b on a "3.0 (quilt)" source package with changes not yet recorded in a quilt patch will lead to timestamp changes on the modified files, this confuses emacs if one of the modified files is currently open. See discussion at http://lists.debian.org/debian-devel/2010/04/msg00382.html On Fri, 23 Apr 2010, Timo Juhani Lindfors wrote: > Raphael Hertzog writes: > > Timo, I'd be glad if you could check whether the attached patch fixes the > > issue for you. If yes, I'll commit it to dpkg. > > Doesn't seem to help: Hum, I was fooled by your statement that only the timestamp changed. In fact files are modified twice to properly record the changes in the quilt framework so the timestamps are implicitly changed in that operation (and it was not only dpkg-source that was directly modifying the timestamp). I'm not even sure if resetting the timestamp to match the original one would suffice. I might have to find another solution to record the changes in quilt. Cheers, -- Raphaël Hertzog Like what I do? Sponsor me: http://ouaza.com/wp/2010/01/05/5-years-of-freexian/ My Debian goals: http://ouaza.com/wp/2010/01/09/debian-related-goals-for-2010/ -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100423083958.gb5...@rivendell
Bug#578921: ITP: libdessert1 -- a simple and extensible routing-framework for testbeds
Package: wnpp Severity: wishlist Owner: Bastian Blywis Owner: Bastian Blywis Package name: libdessert1 Version : 1.0.0 Upstream Author : Bastian Blywis URL : http://www.des-testbed.net/des-sert License : GPL Programming Lang: C Description : a simple and extensible routing-framework for testbeds DES-SERT is a framework written as ANSI-C library. While generally usable in many application scenarios, it is primarily used in DES-Mesh, the multi-transceiver wireless mesh network testbed part of the DES-Testbed. DES-SERT enables the implementation of routing protocols via an underlay in user space. DES-SERT routing daemons utilize libpcap to receive packets from the network resp. to send them. Locally generated packets or packets destined to this host use a TUN or TAP interface as access point to the operating system protocol stack. libdessert1 is the successor of libdessert0.87 and based on the libdessert upstream release >= 0.93. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100423152301.12734.50407.report...@belgrad.mi.fu-berlin.de
samba y ldap
Hola Me pueden sugerir algunos sitios para descargar informacion de como implementar un PDC y BDC con Samba y ldap o si es posible algo que tengan a la mano. Salu2 Cosme -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/28fae7b4cfab44a8af197ce2c2a56...@esid.gecgr.co.cu
Re: Bug#576817: ITP: drupal6-l10n-ru -- Russian translation for Drupal 6
Hi Al, sorry for the late answer. :-( Il giorno 07/apr/2010, alle ore 18.02, Al Nikolov ha scritto: > On Wednesday 07 April 2010 19:38:37 Luigi Gangitano wrote: >> Since drupal6 translation need to be manually loaded in the database via a >> web interface once the db is configured and populated by the installation >> script (another web script), I don't see the benefit to package them in any >> way, neither in the drupal6 package, nor in a separate package. > > I see the benefit of such kind of bootstrapping package since this process: > > - installing the package > - adding the language > - removing the package (optional) Can you please explain to me how you're doing this language installation directly on the webserver, without using the WUI? Or is the user supposed to fire up a browser on the server and do the install manually? This is my only point: since the data need to be installed using a browser, should the admin install the package on his client machine or on the (probably headless and X-deprived) webserver? Regards, L -- Luigi Gangitano -- -- GPG: 1024D/924C0C26: 12F8 9C03 89D3 DB4A 9972 C24A F19B A618 924C 0C26 -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/a27dfa48-d28e-42e3-99b1-909341dcc...@debian.org
Re: samba y ldap
On Fri, Apr 23, 2010 at 11:37:23AM -0500, cosme wrote: > Me pueden sugerir algunos sitios para descargar informacion de como > implementar un PDC y BDC con Samba y ldap o si es posible algo que > tengan a la mano. Español: Esta lista es para la desarrollo de la distribución Debian en inglés solamente. Favor de usar la lista debian-user-spanish para preguntar por la usa de paquetes especificos. También puede usar la lista apropiada de Samba; es posible que ellos se puedan ayudar mejor. English: This list is for the development of the Debian distribution in English only. Please use the debian-user-spanish list to ask questions about the use of specific packages. Also, you can use the appropriate Samba list; it's possible they can help you better. (I CC'd the submitter because it is obvious ze is not subscribed. Please don't butcher me for my bad Spanish.) -- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187 signature.asc Description: Digital signature
Fazendo Video-Jogos
Aprenda a fazer video-jogos e programas no computador. Se tem algum talento natural nas áreas de - Desenho - Musica - Escrita Contacte-nos, colabore connosco, transforme-se num mito na historia do video-jogos. Encomende no nosso site http://www.basebinaria.net jogos antigos para o seu AMIGA 500, 600 e 1200. Reviva os tempos gloriosos dos video-jogos do AMIGA. Mais projectos para os computadores ZX Spectrum , Commodore Amiga e PC no sitio http://www.basebinaria.net Visite-nos Os Melhores cumprimentos. J.P.S - Send by "MAILS" Info 4/2010 - -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/8nt4ri$lku...@mx.netcabo.pt
Re: Bug#576817: ITP: drupal6-l10n-ru -- Russian translation for Drupal 6
On Friday 23 April 2010 20:32:06 Luigi Gangitano wrote: > Can you please explain to me how you're doing this language installation > directly on the webserver, without using the WUI? Or is the user supposed > to fire up a browser on the server and do the install manually? If such a package is installed on the server, then every Drupal instance would be able to automatically import available translated strings during further language adding (first-time enabling) trough WUI. > This is my only point: since the data need to be installed using a browser, > should the admin install the package on his client machine or on the > (probably headless and X-deprived) webserver? No, see above. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/201004232128.10564.cl...@debian.org
AUTO: Hans-Christian Dirscherl ist außer Haus. ( Rückkehr am Mo, 26.04.2010)
Ich bin von Fr, 23.04.2010 bis Mo, 26.04.2010 abwesend. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht "Bits from the 3nd Debian Groupware Meeting" gesendet am 23.04.2010 20:50:17. Diese ist die einzige Benachrichtigung, die Sie empfangen werden, während diese Person abwesend ist. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/ofadddffe4.fff4f101-onc125770e.00691792-c125770e.00691...@idgcom.de