On 2010-11-05, Thomas Goirand wrote:
> On 11/03/2010 01:57 PM, Christian PERRIER wrote:
>> then, a few
>> months before the release, we start getting suggestions to add this or
>> that fancy new thingy
> Do you consider that WPA support is a "fancy new thing" ???
You're free to do a play on h
Hi list
I'm revisiting one of my first Debian packages, "cjk".
In debian/rules I have created a "get-orig-source" target that clones
the upstream GIT repository and rolls it back up to the ISO date that
is found in the Debian package version in debian/changelog (then
converted to UNIX timestamp).
On Sat, Nov 06, 2010 at 02:09:08PM +0100, Danai SAE-HAN (?) wrote:
> Hi list
Hi Danai SAE-HAN
>
> I'm revisiting one of my first Debian packages, "cjk".
> In debian/rules I have created a "get-orig-source" target that clones
> the upstream GIT repository and rolls it back up to the ISO d
Danai SAE-HAN (韓達耐) wrote:
> But a particular line in my old debian/rules doesn't seem to work
> anymore, and I can't find why not. I have an ugly hack around it, but
> I'm trying to understand why my original code fails.
> At the end of the mail you will find the complete code in
> debian/rules.
Thanks, Joey!
I'll avoid the $(shell ...) altogether and use the backticks (even
though I prefer the $() syntax in my regular, non-Makefile shell
scripts). =)
@Harald: linking to bash didn't solve it. Perhaps it was a Bash3-ism.
BR
--
Danai
--
To UNSUBSCRIBE, email to debian-devel-requ...@l
* Danai SAE-HAN (韓達耐) [101106 16:57]:
> I'll avoid the $(shell ...) altogether and use the backticks (even
> though I prefer the $() syntax in my regular, non-Makefile shell
> scripts). =)
You can also use $(...), just don't forget to escape the $ with another
one. i.e. need $$(...) in make then.
* Philipp Kern [2010-11-06 10:03 +]:
> Ubuntu's alternate installer doesn't support it neither. It only applies
> to the netinst case, too, which Ubuntu doesn't offer as prominently.
If one of Ubuntu's installers does support WPA, I guess they also
translated their WPA related strings. Would
On 2010-11-06, Carsten Hey wrote:
> * Philipp Kern [2010-11-06 10:03 +]:
>> Ubuntu's alternate installer doesn't support it neither. It only applies
>> to the netinst case, too, which Ubuntu doesn't offer as prominently.
> If one of Ubuntu's installers does support WPA, I guess they also
> tr
Dne 6.11.2010 14:09, Danai SAE-HAN (韓達耐) napsal(a):
upstream_version := cjk-4.8.2+git20090105
unixdate := 1231196400
get-orig-source:
git clone git://git.sv.gnu.org/cjk.git cjk-$(upstream_version)
cd cjk-$(upstream_version)&& git reset --hard $(shell cd
cjk-$(upstream_version)&&
Hi,
I just ran into a problem with ca-certificates-java and reported the
enclosed bug. In brief: it installed in the pbuilder environment as
recently as a few weeks ago but fails today.
However, ca-certificates-java has not changed in months, so perhaps
the bug lies elsewhere -- either with pbui
Package: wnpp
Severity: wishlist
Owner: "Ernesto Hernández-Novich (USB)"
* Package name: libsub-delete-perl
Version : 1.2
Upstream Author : Father Chrysostomos
* URL : http://search.cpan.org/dist/Sub-Delete/
* License : Artistic
Programming Lang: Perl
Hi Bernhard
> * Danai SAE-HAN (韓達耐) [101106 16:57]:
>> I'll avoid the $(shell ...) altogether and use the backticks (even
>> though I prefer the $() syntax in my regular, non-Makefile shell
>> scripts). =)
>
> You can also use $(...), just don't forget to escape the $ with another
> one. i.e. nee
Package: wnpp
Severity: wishlist
Owner: "Gonéri Le Bouder"
* Package name: k8temp
Version : 0.4.0-1
Upstream Author : Thomas Hurst
* URL : http://hur.st/k8temp/
* License : BSD
Programming Lang: C
Description : AMD K8 thermal diode reader for BSD sys
More information ...
On Sat, Nov 06, 2010 at 02:54:22PM -0500, Steve M. Robbins wrote:
> > failed (VM used: java-6-openjdk).
> > dpkg: error processing ca-certificates-java (--configure):
> > subprocess installed post-installation script returned error exit status 1
> > configured to not write a
On Sat, Nov 06, 2010 at 10:03:12AM +, Philipp Kern wrote:
> On 2010-11-05, Thomas Goirand wrote:
> > On 11/03/2010 01:57 PM, Christian PERRIER wrote:
> >> then, a few
> >> months before the release, we start getting suggestions to add this or
> >> that fancy new thingy
> > Do you consider
Package: wnpp
Owner: gregor herrmann
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org
* Package name: libgeo-osm-tiles-perl
Version : 0.04
Upstream Author : Rolf Krahl
* URL : http://search.cpan.org/dist/Geo-OSM-Tiles/
* Lice
Hi,
I was working on gmp and insighttoolkit packages today and ran into
two new behaviours of svn-buildpackage that are very annoying. I
checked the obvious candidates that I could think of
(svn-buildpackage, pbuilder, dpkg, devscripts) but didn't see any
recent changelog messages that appear ala
Hi all, please CC me on any responses, I'm not subscribed to debian-devel.
Has anyone considered patching the screenshot tools of GNOME or KDE to
include support for automating the process of submitting to
screenshots.debian.org? It would almost certainly cause a big increase
in the number of subm
On Sun, Nov 7, 2010 at 12:38 PM, Simon Ruggier wrote:
> Has anyone considered patching the screenshot tools of GNOME or KDE to
> include support for automating the process of submitting to
> screenshots.debian.org? It would almost certainly cause a big increase
> in the number of submissions.
Pl
On 11/06/2010 06:03 PM, Philipp Kern wrote:
> Whining on a mailinglist isn't overly helpful.
I agree 100%.
But my purpose wasn't at all to be whining, just to express my sadness
about this missing feature. Sorry if you took it the wrong way.
I also expressed my regret to not have enough time to
Quoting Michael Banck (mba...@debian.org):
> > > Do you consider that WPA support is a "fancy new thing" ???
> >
> > You're free to do a play on his words, of course. From the point of d-i
> > development it would be a new feature, yes.
>
> Sure, but Christian's words were quite dismissive as w
Quoting Thomas Goirand (z...@debian.org):
> I also expressed my regret to not have enough time to work on it myself
> (I'm currently trying to get this patch to work though...).
That is definitely useful. I'd suggest however to coordinate this in
-boot as there seem to be other people working on
22 matches
Mail list logo