Displaying 9 results from an estimated 9 matches similar to: "xen_4.2.2-1_amd64.changes ACCEPTED into unstable"
2013 Jun 15
0
Processing of xen_4.2.2-1_amd64.changes
xen_4.2.2-1_amd64.changes uploaded successfully to localhost
along with the files:
xen_4.2.2-1.dsc
xen_4.2.2.orig.tar.gz
xen_4.2.2-1.debian.tar.gz
xen-hypervisor-4.2-amd64_4.2.2-1_amd64.deb
xen-docs-4.2_4.2.2-1_all.deb
xen-utils-common_4.2.2-1_all.deb
xen-system-amd64_4.2.2-1_amd64.deb
libxen-dev_4.2.2-1_amd64.deb
libxenstore3.0_4.2.2-1_amd64.deb
2013 Jul 10
0
Processing of xen_4.2.2-1_amd64.changes
xen_4.2.2-1_amd64.changes uploaded successfully to localhost
along with the files:
xen_4.2.2-1.dsc
xen_4.2.2.orig.tar.gz
xen_4.2.2-1.debian.tar.gz
xen-docs-4.2_4.2.2-1_all.deb
xen-utils-common_4.2.2-1_all.deb
xen-hypervisor-4.2-amd64_4.2.2-1_amd64.deb
xen-system-amd64_4.2.2-1_amd64.deb
libxen-4.2_4.2.2-1_amd64.deb
libxen-dev_4.2.2-1_amd64.deb
libxenstore3.0_4.2.2-1_amd64.deb
2013 Jun 15
0
xen_4.2.2-1_amd64.changes REJECTED
xen source: lintian output: 'missing-build-dependency dpkg-dev (>= 1.16.1~)', automatically rejected package.
xen source: If you have a good reason, you may override this lintian tag.
===
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.
2013 Aug 12
3
Bug#719506: xen: FTBFS with perl 5.18: POD errors
Source: xen
Version: 4.2.2-1
Severity: important
User: debian-perl at lists.debian.org
Usertags: perl-5.18-transition
This package FTBFS with perl 5.18 (which will soon be uploaded to
unstable) owing to a stricter pod2man:
pod2text man/xl.pod.1 txt/man/xl.1.txt.tmp
man/xl.pod.1 around line 854: Expected text after =item, not a bullet
POD document had syntax errors at /usr/bin/pod2text line 84.
2013 Aug 12
0
Bug#719506: Bug#719506: xen: FTBFS with perl 5.18: POD errors
tag 719506 +patch
thanks
On Mon, 2013-08-12 at 17:40 +0200, Dominic Hargreaves wrote:
> This package FTBFS with perl 5.18 (which will soon be uploaded to
> unstable) owing to a stricter pod2man:
>
> pod2text man/xl.pod.1 txt/man/xl.1.txt.tmp
> man/xl.pod.1 around line 854: Expected text after =item, not a bullet
> POD document had syntax errors at /usr/bin/pod2text line 84.
2013 Sep 13
0
Wine release 1.7.2
The Wine development release 1.7.2 is now available.
What's new in this release (see below for details):
- Right-to-left text layout improvements.
- NTLM and Negotiate authentication for RPC over HTTP.
- More glyphs in the built-in Wingdings font.
- Better system tray support in the Mac driver.
- Activation context improvements.
- Various bug fixes.
The source is available from
2008 Dec 08
1
example of gladeXML - RGtk2
hello all,
where I find a example or tutorial of RGtk2 package?
I would like to know about the gladeXML functions in R.
thanks in advance
Cleber Borges
2011 Dec 23
0
error from character NAs in indexing array
The help page for ?Extract says:
"When extracting, a numerical, logical or character NA index picks an
unknown element and so returns NA in the corresponding element of a
logical, integer, numeric, complex or character result, and NULL for a
list. (It returns 00 for a raw result.] "
However, I seem to be getting different behavior when converting NA's
to character indices
2007 May 27
1
dealing with mke2fs -T option
Hi,
I have a doubt if I use the mke2fs option the right way.
I formatted two different disks, one with
$ mke2fs -b 4096 -E stride=16 -m 1 -T news /dev/sdd
and the other with
$ mke2fs -b 4096 -E stride=16 -m 1 -T largefile4 /dev/sde
sdd is supposed to get files between 8k and 16k.
sde will handle files with a fixed size of 32Mb.
Then I tried this :
$ dd if=/dev/zero of=/mount-sdx/file bs=4k