Re: Splitting the devscripts package

2013-03-31 Thread Jonathan Dowland
On Sat, Mar 30, 2013 at 10:49:18PM +0100, Benjamin Drung wrote:
 devscripts ships a bunch of scripts to make the life of a Debian Package
 maintainer easier. Not every script in there is Debian packaging
 specific. Some of them are used on other non-Debian-based distributions.
 I was contacted [1] and asked if we could split the Debian packaging
 specific scripts from the rest.

I'd be interested to know why: the list seems pretty small. What problems
have they caused? I'm also interested to know how they ended up there in
the first place!

Whilst devscripts is topical, I'd love a response to #677792, sadly too
late for wheezy now but I'm still interested.


-- 
Jonathan Dowland


-- 
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/20130331081939.GA25996@debian



Re: Splitting the devscripts package

2013-03-31 Thread Lars Wirzenius
On Sat, Mar 30, 2013 at 10:49:18PM +0100, Benjamin Drung wrote:
 I like to keep only Debian packaging specific scripts in devscripts (see
 the list below). Where should we put the non Debian packaging specific
 scripts? Should we create a neutral project or are there other projects
 in which these scripts fit?
 
 Non Debian packaging specific scripts
 =
 
 annotate-output [2]
 archpath
 checkbashisms [2]
 licensecheck [2]
 manpage-alert [2]
 namecheck
 suspicious-source
 svnpath

You could ask Joey Hess if they would fit into the moreutils package.

-- 
http://www.cafepress.com/trunktees -- geeky funny T-shirts
http://gtdfh.branchable.com/ -- GTD for hackers


-- 
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/20130331082407.ge4...@havelock.liw.fi



Re: devotee (debian vote engine): predictable RNG allows recovery of secret monikers

2013-03-31 Thread Timo Juhani Lindfors
Kurt Roeckx k...@roeckx.be writes:
 -  md5_hex($name $alias obfuscate\n), \n;
 +  hmac_sha256_hex($name, obfuscate), \n;
 
 part probably needs some further work. Should it be
 
 +  hmac_sha256_hex($name, $alias + obfuscate), \n;

 This is for the dummy sheet.  It only contains dummy data.  I see
 no reason to use part of the real key to generate the a dummy hmac.

Then why use hmac at all in the dummy sheet? Why not just print $name
there?


-- 
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/84txnrvqbb@sauna.l.org



Re: devotee (debian vote engine): predictable RNG allows recovery of secret monikers

2013-03-31 Thread Kurt Roeckx
On Sun, Mar 31, 2013 at 01:03:52PM +0300, Timo Juhani Lindfors wrote:
 Kurt Roeckx k...@roeckx.be writes:
  -  md5_hex($name $alias obfuscate\n), \n;
  +  hmac_sha256_hex($name, obfuscate), \n;
  
  part probably needs some further work. Should it be
  
  +  hmac_sha256_hex($name, $alias + obfuscate), \n;
 
  This is for the dummy sheet.  It only contains dummy data.  I see
  no reason to use part of the real key to generate the a dummy hmac.
 
 Then why use hmac at all in the dummy sheet? Why not just print $name
 there?

I'll probably change it to use sha256_hex() instead so that it
looks like the output of the hmac.


Kurt


-- 
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/20130331101954.ga...@roeckx.be



Re: Splitting the devscripts package

2013-03-31 Thread Wookey
+++ Benjamin Drung [2013-03-30 22:49 +0100]:
 Hi,
 
 devscripts ships a bunch of scripts to make the life of a Debian Package
 maintainer easier. Not every script in there is Debian packaging
 specific. Some of them are used on other non-Debian-based distributions.

Whilst considering what scripts are where, there are some scripts in
ubuntu-dev-tools which are not ubuntu-specific, and moving those
somewhere more general (i.e. into devscripts) would be useful too.
(I'm thinking particularly of mk-sbuild, but there are no doubt
others).

(In this particular case it might make sense to merge the features of
sbuild-createchroot and mk-sbuild, but that involves actual work).

Wookey
-- 
Principal hats:  Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.org/


-- 
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/20130331155647.gs2...@stoneboat.aleph1.co.uk



Re: Splitting the devscripts package

2013-03-31 Thread Michael Gilbert
On Sun, Mar 31, 2013 at 11:56 AM, Wookey wrote:
 +++ Benjamin Drung [2013-03-30 22:49 +0100]:
 Hi,

 devscripts ships a bunch of scripts to make the life of a Debian Package
 maintainer easier. Not every script in there is Debian packaging
 specific. Some of them are used on other non-Debian-based distributions.

 Whilst considering what scripts are where, there are some scripts in
 ubuntu-dev-tools which are not ubuntu-specific, and moving those
 somewhere more general (i.e. into devscripts) would be useful too.
 (I'm thinking particularly of mk-sbuild, but there are no doubt
 others).

reverse-depends is quite useful.

Best wishes,
Mike


-- 
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/CANTw=moake2ervcefwmbjdvuoem1qyma0hrw_0cehda08-f...@mail.gmail.com



R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Dirk Eddelbuettel

A new major release R 3.0.0 will come out on Wednesday April 3rd, as usual
according the the release plan and announcements [1]. 

It contains major internal changes [2] and requires rebuilds of all R
packages.  As I usually do, I started packaging pre-releases and rc
candidates [3] based on March 24, 27 and 30 snapshots.

Michael Rutter, who tirelessly backports (most of) my Debian R packages to
Ubuntu, has also made builds of these R packages [4].  

As for unstable, we have an issue as essentially all reverse-dependencies
that are R packages will need to be rebuilt [5]. On testing, I get for
158 packages from `apt-cache rdepends r-base-core | grep -c r-cran-`. 

I maintain the core set (r-recommended) and a bunch of others which I have
rebuilt over the last two or three days:

   abind-1.4-0quadprog-1.5-4 
   boot-1.3-9 Rcmdr-1.9-6   
   cairoDevice-2.19   RColorBrewer-1.0-5 
   car-2.0-16 Rcpp-0.10.3   
   chron-2.3-43   relimp-1.0-3  
   class-7.3-7rgl-0.93.928  
   cluster-1.14.4 RGtk2-2.20.25 
   codetools-0.2-8rJava-0.9-4   
   date-1.2.33Rmpi-0.6-3
   DBI-0.2-5  rms-3.6-3 
   digest-0.6.3   RMySQL-0.9-3  
   foreach-1.4.0  robustbase-0.9-7   
   foreign-0.8.53 RODBC-1.3-6   
   gdata-2.12.0   rpart-4.1-1   
   getopt-1.19.1  Rserve-0.6-8.1 
   gtools-2.7.1   rsprng-1.0
   KernSmooth-2.23-10 Rsymphony-0.1-15   
   Hmisc-3.10-1   RUnit-0.4.26  
   iterators-1.0.6sandwich-2.2-10
   lattice-0.20-15slam-0.1-28   
   latticeExtra-0.6-24sm-2.2-4.1
   lme4-0.99-0sn-0.4-17 
   lmtest-0.9.30  snow-0.3.12
   lpSolve-5.6.7  spatial-7.3-6 
   mgcv-1.7-22stabledist-0.6-5   
   MASS-7.3-26strucchange-1.4-7  
   Matrix-1.0-12  survival-2.37-4
   mvtnorm-0.9-9994   timeDate-2160.97   
   mnormt-1.4-5   timeSeries-3000.96 
   multicore-0.1-7tkrplot-0.0.23 
   multcomp-1.2-17tseries-0.10-30
   nlme-3.1.109   urca-1.2-7
   nnet-7.3-6 XML-3.96-1.1  
   polspline-1.1.7zoo-1.7-9  

and I should get to these over the next day or two

   doMC-1.3.0 fPortfolio-2130.80 
   doSNOW-1.0.6   fRegression-2160.77
   effects-2.2.4  fTrading-2160.77   
   fAsianOptions-3000.78  fUnitRoots-2160.77  
   fAssets-2110.79gmodels-2.15.3  
   fBasics-2160.85gplots-2.11.0   
   fBonds-2160.76 gregmisc-2.1.2  
   fCopulae-3000.79   hdf5-1.6.10 
   fExoticOptions-2152.78 int64-1.1.2 
   fExtremes-2160.78  its-1.1.8`8 
   fGarch-2150.81 misc3d-0.8-4
   fImport-3000.82nws-2.0.0.3 
   fMultivar-2152.77  rggobi-2.1.19   
   fNonlinear-2160.77 Rglpk-0.3-10
   fOptions-2160.82   RQuantlib-0.3.10
 
Based on a simple script (running on testing rather than unstable) I get the
following set of unique maintainers of related packages:

   Chris Lawrence lawre...@debian.org
   Debian Med Packaging Team debian-med-packag...@lists.alioth.debian.org
   Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
   Dirk Eddelbuettel e...@debian.org
   Julian Gilbey j...@debian.org
   Philip Rinn ri...@gmx.net
   The Debichem Group debichem-de...@lists.alioth.debian.org

and I am CCing everybody now to see if they could please rebuild the packages
within a week or so.  Come next weekend we'll review and switch to direct
email pings.

Comments, suggestions, ... most welcome.  Please CC me on replies as I am no
longer subscribed to debian-devel.

Cheers, Dirk


[1] http://developer.r-project.org
[2] See the NEWS file; big one is overcoming vector index index limit 2^31-1  
[3] http://changelogs.debian.net/r-base  (covers two of the three)
[4] See his blog at 
http://www.personal.psu.edu/mar36/blogs/the_ubuntu_r_blog/blog/
and his post to the r-sig-debian list
[5] All r-cran-* and r-bioc-* and ... package; embedding apps such as
rkward, postgresql-plr or cantor or may not need to be rebuilt

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com


-- 
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/20824.26651.775823.264...@max.nulle.part



Re: Splitting the devscripts package

2013-03-31 Thread Andrew Starr-Bochicchio
On Sun, Mar 31, 2013 at 11:56 AM, Wookey woo...@wookware.org wrote:

 +++ Benjamin Drung [2013-03-30 22:49 +0100]:
  Hi,
 
  devscripts ships a bunch of scripts to make the life of a Debian Package
  maintainer easier. Not every script in there is Debian packaging
  specific. Some of them are used on other non-Debian-based distributions.

 Whilst considering what scripts are where, there are some scripts in
 ubuntu-dev-tools which are not ubuntu-specific, and moving those
 somewhere more general (i.e. into devscripts) would be useful too.
 (I'm thinking particularly of mk-sbuild, but there are no doubt
 others).

 (In this particular case it might make sense to merge the features of
 sbuild-createchroot and mk-sbuild, but that involves actual work).

mk-sbuild was submitted for inclusion to the sbuild package back in
2011. [1] The sbuild maintainers haven't posted any response to the
bug report though. I don't know if there was any out of band
communication on the matter.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613903

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Developer http://qa.debian.org/developer.php?login=asb
   PGP/GPG Key ID: D53FDCB1


-- 
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/cal6k_ayoaczvgbbwk3bus0t-a3mkwfv+xddmz+tn3tkrdzb...@mail.gmail.com



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Ansgar Burchardt
Dirk Eddelbuettel e...@debian.org writes:
 A new major release R 3.0.0 will come out on Wednesday April 3rd, as usual
 according the the release plan and announcements [1]. 

 It contains major internal changes [2] and requires rebuilds of all R
 packages.  As I usually do, I started packaging pre-releases and rc
 candidates [3] based on March 24, 27 and 30 snapshots.

 Michael Rutter, who tirelessly backports (most of) my Debian R packages to
 Ubuntu, has also made builds of these R packages [4].  

 As for unstable, we have an issue as essentially all reverse-dependencies
 that are R packages will need to be rebuilt [5]. On testing, I get for
 158 packages from `apt-cache rdepends r-base-core | grep -c r-cran-`.

I don't think such transitions should be done without any
coordination[a]. In addition there's still the freeze...

  [a] http://wiki.debian.org/Teams/ReleaseTeam/Transitions

 and I am CCing everybody now to see if they could please rebuild the packages
 within a week or so.  Come next weekend we'll review and switch to direct
 email pings.

If they just need to be rebuilt, there are binNMUs.

However the binaries seem to claim they would also work with the newer R
versions? I looked at r-cran-rsymphony and it has
  Depends: [...], r-base-core (= 2.14.1)
which would still be satisfied by r-base-core 3.0.0~20130330-1...

Ansgar


-- 
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/87bo9ztrww@deep-thought.43-1.org



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Adam D. Barratt

CC list trimmed and -release added

On 31.03.2013 17:45, Dirk Eddelbuettel wrote:
A new major release R 3.0.0 will come out on Wednesday April 3rd, as 
usual

according the the release plan and announcements [1].

It contains major internal changes [2] and requires rebuilds of all R
packages.

[...]
As for unstable, we have an issue as essentially all 
reverse-dependencies
that are R packages will need to be rebuilt [5]. On testing, I get 
for

158 packages from `apt-cache rdepends r-base-core | grep -c r-cran-`.

[...]
and I am CCing everybody now to see if they could please rebuild the 
packages
within a week or so.  Come next weekend we'll review and switch to 
direct

email pings.

Comments, suggestions, ... most welcome.  Please CC me on replies as 
I am no

longer subscribed to debian-devel.


Aside from the lack of pre-discussion, co-ordination etc., the last few 
weeks of a freeze _really_ isn't the right time to be starting a large 
(or indeed small) transition in unstable. We now have at least 87 (based 
on this morning's britney run) packages which won't be able to receive 
updates via unstable should they turn out to have lately discovered RC 
bugs. If any of those packages are then involved in dependency chains, 
the same could be true of packages outside of the R module packages.


Regards,

Adam


--
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/c39a508e527b09e93c834b1b4ca2e...@mail.adsl.funky-badger.org



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Dirk Eddelbuettel

On 31 March 2013 at 19:12, Ansgar Burchardt wrote:
| However the binaries seem to claim they would also work with the newer R
| versions? I looked at r-cran-rsymphony and it has
|   Depends: [...], r-base-core (= 2.14.1)

You looked at the code from before the update of that package:

  Package: r-cran-rsymphony
  Architecture: any
  Depends: ${shlibs:Depends}, ${R:Depends}

leading to 

  edd@max:~$ dpkg -f 
/var/cache/pbuilder/result/r-cran-rsymphony_0.1-15-2_i386.deb |grep Depends
  Depends: libatlas3-base, libc6 (= 2.1.3), libgcc1 (= 1:4.1.1), \
  libgfortran3 (= 4.3), libquadmath0 (= 4.6), libstdc++6 (= 4.4.0), \
  r-base-core (= 3.0.0~20130330-1) 
  edd@max:~$ 

| which would still be satisfied by r-base-core 3.0.0~20130330-1...

Not an issue as seen above.

Dirk

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com


-- 
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/20824.29415.97443.249...@max.nulle.part



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Dirk Eddelbuettel

On 31 March 2013 at 18:18, Adam D. Barratt wrote:
| Aside from the lack of pre-discussion, co-ordination etc., the last few 
| weeks of a freeze _really_ isn't the right time to be starting a large 
| (or indeed small) transition in unstable. We now have at least 87 (based 
| on this morning's britney run) packages which won't be able to receive 
| updates via unstable should they turn out to have lately discovered RC 
| bugs. If any of those packages are then involved in dependency chains, 
| the same could be true of packages outside of the R module packages.

In the grand scheme of things, R is a rather peripheral package.

Please just put a block on r-base-core to prevent it from migrating to
testing.  All these dependencies will be held too.

I cannot influence the R release cycle which happens within our freeze. As
have a few previous R releases, and none of those created any trouble. 

Dirk

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com


-- 
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/20824.29562.409641.732...@max.nulle.part



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Ansgar Burchardt
Dirk Eddelbuettel e...@debian.org writes:
 On 31 March 2013 at 19:12, Ansgar Burchardt wrote:
 | However the binaries seem to claim they would also work with the newer R
 | versions? I looked at r-cran-rsymphony and it has
 |   Depends: [...], r-base-core (= 2.14.1)

 You looked at the code from before the update of that package:

   Package: r-cran-rsymphony
   Architecture: any
   Depends: ${shlibs:Depends}, ${R:Depends}

 leading to 

   edd@max:~$ dpkg -f 
 /var/cache/pbuilder/result/r-cran-rsymphony_0.1-15-2_i386.deb |grep Depends
   Depends: libatlas3-base, libc6 (= 2.1.3), libgcc1 (= 1:4.1.1), \
   libgfortran3 (= 4.3), libquadmath0 (= 4.6), libstdc++6 (= 4.4.0), \
   r-base-core (= 3.0.0~20130330-1) 
   edd@max:~$ 

 | which would still be satisfied by r-base-core 3.0.0~20130330-1...

 Not an issue as seen above.

That just means you cannot use the new r-cran-rsymphony with the old
r-base-core. But it looks like you can use the *old* r-cran-rsymphony
with the *new* r-base-core, although you said that a rebuild is required
(and thus this combination shouldn't be allowed by the dependencies).

Ansgar


-- 
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/8738vbtqky@deep-thought.43-1.org



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Lars Wirzenius
On Sun, Mar 31, 2013 at 12:33:46PM -0500, Dirk Eddelbuettel wrote:
 
 On 31 March 2013 at 18:18, Adam D. Barratt wrote:
 | Aside from the lack of pre-discussion, co-ordination etc., the last few 
 | weeks of a freeze _really_ isn't the right time to be starting a large 
 | (or indeed small) transition in unstable. We now have at least 87 (based 
 | on this morning's britney run) packages which won't be able to receive 
 | updates via unstable should they turn out to have lately discovered RC 
 | bugs. If any of those packages are then involved in dependency chains, 
 | the same could be true of packages outside of the R module packages.
 
 In the grand scheme of things, R is a rather peripheral package.

A peripheral package can still cause extra work for the release team.

 Please just put a block on r-base-core to prevent it from migrating to
 testing.  All these dependencies will be held too.

The freeze already guarantees the these new R packages won't be entering
wheezy. That is not the problem. The problem is that since you uploaded,
to unstable, packages that cannot enter wheezy, any bug fixes _in_wheezy_
now have to go via testing-proposed-uploads, which is more work for everyone,
including the release team. Because of the complicated dependencies between
packages in Debian, this then cause _other_ packages to suffer the same fate.

This is not a new thing, and it has been said repeatedly by the release
team on debian-devel-announce.

 I cannot influence the R release cycle which happens within our freeze. As
 have a few previous R releases, and none of those created any trouble. 

You can, however, avoid uploading the new R packages to Debian unstable
during a Debian release freeze, and you should have done so. You could
have uploaded them to experimental instead. This would have avoided all
the potential problems for the Debian release process.

-- 
http://www.cafepress.com/trunktees -- geeky funny T-shirts
http://gtdfh.branchable.com/ -- GTD for hackers


-- 
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/20130331175510.gh4...@havelock.liw.fi



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Dirk Eddelbuettel

On 31 March 2013 at 19:41, Ansgar Burchardt wrote:
| Dirk Eddelbuettel e...@debian.org writes:
|  On 31 March 2013 at 19:12, Ansgar Burchardt wrote:
|  | However the binaries seem to claim they would also work with the newer R
|  | versions? I looked at r-cran-rsymphony and it has
|  |   Depends: [...], r-base-core (= 2.14.1)
| 
|  You looked at the code from before the update of that package:
| 
|Package: r-cran-rsymphony
|Architecture: any
|Depends: ${shlibs:Depends}, ${R:Depends}
| 
|  leading to 
| 
|edd@max:~$ dpkg -f 
/var/cache/pbuilder/result/r-cran-rsymphony_0.1-15-2_i386.deb |grep Depends
|Depends: libatlas3-base, libc6 (= 2.1.3), libgcc1 (= 1:4.1.1), \
|libgfortran3 (= 4.3), libquadmath0 (= 4.6), libstdc++6 (= 4.4.0), \
|r-base-core (= 3.0.0~20130330-1) 
|edd@max:~$ 
| 
|  | which would still be satisfied by r-base-core 3.0.0~20130330-1...
| 
|  Not an issue as seen above.
| 
| That just means you cannot use the new r-cran-rsymphony with the old
| r-base-core. But it looks like you can use the *old* r-cran-rsymphony
| with the *new* r-base-core, although you said that a rebuild is required
| (and thus this combination shouldn't be allowed by the dependencies).

No, sorry, that is precisely where the restriction comes in.  Here is a log
from my laptop, running the R 3.0.0 pre-release and trying to load a non-CRAN
package (of mine, at R-Forge) built with an earlier version:

Script started on Sun 31 Mar 2013 12:45:41 PM CDT
edd@don:~$ R

R version 3.0.0 RC (2013-03-27 r62427) -- Masked Marvel
Copyright (C) 2013 The R Foundation for Statistical Computing
Platform: i686-pc-linux-gnu (32-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

R library(earthmovdist)
Error: package ‘earthmovdist’ was built before R 3.0.0: please re-install it
R q()
Save workspace image? [y/n/c]: n
edd@don:~$ exit

Script done on Sun 31 Mar 2013 12:46:03 PM CDT


In the 10+ years that I maintained the R package, this is only the third
forced rebuild.  These happen rarely, but when they happen they are imposed
by R itself.

We really need to rebuild all packages for R.  And no, I of course do not
imply that these would slide into the next release. 

Dirk

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com


--
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/20824.30692.838919.795...@max.nulle.part



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Ansgar Burchardt
Dirk Eddelbuettel e...@debian.org writes:
 On 31 March 2013 at 19:41, Ansgar Burchardt wrote:
 | Dirk Eddelbuettel e...@debian.org writes:
 |  On 31 March 2013 at 19:12, Ansgar Burchardt wrote:
 |  | However the binaries seem to claim they would also work with the newer R
 |  | versions? I looked at r-cran-rsymphony and it has
 |  |   Depends: [...], r-base-core (= 2.14.1)
 | 
 |  You looked at the code from before the update of that package:
 | 
 |Package: r-cran-rsymphony
 |Architecture: any
 |Depends: ${shlibs:Depends}, ${R:Depends}
 | 
 |  leading to 
 | 
 |edd@max:~$ dpkg -f 
 /var/cache/pbuilder/result/r-cran-rsymphony_0.1-15-2_i386.deb |grep Depends
 |Depends: libatlas3-base, libc6 (= 2.1.3), libgcc1 (= 1:4.1.1), \
 |libgfortran3 (= 4.3), libquadmath0 (= 4.6), libstdc++6 (= 4.4.0), \
 |r-base-core (= 3.0.0~20130330-1) 
 |edd@max:~$ 
 | 
 |  | which would still be satisfied by r-base-core 3.0.0~20130330-1...
 | 
 |  Not an issue as seen above.
 | 
 | That just means you cannot use the new r-cran-rsymphony with the old
 | r-base-core. But it looks like you can use the *old* r-cran-rsymphony
 | with the *new* r-base-core, although you said that a rebuild is required
 | (and thus this combination shouldn't be allowed by the dependencies).

 No, sorry, that is precisely where the restriction comes in.  Here is a log
 from my laptop, running the R 3.0.0 pre-release and trying to load a non-CRAN
 package (of mine, at R-Forge) built with an earlier version:

Please read again. You have only restrictions in *one* direction,
i.e. you *cannot* install an *old* version of r-base-core and a *new*
version of r-cran-rsymphony.

It is however possible to install the *new* r-base-core together with
the *old* r-cran-rsymphony. However r-cran-rsymphony will not work:


$ R
[...]
 library(Rsymphony)
Error: package 'Rsymphony' was built before R 3.0.0: please re-install it


For reference, the installed versions are:
   r-base-core 3.0.0~20130330-1
   r-cran-rsymphony 0.1-15-1

I assume this means that a non-working set of packages could also
migrate to testing (if there was no freeze).  This should probably get
fixed, maybe with something similar to the perlapi-5.14.2 virtual
package provided by perl(-base)?

Ansgar


-- 
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/87txnrs9xy@deep-thought.43-1.org



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Dirk Eddelbuettel

On 31 March 2013 at 20:25, Ansgar Burchardt wrote:
| Dirk Eddelbuettel e...@debian.org writes:
|  On 31 March 2013 at 19:41, Ansgar Burchardt wrote:
|  | Dirk Eddelbuettel e...@debian.org writes:
|  |  On 31 March 2013 at 19:12, Ansgar Burchardt wrote:
|  |  | However the binaries seem to claim they would also work with the 
newer R
|  |  | versions? I looked at r-cran-rsymphony and it has
|  |  |   Depends: [...], r-base-core (= 2.14.1)
|  | 
|  |  You looked at the code from before the update of that package:
|  | 
|  |Package: r-cran-rsymphony
|  |Architecture: any
|  |Depends: ${shlibs:Depends}, ${R:Depends}
|  | 
|  |  leading to 
|  | 
|  |edd@max:~$ dpkg -f 
/var/cache/pbuilder/result/r-cran-rsymphony_0.1-15-2_i386.deb |grep Depends
|  |Depends: libatlas3-base, libc6 (= 2.1.3), libgcc1 (= 1:4.1.1), \
|  |libgfortran3 (= 4.3), libquadmath0 (= 4.6), libstdc++6 (= 4.4.0), \
|  |r-base-core (= 3.0.0~20130330-1) 
|  |edd@max:~$ 
|  | 
|  |  | which would still be satisfied by r-base-core 3.0.0~20130330-1...
|  | 
|  |  Not an issue as seen above.
|  | 
|  | That just means you cannot use the new r-cran-rsymphony with the old
|  | r-base-core. But it looks like you can use the *old* r-cran-rsymphony
|  | with the *new* r-base-core, although you said that a rebuild is required
|  | (and thus this combination shouldn't be allowed by the dependencies).
| 
|  No, sorry, that is precisely where the restriction comes in.  Here is a log
|  from my laptop, running the R 3.0.0 pre-release and trying to load a 
non-CRAN
|  package (of mine, at R-Forge) built with an earlier version:
| 
| Please read again. You have only restrictions in *one* direction,
| i.e. you *cannot* install an *old* version of r-base-core and a *new*
| version of r-cran-rsymphony.
| 
| It is however possible to install the *new* r-base-core together with
| the *old* r-cran-rsymphony. However r-cran-rsymphony will not work:

That is the very reason the 100+ r-cran-* are being updated.

| 
| $ R
| [...]
|  library(Rsymphony)
| Error: package 'Rsymphony' was built before R 3.0.0: please re-install it
| 
| 
| For reference, the installed versions are:
|r-base-core 3.0.0~20130330-1
|r-cran-rsymphony 0.1-15-1

If you run an update and try r-cran-rsymphony 0.1-15-2 then it will work.
 
| I assume this means that a non-working set of packages could also
| migrate to testing (if there was no freeze).  This should probably get
| fixed, maybe with something similar to the perlapi-5.14.2 virtual
| package provided by perl(-base)?

That is why we have a meta-variable

  ${R:Depends}

in Depends: which gets filled by the R version that compiling the package,
currently 3.0.0~20130330-1. And which prevents the migration.

The same scheme worked before so I am not convinced we need something more
complicated or formal.  

Say six month from now we may have an R patch release 3.0.1.  The packages
being built now (using the rc for R 3.0.0) will work.  

But none of the R 2.* packages will, now or then, which is why we need this
rebuild process now.

Testing is fine, but within unstable the transition has to be done.

I hope this helps and clarifies.

Dirk

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com


-- 
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/20824.33290.289506.149...@max.nulle.part



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Guillem Jover
On Sun, 2013-03-31 at 20:25:45 +0200, Ansgar Burchardt wrote:
 I assume this means that a non-working set of packages could also
 migrate to testing (if there was no freeze).

The freeze only prevents breakage for wheezy, but after wheezy one can
still get a broken system due to a partial upgrade.

Thanks,
Guillem


-- 
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/20130331185634.ga32...@gaara.hadrons.org



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Philipp Kern
On Sun, Mar 31, 2013 at 12:33:46PM -0500, Dirk Eddelbuettel wrote:
 In the grand scheme of things, R is a rather peripheral package.

Not sure where you get that idea, but given that you insist on that:

| pkern@franck ~ % dak rm -nR -s testing r-base
| Working... done.
[…]
| Checking reverse dependencies...
| # Broken Depends:
[ 175 lines ]
| 
| # Broken Build-Depends:
[ 181 lines ]
| 
| Dependency problem found.

I realize that you wrote the list already in your first mail, but that's
absolutely not peripheral.

 Please just put a block on r-base-core to prevent it from migrating to
 testing.  All these dependencies will be held too.

Blocking RC bug fixes in any of the packages build-depending (even indirectly)
on r-base. Well done.

 I cannot influence the R release cycle which happens within our freeze. As
 have a few previous R releases, and none of those created any trouble. 

Thanks for trading the R release cycle with Debian's and for delaying the
release. The harm has already been done, so somebody should probably go
and create a transition tracker for it?

Kind regards
Philipp Kern 


signature.asc
Description: Digital signature


Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Uoti Urpala
Philipp Kern wrote:
 On Sun, Mar 31, 2013 at 12:33:46PM -0500, Dirk Eddelbuettel wrote:
  I cannot influence the R release cycle which happens within our freeze. As
  have a few previous R releases, and none of those created any trouble. 
 
 Thanks for trading the R release cycle with Debian's and for delaying the
 release. The harm has already been done, so somebody should probably go
 and create a transition tracker for it?

IMO it's important to remember that it's fundamentally the release team
that is at fault for problems here, not the R maintainer. Unstable has
already been frozen for much longer than is in any way reasonable for
either development of Debian, users of Debian unstable, or upstreams
whose current software is either not being packaged at all or is only in
experimental.

I've personally seen as upstream many users suffering from problems
caused by old version in unstable (and had to deal with those problems
caused by Debian). And as a Debian user I've suffered in multiple cases
from outdated software myself; latest was just today when I noticed that
Debian's GDB version is too old to understand the default debug
information format produced by current GCC. I've used Debian because I
think that much of the packaging has been done well technically. But
releases have never been Debian's strong point, and when you have to
compile basic software like GDB yourself it's hard to recommend the
distro for development either (in this case there was no working version
in experimental either; having it only there would have been better than
manual compiling but not in any way adequate IMO).



-- 
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/1364766488.1928.22.camel@glyph.nonexistent.invalid



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Samuel Thibault
Uoti Urpala, le Mon 01 Apr 2013 00:48:08 +0300, a écrit :
 Philipp Kern wrote:
  On Sun, Mar 31, 2013 at 12:33:46PM -0500, Dirk Eddelbuettel wrote:
   I cannot influence the R release cycle which happens within our freeze. As
   have a few previous R releases, and none of those created any trouble. 
  
  Thanks for trading the R release cycle with Debian's and for delaying the
  release. The harm has already been done, so somebody should probably go
  and create a transition tracker for it?
 
 IMO it's important to remember that it's fundamentally the release team
 that is at fault for problems here, not the R maintainer.

???

 Unstable has already been frozen for much longer than is in any way
 reasonable for either development of Debian,

You can't blame the release team for that.

Help fixing RC bugs, not introducing some, and the release will happen.

Samuel


-- 
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/20130331221347.gb6...@type.youpi.perso.aquilenet.fr



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Arno Töll
On 31.03.2013 23:48, Uoti Urpala wrote:
 Philipp Kern wrote:
 On Sun, Mar 31, 2013 at 12:33:46PM -0500, Dirk Eddelbuettel wrote:
 I cannot influence the R release cycle which happens within our freeze. As
 have a few previous R releases, and none of those created any trouble. 

 Thanks for trading the R release cycle with Debian's and for delaying the
 release. The harm has already been done, so somebody should probably go
 and create a transition tracker for it?
 
 IMO it's important to remember that it's fundamentally the release team
 that is at fault for problems here, not the R maintainer. 

Wrong and no, it's not.

 Unstable has
 already been frozen for much longer than is in any way reasonable for
 either development of Debian, users of Debian unstable, or upstreams
 whose current software is either not being packaged at all or is only in
 experimental.

So help speeding up the release process. It's not like the RT is doing
nothing and waiting just for the sake of waiting. There are
release-critical problems which need to be fixed first. Hint: You could
help there as well which is a much better idea rather than ranting and
trolling around.



-- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D



signature.asc
Description: OpenPGP digital signature


Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Josselin Mouette
Le dimanche 31 mars 2013 à 13:35 -0500, Dirk Eddelbuettel a écrit : 
 That is why we have a meta-variable
 
   ${R:Depends}
 
 in Depends: which gets filled by the R version that compiling the package,
 currently 3.0.0~20130330-1. And which prevents the migration.
 
 The same scheme worked before so I am not convinced we need something more
 complicated or formal.  

I don’t understand how you can say it “worked before”.
Let’s say you backport a R package from wheezy to squeeze (something we
tried recently at work). The new R will install without a dependency
problem, and… all modules will stop working.

 Testing is fine, but within unstable the transition has to be done.

Testing is not fine. The new R version could migrate to testing without
the new modules, and testing would be broken. Furthermore, incorrect
dependencies, including across upgrades between stable versions, are
generally considered RC.

There are reasons why other interpreters have complex dependency
schemes: previously to avoid that. Not only your reverse dependencies
should only depend on the *sufficient* version of R (in this case,
certainly not the R version used to compile the package, which will lead
to transition blockades to testing), but they should stop installing
when the version of R becomes incompatible, and so far nothing
guarantees that.

Perl has a perlapi-X.Y virtual package to avoid that.
Python generates python ( X.Y) dependencies to avoid that.
There are tons of similar schemes used across the Debian archive to
avoid such problems, from virtual packages, through autogenerated
dependencies, to package renames.

It’s OK if you don’t know the best way to do that for your package. This
mailing list is here to ask for advice. But I don’t understand how a
developer who was clearly not born yesterday can knowingly break so many
packages, without adding appropriate Breaks, without coordinating with
the release team, and in the final stage of a freeze.

I’d really appreciate if you could think twice next time, before
uploading such a big change.

Thanks,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


-- 
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/1364768183.27982.18.camel@tomoyo



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Ansgar Burchardt
Dirk Eddelbuettel e...@debian.org writes:
 | I assume this means that a non-working set of packages could also
 | migrate to testing (if there was no freeze).  This should probably get
 | fixed, maybe with something similar to the perlapi-5.14.2 virtual
 | package provided by perl(-base)?

 That is why we have a meta-variable

   ${R:Depends}

 in Depends: which gets filled by the R version that compiling the package,
 currently 3.0.0~20130330-1. And which prevents the migration.

How would it prevent a newer r-base from migrating to testing before the
other cran-r-* packages?

 The same scheme worked before so I am not convinced we need something more
 complicated or formal.

 Say six month from now we may have an R patch release 3.0.1.  The packages
 being built now (using the rc for R 3.0.0) will work.  

If you already have a substitution variable, doing something similar to
the perlapi-* virtual packages would be easy. You would only have to
rebuilt packages if the name of the virtual package changes.

Doing so would also prevent non-working package sets to be installed at
the same time (the older cran-r-rsymphony with newer r-base case) and
should also prevent r-base from migrating to testing on its own (which
would make all cran-r-* packages in testing unusable).

Ansgar


-- 
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/877gknrz7w@deep-thought.43-1.org



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Neil Williams
On Mon, 01 Apr 2013 00:48:08 +0300
Uoti Urpala uoti.urp...@pp1.inet.fi wrote:

 Philipp Kern wrote:
  On Sun, Mar 31, 2013 at 12:33:46PM -0500, Dirk Eddelbuettel wrote:
   I cannot influence the R release cycle which happens within our freeze. As
   have a few previous R releases, and none of those created any trouble. 
  
  Thanks for trading the R release cycle with Debian's and for delaying the
  release. The harm has already been done, so somebody should probably go
  and create a transition tracker for it?
 
 IMO it's important to remember that it's fundamentally the release team
 that is at fault for problems here, not the R maintainer.

The length of the freeze is not the fault of the release team.

The length of the freeze is down to all of the contributors to Debian
not fixing enough RC bugs - I count myself in that, I've managed to get
massively less done for this release than for previous ones. There are
reasons, it doesn't change the reality that the freeze is still ongoing.

The release team have been looking for help to triage unblock requests
and some help has been given, but even if unblocks were all handled,
there remain too many RC bugs and that is and always has been the core
problem.

The release team are not responsible for fixing RC bugs - that's down
to the rest of us.

Release-critical bugs delay releases, not the release team.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpJMPD3JgTuE.pgp
Description: PGP signature


Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Josselin Mouette
Le lundi 01 avril 2013 à 00:48 +0300, Uoti Urpala a écrit : 
 IMO it's important to remember that it's fundamentally the release team
 that is at fault for problems here, not the R maintainer. 

There are certainly problems with the duration of the wheezy freeze, but
pointing fingers at the release team is unfair. And in all cases, this
is not an excuse to do inconsiderate actions that are going to make the
freeze last *longer*.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


-- 
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/1364768352.27982.21.camel@tomoyo



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Jurij Smakov
On Mon, Apr 01, 2013 at 12:48:08AM +0300, Uoti Urpala wrote:
 Philipp Kern wrote:
  On Sun, Mar 31, 2013 at 12:33:46PM -0500, Dirk Eddelbuettel wrote:
   I cannot influence the R release cycle which happens within our freeze. As
   have a few previous R releases, and none of those created any trouble. 
  
  Thanks for trading the R release cycle with Debian's and for delaying the
  release. The harm has already been done, so somebody should probably go
  and create a transition tracker for it?
 
 IMO it's important to remember that it's fundamentally the release team
 that is at fault for problems here, not the R maintainer. Unstable has

Whatever the issue is here, no, this is not release team's fault. It 
is simply following the procedure which Debian developers, as a 
community, agreed on as the one which results in quality which Debian 
is known for.

 already been frozen for much longer than is in any way reasonable for
 either development of Debian, users of Debian unstable, or upstreams
 whose current software is either not being packaged at all or is only in
 experimental.

 I've personally seen as upstream many users suffering from problems
 caused by old version in unstable (and had to deal with those problems
 caused by Debian). And as a Debian user I've suffered in multiple cases
 from outdated software myself; latest was just today when I noticed that
 Debian's GDB version is too old to understand the default debug
 information format produced by current GCC. I've used Debian because I
 think that much of the packaging has been done well technically. But
 releases have never been Debian's strong point, and when you have to
 compile basic software like GDB yourself it's hard to recommend the
 distro for development either (in this case there was no working version
 in experimental either; having it only there would have been better than
 manual compiling but not in any way adequate IMO).

Your rhetoric is out of line, irrelevant and off-topic for 
debian-devel. If you have constructive suggestions on how to improve  
the release process, please take them to #debian-project.

Best regards,
-- 
Jurij Smakov   ju...@wooyd.org
Key: http://www.wooyd.org/pgpkey/  KeyID: C99E03CC


-- 
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/20130331221951.ga7...@wooyd.org



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Charles Plessy
Le Mon, Apr 01, 2013 at 12:15:17AM +0200, Arno Töll a écrit :
 
 There are release-critical problems which need to be fixed first. Hint: You
 could help there as well which is a much better idea rather than ranting and
 trolling around.

Hi Arno,

Note that according to the dynamic list of blockers for the Wheezy release
sent on debian-devel-announce, there are only two remaining issues: 1) the
release notes are not ready and 2) there is a difficult problem with apt.


http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=release.debian@packages.debian.org;tag=wheezy-can-defer;tag=wheezy-will-remove;tag=wheezy-is-blocker;ordering=wheezy-sort

If there are other blocking tasks which need help, it would be great to list
them somewhere.

Charles

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


-- 
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/20130331222429.ga5...@falafel.plessy.net



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Paul Tagliamonte
On Mon, Apr 01, 2013 at 12:48:08AM +0300, Uoti Urpala wrote:
 Philipp Kern wrote:
  On Sun, Mar 31, 2013 at 12:33:46PM -0500, Dirk Eddelbuettel wrote:
   I cannot influence the R release cycle which happens within our freeze. As
   have a few previous R releases, and none of those created any trouble. 
  
  Thanks for trading the R release cycle with Debian's and for delaying the
  release. The harm has already been done, so somebody should probably go
  and create a transition tracker for it?
 
 IMO it's important to remember that it's fundamentally the release team
 that is at fault for problems here, not the R maintainer. Unstable has
 already been frozen for much longer than is in any way reasonable for
 either development of Debian, users of Debian unstable, or upstreams
 whose current software is either not being packaged at all or is only in
 experimental.

Least funny april fools email ever.

Seriously. You're joking, right?

 
 I've personally seen as upstream many users suffering from problems
 caused by old version in unstable (and had to deal with those problems
 caused by Debian). And as a Debian user I've suffered in multiple cases
 from outdated software myself; latest was just today when I noticed that
 Debian's GDB version is too old to understand the default debug
 information format produced by current GCC. I've used Debian because I
 think that much of the packaging has been done well technically. But
 releases have never been Debian's strong point, and when you have to
 compile basic software like GDB yourself it's hard to recommend the
 distro for development either (in this case there was no working version
 in experimental either; having it only there would have been better than
 manual compiling but not in any way adequate IMO).
 
 
 
 -- 
 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/1364766488.1928.22.camel@glyph.nonexistent.invalid
 

-- 
 .''`.  Paul Tagliamonte paul...@debian.org
: :'  : Proud Debian Developer
`. `'`  4096R / 8F04 9AD8 2C92 066C 7352  D28A 7B58 5B30 807C 2A87
 `- http://people.debian.org/~paultag


signature.asc
Description: Digital signature


Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Dirk Eddelbuettel

On 31 March 2013 at 22:14, Philipp Kern wrote:
| On Sun, Mar 31, 2013 at 12:33:46PM -0500, Dirk Eddelbuettel wrote:
|  In the grand scheme of things, R is a rather peripheral package.
| 
| Not sure where you get that idea, but given that you insist on that:
| 
| | pkern@franck ~ % dak rm -nR -s testing r-base
| | Working... done.
| […]
| | Checking reverse dependencies...
| | # Broken Depends:
| [ 175 lines ]
| | 
| | # Broken Build-Depends:
| [ 181 lines ]
| | 
| | Dependency problem found.
| 
| I realize that you wrote the list already in your first mail, but that's
| absolutely not peripheral.

When I said peripheral I meant in the sense that none of the Depends are
used by anything else beyond R. I know it is not small -- there are now
4400 R packages on CRAN, and we have about 150 of those in Debian.
 
|  Please just put a block on r-base-core to prevent it from migrating to
|  testing.  All these dependencies will be held too.
| 
| Blocking RC bug fixes in any of the packages build-depending (even indirectly)
| on r-base. Well done.

Damn. I did probably blow the possible migration of Rcpp 0.10.3 (for which I
half of upstream) into testing. It's RC, though, is a two-line patch for *BSD
compilation of one source file.  Maybe we can deal with that separately?
 
|  I cannot influence the R release cycle which happens within our freeze. As
|  have a few previous R releases, and none of those created any trouble. 
| 
| Thanks for trading the R release cycle with Debian's and for delaying the
| release. The harm has already been done, so somebody should probably go
| and create a transition tracker for it?

I didn't mean to create extra work.  We had two such transitions for R before
in the last five years, and they just worked. 

I assumed it would just work again.  I should have asked here, and didn't.

My bad.

Dirk

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com


--
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/20824.47881.965269.50...@max.nulle.part



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Dirk Eddelbuettel

On 1 April 2013 at 00:16, Josselin Mouette wrote:
| Le dimanche 31 mars 2013 à 13:35 -0500, Dirk Eddelbuettel a écrit : 
|  That is why we have a meta-variable
|  
|${R:Depends}
|  
|  in Depends: which gets filled by the R version that compiling the package,
|  currently 3.0.0~20130330-1. And which prevents the migration.
|  
|  The same scheme worked before so I am not convinced we need something more
|  complicated or formal.  
| 
| I don’t understand how you can say it “worked before”.
| Let’s say you backport a R package from wheezy to squeeze (something we
| tried recently at work). The new R will install without a dependency
| problem, and… all modules will stop working.
| 
|  Testing is fine, but within unstable the transition has to be done.
| 
| Testing is not fine. The new R version could migrate to testing without

Not if we blocked it. That's what I was trying to suggest.

r-base_3.0.0~20130330 is one day old, there should be a new r-base_3.0.0-1 come
April 3. 

And we don't want that in testing. So we should block it. With that, testing
and unstable remain separate as far as R is concerned, and there should be no
further issue.

And no build issue in testing as R 2.15.1 there should be fine. (R 2.15.3
would be better still...)

| the new modules, and testing would be broken. Furthermore, incorrect
| dependencies, including across upgrades between stable versions, are
| generally considered RC.
| 
| There are reasons why other interpreters have complex dependency
| schemes: previously to avoid that. Not only your reverse dependencies
| should only depend on the *sufficient* version of R (in this case,
| certainly not the R version used to compile the package, which will lead
| to transition blockades to testing), but they should stop installing
| when the version of R becomes incompatible, and so far nothing
| guarantees that.
| 
| Perl has a perlapi-X.Y virtual package to avoid that.
| Python generates python ( X.Y) dependencies to avoid that.
| There are tons of similar schemes used across the Debian archive to
| avoid such problems, from virtual packages, through autogenerated
| dependencies, to package renames.
| 
| It’s OK if you don’t know the best way to do that for your package. This

We did not need for the previous 15 years that R has been part of Debian.  If
the release team strongly insists that I ought to add this, I can.  It has
not been needed before.

And Perl is an odd example as there are multiple APIs / versions used in
parallel. We don't usually do that with R.

| mailing list is here to ask for advice. But I don’t understand how a
| developer who was clearly not born yesterday can knowingly break so many
| packages, without adding appropriate Breaks, without coordinating with
| the release team, and in the final stage of a freeze.
| 
| I’d really appreciate if you could think twice next time, before
| uploading such a big change.

I am truly sorry for any harm and headache caused. I greatly appreciate all
the work the release team does -- I just did not want to create more work for
you.  I may well have judged wrong, but I follow past practice with both the
R package (which I have maintained for maybe a dozen years) and previous
transition experience.

Dirk
 

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com


--
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/20824.48251.227989.43...@max.nulle.part



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Dirk Eddelbuettel

On 1 April 2013 at 00:17, Ansgar Burchardt wrote:
| Dirk Eddelbuettel e...@debian.org writes:
|  | I assume this means that a non-working set of packages could also
|  | migrate to testing (if there was no freeze).  This should probably get
|  | fixed, maybe with something similar to the perlapi-5.14.2 virtual
|  | package provided by perl(-base)?
| 
|  That is why we have a meta-variable
| 
|${R:Depends}
| 
|  in Depends: which gets filled by the R version that compiling the package,
|  currently 3.0.0~20130330-1. And which prevents the migration.
| 
| How would it prevent a newer r-base from migrating to testing before the
| other cran-r-* packages?

Yes, that still needs a block or hold on r-base-core.
 
|  The same scheme worked before so I am not convinced we need something more
|  complicated or formal.
| 
|  Say six month from now we may have an R patch release 3.0.1.  The packages
|  being built now (using the rc for R 3.0.0) will work.  
| 
| If you already have a substitution variable, doing something similar to
| the perlapi-* virtual packages would be easy. You would only have to
| rebuilt packages if the name of the virtual package changes.

I am not so sure. The change really comes from R, which is why we use the R
release number.

| Doing so would also prevent non-working package sets to be installed at
| the same time (the older cran-r-rsymphony with newer r-base case) and
| should also prevent r-base from migrating to testing on its own (which
| would make all cran-r-* packages in testing unusable).

If you truly believe that we must have that R-API virtual package, then

   a)  r-base-core ( 3.0.0-0)  could provide it

   b)  all r-cran-* packages would depend on it.

It really does not add much as well already have a, say, Dependds:
r-base-core (= 3.0.0~20130327) so we are really just trading one for the
other as far as I can tell.

Dirk

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com


-- 
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/20824.48507.813616.884...@max.nulle.part



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Scott Kitterman
On Sunday, March 31, 2013 05:49:31 PM Dirk Eddelbuettel wrote:
 On 1 April 2013 at 00:17, Ansgar Burchardt wrote:
 | Dirk Eddelbuettel e...@debian.org writes:
 |  | I assume this means that a non-working set of packages could also
 |  | migrate to testing (if there was no freeze).  This should probably get
 |  | fixed, maybe with something similar to the perlapi-5.14.2 virtual
 |  | package provided by perl(-base)?
 |  
 |  That is why we have a meta-variable
 |  
 |${R:Depends}
 |  
 |  in Depends: which gets filled by the R version that compiling the
 |  package,
 |  currently 3.0.0~20130330-1. And which prevents the migration.
 | 
 | How would it prevent a newer r-base from migrating to testing before the
 | other cran-r-* packages?
 
 Yes, that still needs a block or hold on r-base-core.
 
 |  The same scheme worked before so I am not convinced we need something
 |  more
 |  complicated or formal.
 |  
 |  Say six month from now we may have an R patch release 3.0.1.  The
 |  packages
 |  being built now (using the rc for R 3.0.0) will work.
 | 
 | If you already have a substitution variable, doing something similar to
 | the perlapi-* virtual packages would be easy. You would only have to
 | rebuilt packages if the name of the virtual package changes.
 
 I am not so sure. The change really comes from R, which is why we use the R
 release number.
 
 | Doing so would also prevent non-working package sets to be installed at
 | the same time (the older cran-r-rsymphony with newer r-base case) and
 | should also prevent r-base from migrating to testing on its own (which
 | would make all cran-r-* packages in testing unusable).
 
 If you truly believe that we must have that R-API virtual package, then
 
a)  r-base-core ( 3.0.0-0)  could provide it
 
b)  all r-cran-* packages would depend on it.
 
 It really does not add much as well already have a, say, Dependds:
 r-base-core (= 3.0.0~20130327) so we are really just trading one for the
 other as far as I can tell.

If that's as far as you take it, you are correct.  That doesn't change 
anything.  To solve this problem you need both a minimum and a maximum 
version.  Assuming the API goes change between major versions, the relevant 
packages could then depend on (if you just generate a dependency):

Depends: r-base-core (= 3.0.0~20130327) , r-base-core ( 4) 

or you could have an API virtual package:

r-base-api-3.0 

All packages could depend on that.  When you move to R 4.0 you'd generate a r-
base-api-4.0 virtual package that the rebuilt packages would depend on.  

Either approach can give you an effective minimum and maximum version that the 
package will work with, which is what you need.

Scott K


-- 
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/1631441.ZxQVAvcyAJ@scott-latitude-e6320



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread gregor herrmann
On Mon, 01 Apr 2013 07:24:29 +0900, Charles Plessy wrote:

  There are release-critical problems which need to be fixed first. Hint: You
  could help there as well which is a much better idea rather than ranting and
  trolling around.
 Note that according to the dynamic list of blockers for the Wheezy release
 sent on debian-devel-announce, there are only two remaining issues: 1) the
 release notes are not ready and 2) there is a difficult problem with apt.
 
 http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=release.debian@packages.debian.org;tag=wheezy-can-defer;tag=wheezy-will-remove;tag=wheezy-is-blocker;ordering=wheezy-sort
 If there are other blocking tasks which need help, it would be great to list
 them somewhere.

In my understanding, this only list the usertagged RC bugs, which
doesn't make the others go away.

http://udd.debian.org/bugs.cgi?release=wheezy_and_sidpatch=ignmerged=igndone=ignfnewerval=7rc=1sortby=idsorto=ascctags=1ctags=1cdeferred=1
provides a nice entry point.


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Schmetterlinge: Ein neues Reich ein besseres Reich


signature.asc
Description: Digital signature


Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Andrey Rahmatullin
On Mon, Apr 01, 2013 at 01:18:49AM +0200, gregor herrmann wrote:
   There are release-critical problems which need to be fixed first. Hint: 
   You
   could help there as well which is a much better idea rather than ranting 
   and
   trolling around.
  Note that according to the dynamic list of blockers for the Wheezy release
  sent on debian-devel-announce, there are only two remaining issues: 1) the
  release notes are not ready and 2) there is a difficult problem with apt.
  
  http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=release.debian@packages.debian.org;tag=wheezy-can-defer;tag=wheezy-will-remove;tag=wheezy-is-blocker;ordering=wheezy-sort
  If there are other blocking tasks which need help, it would be great to list
  them somewhere.
 
 In my understanding, this only list the usertagged RC bugs, which
 doesn't make the others go away.
 
 http://udd.debian.org/bugs.cgi?release=wheezy_and_sidpatch=ignmerged=igndone=ignfnewerval=7rc=1sortby=idsorto=ascctags=1ctags=1cdeferred=1
 provides a nice entry point.
And even a month ago [1] there were no RC bugs that could be helped with
by a random contributor, and that was the case for some time already.
So I think it is unfair to say that random contributors are responsible
for the freeze delay. 

[1]: http://lists.debian.org/20130301092949.gf7...@an3as.eu

-- 
WBR, wRAR


signature.asc
Description: Digital signature


dak-roulette activated

2013-03-31 Thread Jonathan Wiltshire
The residents of #debian-uk are pleased to announce that, in conjunction with
our friendly FTP masters, dak-roulette has just been activated in cron on
ftp-master.debian.org targetting unstable and no particular maintainer.

I enclose the documentation for your reference.

__
dak-roulette(1)dak-roulette(1)

NAME
   dak-roulette - play roulette with the Debian archive

SYNOPSIS
   dak-roulette [options]

DESCRIPTION
   dak-roulette  plays roulette with the Debian archive, removing packages
   at random under the correct conditions.

   Following invocation, the 'gun' is loaded  with  a  single  bullet  and
   aimed  at  a  randomly-chosen  package. The gun is fired. If the bullet
   finds its mark, the package is removed and the maintainer notified.

   Various switches can influence the behaviour of dak-roulette.

OPTIONS
   -f, --fill-gun
  Fill the gun, leading to certain removal and the ensuing  enter‐
  tainment.

   -q, --quiet
  Do  not notify the maintainer of the removed package. By default
  a standard mail is sent.

   -s suite, --suite=suite
  Act on the specified suite, by default unstable.

   --allow-important
  Allow dak-roulette to remove packages  with  priority  important
  and  lower from the archive. By default, only standard, optional
  and extra packages are targets.

   --allow-required
  Allow dak-roulette to remove packages with priority required and
  lower from the archive (implies --allow-important).

   --pick-on=email
  Limit  the  list  of targets to those maintained by a particular
  maintainer, identified by email.

   -n, --miss
  Deliberately miss the target, but print what would have happened
  (dry run).

FILES
/etc/dak/roulette-notify.txt
  Default message body to send to maintainers of removed packages.

NOTES
   dak-roulette is best run from cron for maximum entertainment.

AUTHORS
   dak-roulette  was born out of a sense of mischief shared by the inhabi‐
   tants of #debian-uk and #debian-ftp.

   This manual page was written by Jonathan Wiltshire j...@debian.org and
   distributed under the GNU General Public License, version 2.

   The  author takes no responsibility for any consequences resulting from
   use of this program.

  2013-04-01   dak-roulette(1)


-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51



signature.asc
Description: Digital signature


Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Uoti Urpala
Neil Williams wrote:
 On Mon, 01 Apr 2013 00:48:08 +0300
 Uoti Urpala uoti.urp...@pp1.inet.fi wrote:
  Philipp Kern wrote:
   Thanks for trading the R release cycle with Debian's and for delaying the

  IMO it's important to remember that it's fundamentally the release team
  that is at fault for problems here, not the R maintainer.
 
 The length of the freeze is not the fault of the release team.
 
 The length of the freeze is down to all of the contributors to Debian
 not fixing enough RC bugs - I count myself in that, I've managed to get
 massively less done for this release than for previous ones. There are
 reasons, it doesn't change the reality that the freeze is still ongoing.

IMO it is at some level the fault of the release team, either in setting
the goals for the release or in carrying out the implementation of those
goals. Package maintainers were able to keep unstable in a much better
shape before release freeze, and I see no reason to believe they would
have failed to continue if not for interference from the release
process. And there is no inherent reason that a release would have to
interfere that badly.

Perhaps the task of making a release with existing resources is simply
too hard, so that the people trying to do the work should not be blamed
overly much for failing, and instead the goals should be lowered. But
IMO it's a fact that the release management has been a failure; the
release process has caused problems for users and upstreams, and the
release will once again be largely obsolete by the time it's out.


 The release team have been looking for help to triage unblock requests
 and some help has been given, but even if unblocks were all handled,
 there remain too many RC bugs and that is and always has been the core
 problem.
 
 The release team are not responsible for fixing RC bugs - that's down
 to the rest of us.
 
 Release-critical bugs delay releases, not the release team.

Note that my main criticism was not about the delay of the release
itself, but about the harm the release process causes to unstable.
Unstable matters to both users and upstreams (and probably several
derivatives too). Having latest upstream versions easily available to
users is important for the development of many projects, and IMO Debian
is big enough that it keeping users of even unstable on old versions is
a serious issue.

I see the Debian release situation as closely analogous to how big banks
were bailed out with taxpayer money due to being too big to fail; the
release process is similarly too big to fail. In most cases, if
developers can't implement something without seriously harming users and
other developers, then they simply can't do it. But if the release team
lacks the competence or resources to create a release without hurting
users and other developers, then they get to hurt them, as completely
failing to release is seen as an unacceptable alternative.



-- 
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/1364774845.1928.60.camel@glyph.nonexistent.invalid



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Samuel Thibault
Uoti Urpala, le Mon 01 Apr 2013 03:07:25 +0300, a écrit :
 Having latest upstream versions easily available to users is important
 for the development of many projects,

That's what experimental is for.

Samuel


-- 
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/20130401003441.gg17...@type.youpi.perso.aquilenet.fr



Re: dak-roulette activated

2013-03-31 Thread Scott Kitterman
On Monday, April 01, 2013 01:07:32 AM Jonathan Wiltshire wrote:
 The residents of #debian-uk are pleased to announce that, in conjunction
 with our friendly FTP masters, dak-roulette has just been activated in cron
 on ftp-master.debian.org targetting unstable and no particular maintainer.
 
 I enclose the documentation for your reference.
 
 __
 dak-roulette(1)   
 dak-roulette(1)
 
 NAME
dak-roulette - play roulette with the Debian archive
 
 SYNOPSIS
dak-roulette [options]
 
 DESCRIPTION
dak-roulette  plays roulette with the Debian archive, removing
 packages at random under the correct conditions.
 
Following invocation, the 'gun' is loaded  with  a  single  bullet 
 and aimed  at  a  randomly-chosen  package. The gun is fired. If the bullet
 finds its mark, the package is removed and the maintainer notified.
 
Various switches can influence the behaviour of dak-roulette.
 
 OPTIONS
-f, --fill-gun
   Fill the gun, leading to certain removal and the ensuing 
 enter‐ tainment.
 
-q, --quiet
   Do  not notify the maintainer of the removed package. By
 default a standard mail is sent.
 
-s suite, --suite=suite
   Act on the specified suite, by default unstable.
 
--allow-important
   Allow dak-roulette to remove packages  with  priority 
 important and  lower from the archive. By default, only standard, optional
 and extra packages are targets.
 
--allow-required
   Allow dak-roulette to remove packages with priority required
 and lower from the archive (implies --allow-important).
 
--pick-on=email
   Limit  the  list  of targets to those maintained by a
 particular maintainer, identified by email.
 
-n, --miss
   Deliberately miss the target, but print what would have
 happened (dry run).
 
 FILES
 /etc/dak/roulette-notify.txt
   Default message body to send to maintainers of removed
 packages.
 
 NOTES
dak-roulette is best run from cron for maximum entertainment.
 
 AUTHORS
dak-roulette  was born out of a sense of mischief shared by the
 inhabi‐ tants of #debian-uk and #debian-ftp.
 
This manual page was written by Jonathan Wiltshire j...@debian.org
 and distributed under the GNU General Public License, version 2.
 
The  author takes no responsibility for any consequences resulting
 from use of this program.
 
   2013-04-01  
 dak-roulette(1)

Excellent.  What's the interval on the cron runs?  If we get lucky, this could 
get us to a release really soon.

Scott K


--
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/2128657.P5FHgtjACH@scott-latitude-e6320



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Scott Kitterman
On Monday, April 01, 2013 03:07:25 AM Uoti Urpala wrote:
 Neil Williams wrote:
  On Mon, 01 Apr 2013 00:48:08 +0300
  
  Uoti Urpala uoti.urp...@pp1.inet.fi wrote:
   Philipp Kern wrote:
Thanks for trading the R release cycle with Debian's and for delaying
the
   
   IMO it's important to remember that it's fundamentally the release team
   that is at fault for problems here, not the R maintainer.
  
  The length of the freeze is not the fault of the release team.
  
  The length of the freeze is down to all of the contributors to Debian
  not fixing enough RC bugs - I count myself in that, I've managed to get
  massively less done for this release than for previous ones. There are
  reasons, it doesn't change the reality that the freeze is still ongoing.
 
 IMO it is at some level the fault of the release team, either in setting
 the goals for the release or in carrying out the implementation of those
 goals. Package maintainers were able to keep unstable in a much better
 shape before release freeze, and I see no reason to believe they would
 have failed to continue if not for interference from the release
 process. And there is no inherent reason that a release would have to
 interfere that badly.
 
 Perhaps the task of making a release with existing resources is simply
 too hard, so that the people trying to do the work should not be blamed
 overly much for failing, and instead the goals should be lowered. But
 IMO it's a fact that the release management has been a failure; the
 release process has caused problems for users and upstreams, and the
 release will once again be largely obsolete by the time it's out.
 
  The release team have been looking for help to triage unblock requests
  and some help has been given, but even if unblocks were all handled,
  there remain too many RC bugs and that is and always has been the core
  problem.
  
  The release team are not responsible for fixing RC bugs - that's down
  to the rest of us.
  
  Release-critical bugs delay releases, not the release team.
 
 Note that my main criticism was not about the delay of the release
 itself, but about the harm the release process causes to unstable.
 Unstable matters to both users and upstreams (and probably several
 derivatives too). Having latest upstream versions easily available to
 users is important for the development of many projects, and IMO Debian
 is big enough that it keeping users of even unstable on old versions is
 a serious issue.
 
 I see the Debian release situation as closely analogous to how big banks
 were bailed out with taxpayer money due to being too big to fail; the
 release process is similarly too big to fail. In most cases, if
 developers can't implement something without seriously harming users and
 other developers, then they simply can't do it. But if the release team
 lacks the competence or resources to create a release without hurting
 users and other developers, then they get to hurt them, as completely
 failing to release is seen as an unacceptable alternative.

If I'm reading you correctly, you seem to believe that creating the release is 
somehow the release team's job.  It's not.  The job belongs to all of us.

Scott K


-- 
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/3140254.UqDuUAUIPI@scott-latitude-e6320



Re: dak-roulette activated

2013-03-31 Thread Samuel Thibault
Scott Kitterman, le Sun 31 Mar 2013 20:37:38 -0400, a écrit :
  dak-roulette(1)
 
 Excellent.  What's the interval on the cron runs?  If we get lucky, this 
 could 
 get us to a release really soon.

Which could even fit on just one CD!

Samuel


-- 
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/20130401004056.gh17...@type.youpi.perso.aquilenet.fr



Re: dak-roulette activated

2013-03-31 Thread Gunnar Wolf
Samuel Thibault dijo [Mon, Apr 01, 2013 at 02:40:56AM +0200]:
 Scott Kitterman, le Sun 31 Mar 2013 20:37:38 -0400, a écrit :
   dak-roulette(1)
  
  Excellent.  What's the interval on the cron runs?  If we get lucky, this 
  could 
  get us to a release really soon.
 
 Which could even fit on just one CD!

If it runs via a cron job, it can reduce up to 1440 packages in a day
(of course, the ratio of bullets to clicks has to be taken in
consideration). So this might really speed up the release process:
Given ~30,000 source packages in the archive, it says basically
release in three weeks OR ELSE.

In order to get the release timing for Debian to fit in just one CD
under such construction, I suggest you take the average size of
packages and multiply it by the space we need to save. Then we can run
a contest similar to Christian Perrier's bug #x0.


-- 
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/20130401011539.gd71...@gwolf.org



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Uoti Urpala
Scott Kitterman wrote:
 If I'm reading you correctly, you seem to believe that creating the release 
 is 
 somehow the release team's job.  It's not.  The job belongs to all of us.

No, that's not what I'm saying. But I think the release team is
primarily responsible for the policies that harm the work other
maintainers do on unstable.

A release must not be the only goal for package maintainers, and IMO it
should not be an overriding one either. Distributions that make latest
software available are necessary for free software development. It's not
responsible for Debian to say development of new software should happen
on a distro like Arch, we'll just use the results. And Debian is too
big to be just for people that care about releases only; if it gathers
packagers and then actively hinders their ability to work on packaging
the latest versions, that hurts free software development overall. So
keeping unstable in good shape and up to date is an important goal,
independently of its usefulness as material for releases.

If the release process only failed to create a new release in a timely
manner and before it's already obsolete, that alone wouldn't be so much
of an issue. But the way it's now done actively keeps other maintainers
from doing useful work that they would otherwise be doing. And I don't
think they should have done some other different work first is enough
of an excuse to justify that.



-- 
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/1364782366.1928.78.camel@glyph.nonexistent.invalid



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Gunnar Wolf
Uoti Urpala dijo [Mon, Apr 01, 2013 at 05:12:46AM +0300]:
 No, that's not what I'm saying. But I think the release team is
 primarily responsible for the policies that harm the work other
 maintainers do on unstable.
 
 A release must not be the only goal for package maintainers, and IMO it
 should not be an overriding one either. Distributions that make latest
 software available are necessary for free software development. It's not
 responsible for Debian to say development of new software should happen
 on a distro like Arch, we'll just use the results. And Debian is too
 big to be just for people that care about releases only
 (...)

Hi Uoti,

We Debian Developers might be backwards-thinking sometimes, and the
release process is surely not perfect. It is, however, one thing we
have agreed upon (although we keep working on it and trying to perfect
it) over many years.

It might be bad manners for me to put it this way: Your mail, although
it points out several issues (we are aware of them in the most obvious
ways: We work inside them!), lacks the knowledge of what has happened
and led to Debian to choose the procedures it has chosen.

Do you want to impact Debian's way of working? Great! We are always
short on manpower. But, often, getting *really* involved will explain
you some situations better than a long rant on a mailing list.

Please, do get involved in Debian. Do help us make things better. Do
point out at what is broken. You can even become part of Wheezy+1's
release team!


-- 
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/20130401024805.gb71...@gwolf.org



Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Faidon Liambotis

On 04/01/13 05:48, Gunnar Wolf wrote:

Uoti Urpala dijo [Mon, Apr 01, 2013 at 05:12:46AM +0300]:

No, that's not what I'm saying. But I think the release team is
primarily responsible for the policies that harm the work other
maintainers do on unstable.

A release must not be the only goal for package maintainers, and IMO it
should not be an overriding one either. Distributions that make latest
software available are necessary for free software development. It's not
responsible for Debian to say development of new software should happen
on a distro like Arch, we'll just use the results. And Debian is too
big to be just for people that care about releases only
(...)


Hi Uoti,

We Debian Developers might be backwards-thinking sometimes, and the
release process is surely not perfect. It is, however, one thing we
have agreed upon (although we keep working on it and trying to perfect
it) over many years.

It might be bad manners for me to put it this way: Your mail, although
it points out several issues (we are aware of them in the most obvious
ways: We work inside them!), lacks the knowledge of what has happened
and led to Debian to choose the procedures it has chosen.

Do you want to impact Debian's way of working? Great! We are always
short on manpower. But, often, getting *really* involved will explain
you some situations better than a long rant on a mailing list.

Please, do get involved in Debian. Do help us make things better. Do
point out at what is broken. You can even become part of Wheezy+1's
release team!


I think that the fact that unstable is frozen 30% of the time annoys the 
hell out of several old Debian Developers^Members as well, so it's not 
exactly fair to blame the new guy for being new for this. If anything, I 
think new people's views can be really helpful sometimes, as the 
old-timers may not be able to see our flaws at all. In this case, I 
think Uoti's views have some merit, if you ignore and move past the 
(unfair IMHO too) attack on the release team :)


Personally, I wouldn't blame anyone specifically, much less a 
hard-working team of people that have to put up with everyone's crap for 
months (case in point: an R transition two weeks before the release).


However, I do believe that our release process is flawed in some ways 
and we need to course-correct. I think there are things we could do to 
fix this which are orthogonal to fixing RC bugs faster.


This is something that we need a project-wide discussion for and not 
something a release team alone can (easily) decide. Last time the 
release team tried to affect large changes to the release process 
(time-based freezes) alone, it didn't go too well anyway :)


I don't think the time for this discussion is now, so I'll restrain 
myself from saying more. The release is near, and there's going to be 
plenty of time until the next freeze :)


Regards,
Faidon


--
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/515913ce.3050...@debian.org



Re: Re: R 3.0.0 and required rebuilds of all reverse Depends: of R

2013-03-31 Thread Steve M. Robbins
Philipp Kern wrote:

 Thanks for trading the R release cycle with Debian's and for
 delaying the release. The harm has already been done, so somebody
 should probably go and create a transition tracker for it?

Rather than accept the harm, surely the release team could simply roll
back the upload in some manner?

Wonderingly,
-Steve


signature.asc
Description: Digital signature


Accepted apt-offline 1.3 (source all)

2013-03-31 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Jan 2013 12:25:25 +0530
Source: apt-offline
Binary: apt-offline apt-offline-gui
Architecture: source all
Version: 1.3
Distribution: experimental
Urgency: low
Maintainer: Ritesh Raj Sarraf r...@debian.org
Changed-By: Ritesh Raj Sarraf r...@debian.org
Description: 
 apt-offline - offline APT package manager
 apt-offline-gui - offline APT package manager - GUI
Changes: 
 apt-offline (1.3) experimental; urgency=low
 .
   * New GUI Feature Release
   * [320714a] Hard code the license in case it is not found by us
   * [2a0be56] Add GUI Window support to browse through bug reports
   * [8eadbd9] Add support for downloads to directory also
Checksums-Sha1: 
 595c1f3fa14b8874f318acdcfb06f8b01ba18778 1651 apt-offline_1.3.dsc
 e48389b48cc929036382b11bf689356c17dc418d 159047 apt-offline_1.3.tar.gz
 17fb6d4ead2d2f9ed68ecbb6cb595349d3e46b13 81160 apt-offline_1.3_all.deb
 f36c7e9334c66a153390c0389239959b01a7706c 64362 apt-offline-gui_1.3_all.deb
Checksums-Sha256: 
 786782f3aae8a677171fc76a99e1c243320765f6fc95ce54f360191b235823df 1651 
apt-offline_1.3.dsc
 0d3280f6692e0e3bc5b443dbd37737a81476e6def40a9d2777c4c7bafe4fe721 159047 
apt-offline_1.3.tar.gz
 d7e069f3709cc825dd42954991e152baafa9777ccef9c37b4cff6699d1a1aae1 81160 
apt-offline_1.3_all.deb
 bc4c6ced311f822cfbc96039a5aa74eeb0e4b910daa4c2d5b4ae753bc5ab9ffc 64362 
apt-offline-gui_1.3_all.deb
Files: 
 82c46bff85a7334246f2ea1ae6371f6e 1651 admin optional apt-offline_1.3.dsc
 7612ffef4e6cff5ca72e61860ca2f079 159047 admin optional apt-offline_1.3.tar.gz
 feaf041fdda12159df3ee01fed33736c 81160 admin optional apt-offline_1.3_all.deb
 882eea9cf957ed4265f44dd968a6359a 64362 admin optional 
apt-offline-gui_1.3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJRV+e6AAoJEKY6WKPy4XVpSeAQAJK+IAs4lODjZ7OGh+sv/47p
AkNWVB0ju3n0ZykpsoG1PfzyJ6kRtdWaEcXqLHHxFWLSzgWrByc6jqaOZinkg7HE
NklyhmFh7hRaG/TOsDjyhiZC8oCQpBXK6wtl68hsaYG3yQwuJzK76ReOOao0AtSk
Nm3SkyR4FkGdpTktj4Q10cGuOIDiR+Gmrjv6KDjoOkLCDDTQLNExLAtFeJyWIlpp
ZgoBdVndQQERWTdpxqPMEFmDiioONeHVbMUWfRE64F/v691zCrCquKNMh41S0SaV
UdpruqD+tIXLMhsS+1LFUYXHAkX5sbwq2Zbu89x24VZkmhA/85FEA8X4HC0OILsN
def5hNPWGzh6nxXdLwWdKguKEbKRS4tLEKBxr2WVPJaRWOxHxMDX1uRynkl2Kc5e
LeRnH85IILWi5fsZDJ3WKkr+Ek3c6+Tntn2JqoOTAvEUo4f2EjYyszkA3OofSn5H
EbxtI+C4btwUAPy/mPeJQRetcYNGdLIIzTrbYxTu8gcv81xV35Hq+sDn3bhb7pLh
jvXcbohaoc0numsvx2XoLdR+ROV18OzjkqCTwNrICRtAWGKlmaYN1Q0wpkrolAC2
s9M8JvFp6ysOq3GPULMlzfPxKK+ryXY4FW2R5bH6waSHvHw/lcCXhXrz5ccSbRLO
336eHJnG2uFbMAhxuYNC
=EBFO
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umczf-0005nv...@franck.debian.org



Accepted dnprogs 2.61 (source all i386)

2013-03-31 Thread Chrissie Caulfield
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 11:18:32 +
Source: dnprogs
Binary: dnet-common dnet-progs libdnet libdnet-dev
Architecture: source all i386
Version: 2.61
Distribution: unstable
Urgency: low
Maintainer: Chrissie Caulfield chris...@debian.org
Changed-By: Chrissie Caulfield chris...@debian.org
Description: 
 dnet-common - Base package for Linux DECnet
 dnet-progs - DECnet user programs and daemons
 libdnet- DECnet Libraries
 libdnet-dev - DECnet development libraries  Headers
Changes: 
 dnprogs (2.61) unstable; urgency=low
 .
   * Include libvaxdata/src/test.c in the distribution tarball
   * Fix password length in DAP connections. It was incorrectly set at 12
 rather than 40
Checksums-Sha1: 
 ccd39bf489aa760204cca3766c6300c891350a9f 917 dnprogs_2.61.dsc
 8c3d7739c435577c6fd8a9fac721eb28026ef809 712248 dnprogs_2.61.tar.gz
 f3ec6b891d43afde8cd0cc7b32ca1a32aa1948cd 49272 dnet-common_2.61_all.deb
 3e00e2f0fcf602827c431e37762a907e187c8c9a 283606 dnet-progs_2.61_i386.deb
 aa725452ddb1e25f640111c3f73b57ea5f29a3f5 96074 libdnet_2.61_i386.deb
 050c6f12cdd24044174f1dd440d48aac808dbf1e 328086 libdnet-dev_2.61_i386.deb
Checksums-Sha256: 
 111b1e1e04b9de63080580c16bd62857dc5fb05f0523a688ae180ad7330e9d94 917 
dnprogs_2.61.dsc
 b8278be2e03cc30a48ada6e82280e9ce09539c5fce800626248e5e05772d3376 712248 
dnprogs_2.61.tar.gz
 3f449a54e1f5387ce9de4197368c8d0f1938c67f62fc9dfe7fc3eae25c26e299 49272 
dnet-common_2.61_all.deb
 2d531478afe252012de21ed0dfc1081cf5de0ff144a5b375244c6fe416571036 283606 
dnet-progs_2.61_i386.deb
 d811f32b14e1e7d8f5251056cc7385199472ebe67afa138d17e05fd0e71da06d 96074 
libdnet_2.61_i386.deb
 26aefdeb3107406a619245ff3e1a830228707492fb4f7fc471ba1311f292935e 328086 
libdnet-dev_2.61_i386.deb
Files: 
 92171ec100e1c79049fb5b4e4bf7221c 917 net extra dnprogs_2.61.dsc
 ceee32098e498fd5c8cb6b0d9ffc5a27 712248 net extra dnprogs_2.61.tar.gz
 9130db462c86e80bf2a4f08a2bd37ce8 49272 net extra dnet-common_2.61_all.deb
 49bfed9675e6e0f45052112c5d1dbad6 283606 net extra dnet-progs_2.61_i386.deb
 df5504c194f1ebe88cfbcdb376340283 96074 libs optional libdnet_2.61_i386.deb
 c397d015ee763fcd953c8179654c647f 328086 libdevel extra 
libdnet-dev_2.61_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlFYDw8ACgkQhej7/PCycRN2FwCgjtuNK3H6TZCjE/N2fY2C588d
VFsAoIDjENEzbq0zRIopoygqtQP7EOd3
=UWYr
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umfz3-0006vr...@franck.debian.org



Accepted komparator 4:0.9-1 (source i386)

2013-03-31 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 21:09:21 +1100
Source: komparator
Binary: komparator
Architecture: source i386
Version: 4:0.9-1
Distribution: experimental
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 komparator - directories comparator for KDE
Changes: 
 komparator (4:0.9-1) experimental; urgency=low
 .
   * New upstream release
   * Added Depends: libkonq5-dev
Checksums-Sha1: 
 d58d95c2c3558eebb48773094541e6a257f40c31 1417 komparator_0.9-1.dsc
 929eedba399f9f7781453bd31208e655d5e38995 488342 komparator_0.9.orig.tar.bz2
 20c931209ddfa9f5e99ab685921475ece1bef3a4 4190 komparator_0.9-1.debian.tar.gz
 db473451910acb1d584ea46c177dcffab7d2a4ca 698062 komparator_0.9-1_i386.deb
Checksums-Sha256: 
 7d10dcac92531951109ab3c4240870bc7f54d3c8b845e805b3f13d01fdb8c2d3 1417 
komparator_0.9-1.dsc
 ae85098f84554a124aba9c55df07784c59d0a97f2facdd4fc7f828d0f4e653d0 488342 
komparator_0.9.orig.tar.bz2
 9450ee382a305848f149e5fcfea0fcb3df2028bd903c0f21a4cdcc9c74d2a615 4190 
komparator_0.9-1.debian.tar.gz
 e9adf99a79ae04e9fcbe870dc473d328525721c56b0df6c4e34c961249fd345c 698062 
komparator_0.9-1_i386.deb
Files: 
 afb999c5d30bf66fd5f1650147e8e058 1417 kde optional komparator_0.9-1.dsc
 a97ac994b8dc9fef9d61bb691e889e59 488342 kde optional 
komparator_0.9.orig.tar.bz2
 519e5a0756291afb18bd6c0674dace87 4190 kde optional 
komparator_0.9-1.debian.tar.gz
 55c8a7d28e0ac95b04dad563978da7d9 698062 kde optional komparator_0.9-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlFYD98ACgkQoCzanz0IthIkvACeMDCOrRTrsJ8YicS41MtPwKl0
8s4An0IEbw5QvpbIMj/RsACCLzVRVckb
=eUGg
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umfnr-0004ak...@franck.debian.org



Accepted dput 0.9.6.3+nmu2 (source all)

2013-03-31 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 13:09:54 +0200
Source: dput
Binary: dput
Architecture: source all
Version: 0.9.6.3+nmu2
Distribution: unstable
Urgency: low
Maintainer: Y Giridhar Appaji Nag app...@debian.org
Changed-By: Thijs Kinkhorst th...@debian.org
Description: 
 dput   - Debian package upload tool
Closes: 704228
Changes: 
 dput (0.9.6.3+nmu2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Update dput.cf to deal with backports.org being integrated into
 the main archive (Closes: #704228).
Checksums-Sha1: 
 6159e43f834bb895c89e3956a306244c7d09da6a 1196 dput_0.9.6.3+nmu2.dsc
 d425bda2bf8bac7d2a9a74a46c990a9a82fd130c 51400 dput_0.9.6.3+nmu2.tar.gz
 40e1d88d1fb37ae2d09e5c840b0aaf54926c0dd9 48086 dput_0.9.6.3+nmu2_all.deb
Checksums-Sha256: 
 ea04e2b4d991b795e6de71701694f6a7aaa55da26b7b49fda5b15c6790e1e2e5 1196 
dput_0.9.6.3+nmu2.dsc
 e4325d7439ae757dd167c0c35cf3591351ff5f4f77574243ccfbf3baa7230289 51400 
dput_0.9.6.3+nmu2.tar.gz
 265e1ca0d72675a220d0cc648f1264635f3717562506768b914558034df08224 48086 
dput_0.9.6.3+nmu2_all.deb
Files: 
 45fd6a5e3762e22c4bce2ecdbd350dfb 1196 devel optional dput_0.9.6.3+nmu2.dsc
 481ab5b3ad1d140e47d7453af89186fc 51400 devel optional dput_0.9.6.3+nmu2.tar.gz
 c2e9c1cd8c519af5f6683fcf47054255 48086 devel optional dput_0.9.6.3+nmu2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBAgAGBQJRWBp4AAoJEFb2GnlAHawEwroH/AmXyxg3ooBmUBal8iK/XQwn
eEcxW1FvxD11YD1Tub8axyyHWaFzFuX/LZaow+WjuTmTnwONYVkuFaKwkEHe9EBY
lHNOtog9sIodEgc3t6Ry1pZ29Rez849IUgmGBgjeknB0rtZITpqrb30wsE5EiJ7t
iMnPGxVRRhBPGpI7abj8mMB4ZPPekn74KsZmsqJoqt60iCI3oAGZDoXq3v/hBh1q
ZGMeobHLvfuvdMnYo8oYlhdyI1ZfmgjLle0OJeYh1EMMZyz7fc/rZMucgl/Xi2Fk
mpIacUFPZ2I007EXIQ22O5jYK6Moha/3m8UbS53YaYS+C25Hqewj+XHNOeejS+0=
=b+9q
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umgux-0006nb...@franck.debian.org



Accepted clang 1:3.0-6.2 (source amd64)

2013-03-31 Thread Peter Michael Green
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 28 Mar 2013 09:02:01 +
Source: clang
Binary: clang libclang1 libclang-dev libclang-common-dev
Architecture: source amd64
Version: 1:3.0-6.2
Distribution: unstable
Urgency: low
Maintainer: LLVM Packaging Team pkg-llvm-t...@lists.alioth.debian.org
Changed-By: Peter Michael Green plugw...@debian.org
Description: 
 clang  - Low-Level Virtual Machine (LLVM), C language family frontend
 libclang-common-dev - clang library - Common development package
 libclang-dev - clang library - Development package
 libclang1  - clang library
Closes: 704111
Changes: 
 clang (1:3.0-6.2) unstable; urgency=low
 .
   * Non-maintainer upload with maintainer's approval.
   * 29-set-default-cpu-for-armhf.diff increase default cpu for armhf builds.
 Previous absurdly low default did not work correctly with
 -mfloat-abi=hard leading to broken code. (Closes: #704111)
 + Use armv6 as new default because in clang 3.0 armv7 implies features that
we don't require in debian armhf (extra fpu registers and neon)
   * 30-powerpc-no-altivec.patch disable altivec by default on powerpc because
 debian powerpc does not require altivec (patch cherry picked from ubuntu)
Checksums-Sha1: 
 02c5ca394ccb877abd3bb746e2a3c5e918fbc60c 2364 clang_3.0-6.2.dsc
 9a6300a89b1a4ae5b237a7608d7e68df27e29a75 23095 clang_3.0-6.2.debian.tar.gz
 1a5440fc183686eab8dc62666c327c23665419a5 4880768 clang_3.0-6.2_amd64.deb
 188b97d52f8b0f0cf85346e1270274e34697287c 3268184 libclang1_3.0-6.2_amd64.deb
 358cb3c0031ce0191364ff8e1e22e9e08fe5ea5d 988100 libclang-dev_3.0-6.2_amd64.deb
 444716d87f088aac086bac215050f0aab9b1a475 76972 
libclang-common-dev_3.0-6.2_amd64.deb
Checksums-Sha256: 
 67f88e3a3b295a2781330012476fe294115f041eb0289741c407071c63fe0af0 2364 
clang_3.0-6.2.dsc
 793d73ef83369767c58135d200788fe2e9b67db557123ceae5bf5f5c39fd85e6 23095 
clang_3.0-6.2.debian.tar.gz
 a09d50e5ffdb6af1ae18016e6584d25847a9f3a934c9226a2b8dfc99de5f0f5a 4880768 
clang_3.0-6.2_amd64.deb
 6ab5de70529da9ed96d2110f285565e23bc6ff0781d68a560e3c7d2970a57c60 3268184 
libclang1_3.0-6.2_amd64.deb
 c9b34a47f131da43f678fac83523ddbbb1dd4757449a0f81eceebdfb6912fe9b 988100 
libclang-dev_3.0-6.2_amd64.deb
 2a19edc2d0395de7d60819798236bc909a153d783cd27431e1ade62a2919be61 76972 
libclang-common-dev_3.0-6.2_amd64.deb
Files: 
 01f1d51597e6576e216aae1dbc4b603c 2364 devel optional clang_3.0-6.2.dsc
 0bea968021509dfef0b81d3e5fda9b8f 23095 devel optional 
clang_3.0-6.2.debian.tar.gz
 a903973b1b5149a986fd79538689994a 4880768 devel optional clang_3.0-6.2_amd64.deb
 26ef8728a9c9622a5e65b34221f10483 3268184 devel optional 
libclang1_3.0-6.2_amd64.deb
 3f00a74ec4909c59b900b2a3fe464800 988100 libdevel optional 
libclang-dev_3.0-6.2_amd64.deb
 20ab6b18fa503c29788874daa5ee3c6c 76972 libdevel optional 
libclang-common-dev_3.0-6.2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJRWCmpAAoJEAxI6ip6j/178UoQAJMgnLSmIOSlV+jSoDX2ONLc
NaKoucgFa5commv5IOUn5PJ6x7Kxi8rWNBnMdSP76cOl76j3odn+LB6bPiugqqOF
63DlWYLtVx2fk/y6gj1eO+KMOySkVOCW+cPqdpYg2r4M0WC6zIDXjJbnuOAWBlaR
MdkkFJ/IdSfpgJmOm7HuXRN1qi5Ei0tkqMDInCvYF9yRElMG334dOfO5LrRAI0vT
vkVmebNdlOz+T7il5yGZbbPCxVuDKjDrcidnI4hA1pFql1yD4ybuo2pBXxBD1rE1
7hcLyi4MRD8JAlxE4EWW/quyqiCHX9ngiJ/C2AaE4u8IHKZcIlc0DtAWAnqGGjJO
zWGqc01nC9xZ0/QCA1QgVFzttCAzSvoq9+ZW7IEP3rBe++rvCgcWU3gnCy9pRIin
D/IyAD0ruZyG0fq87SA6X22rsxOfvkUiFrmccVMaM8SvyYLMwL0ro3ALHkl3GRIt
eBvz9kUiNilM1pTPxJvux+8TGKaYq9kByJTbVjF1LZP3gd+T51n0cgPIB7xRdobu
S4/zBBtxD0Vuc0U/JASKpSp5LaV86zp50FiCO3SH0hZpY94tFjNQoTb1LPeEV2my
SfuetWSIB4FKYSCa3gHwWT2sdvC+pc+3SaU0RLd4d0c/soNUsAX692Ru1m1EtdB0
ftDEekGqKrp7gI7kijQ5
=y2HH
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umhre-0004y9...@franck.debian.org



Accepted r-cran-foreach 1.4.0-2 (source all)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 07:30:07 -0500
Source: r-cran-foreach
Binary: r-cran-foreach
Architecture: source all
Version: 1.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-foreach - GNU R foreach looping support
Changes: 
 r-cran-foreach (1.4.0-2) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 f48f683d9f911a0e38a0b0601212f56fba1d632a 1187 r-cran-foreach_1.4.0-2.dsc
 098bab9859fd295b2051ce838a72ea0bfd83c7d7 1850 r-cran-foreach_1.4.0-2.diff.gz
 2f363ff6cb9cda0266528c1ffcaea8f0e77c73ea 386826 r-cran-foreach_1.4.0-2_all.deb
Checksums-Sha256: 
 6ccf0c6412014857a5de4d651855d5b06b71b2334ebe775f9c014ddc025d0974 1187 
r-cran-foreach_1.4.0-2.dsc
 e011a5938399b79bf26d62c72d4b3db241e8d56d7803ec44cccb5bdf6cbf43d1 1850 
r-cran-foreach_1.4.0-2.diff.gz
 809077b88b6f3c6510a2f62a34a9a1cc68963e1a5265e79519610b5fc73eea78 386826 
r-cran-foreach_1.4.0-2_all.deb
Files: 
 6e86d7d566b3859d40573d23022b6c76 1187 gnu-r optional r-cran-foreach_1.4.0-2.dsc
 e103020f5199f5d8e713f0c9fcb8e2d9 1850 gnu-r optional 
r-cran-foreach_1.4.0-2.diff.gz
 20d770eb1491c036a5c1c37f4df00083 386826 gnu-r optional 
r-cran-foreach_1.4.0-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWCyBCZSR95Gw07cRAqe1AJ4vhDk3LilvXJmmEVREw6UqEq1G+gCfUP4i
w+yLZPqESHNY8znjvWrczMs=
=fQGp
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umhfc-0007ry...@franck.debian.org



Accepted gdata 2.12.0-2 (source all)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 07:30:48 -0500
Source: gdata
Binary: r-cran-gdata
Architecture: source all
Version: 2.12.0-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-gdata - GNU R package with data manipulation tools by Greg Warnes et al
Changes: 
 gdata (2.12.0-2) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
   * debian/control: Set Standards-Version: to current version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 518af01f08468780acd7ca34918dfdea47f1dc05 1038 gdata_2.12.0-2.dsc
 a8abcf036d8d31d316158eb42451ba83d80e2f41 3051 gdata_2.12.0-2.diff.gz
 83e1dadadb50c6ade05ecf87b3731f078d937c23 827170 r-cran-gdata_2.12.0-2_all.deb
Checksums-Sha256: 
 99d9800c4cd18a6740ed96b2480fc2617a032423af72b8cc90f4602548eb40e7 1038 
gdata_2.12.0-2.dsc
 e15cf37c9ef472f65a9797fdfe8e0e7478e5ebb1af01d77f5c04ae943174e0f7 3051 
gdata_2.12.0-2.diff.gz
 6c998fa0d81d2ea3b9894b1c530fef333c5cebbb3b28d30931e59626a8b24450 827170 
r-cran-gdata_2.12.0-2_all.deb
Files: 
 fccd2429916c0486dbbd89c7cf5a5230 1038 gnu-r optional gdata_2.12.0-2.dsc
 1030d146b0bd55f027b77b505ef0573d 3051 gnu-r optional gdata_2.12.0-2.diff.gz
 cabdededb29c4a90d1e7a7bc3172f58f 827170 gnu-r optional 
r-cran-gdata_2.12.0-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWCylCZSR95Gw07cRAtPMAKCFaMT6gF5rJ4J5BNIqXfKZjJKINgCeKMmN
Q3bB5HnRENlrQG9LUBXhPBg=
=O809
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umhfy-0007ou...@franck.debian.org



Accepted gnucash 1:2.4.12-1 (source amd64 all)

2013-03-31 Thread Sébastien Villemot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Mar 2013 14:59:43 +0200
Source: gnucash
Binary: gnucash gnucash-dbg gnucash-common python-gnucash
Architecture: source amd64 all
Version: 1:2.4.12-1
Distribution: experimental
Urgency: low
Maintainer: Sébastien Villemot sebast...@debian.org
Changed-By: Sébastien Villemot sebast...@debian.org
Description: 
 gnucash- personal and small-business financial-accounting software
 gnucash-common - common files for the financial-accounting software Gnucash
 gnucash-dbg - debugging symbols for the accounting software Gnucash
 python-gnucash - Gnucash interface for Python
Closes: 472996 697720
Changes: 
 gnucash (1:2.4.12-1) experimental; urgency=low
 .
   * Imported Upstream version 2.4.12
 - correctly sort subaccounts when renumbering. (Closes: #472996)
   * handle-xml-parse-failure.patch: remove patch, applied upstream
   * Refresh other patches
   * Add Build-Conflicts against guile-2.0, since it does not support SLIB (yet)
 (Closes: #697720)
   * Bump build-dependency on python-dev to = 2.7.3-13. GnuCash configure
 script needs the pkg-config script python.pc which is present in that
 version
Checksums-Sha1: 
 75092a54d9def0f738139d58fced5c36b38f83f2 2429 gnucash_2.4.12-1.dsc
 33f716d69a040f241e1e9df2dbfe370268565c6a 9297994 gnucash_2.4.12.orig.tar.bz2
 742d9829ae26d457a353072fd05c52bc1487127c 43702 gnucash_2.4.12-1.debian.tar.gz
 270d4ae1e74e359855d0f7c03937f51399f03160 2686160 gnucash_2.4.12-1_amd64.deb
 b4095a866cbdc85615697eae1e268e1ccaf6 6722678 gnucash-dbg_2.4.12-1_amd64.deb
 4c5d150f6b809bf4d0a62891089b4852b4472afa 5898024 
gnucash-common_2.4.12-1_all.deb
 ce316e5181e13863fd96c6e2015680eff7d42207 260418 
python-gnucash_2.4.12-1_amd64.deb
Checksums-Sha256: 
 299f3983155ad77eb341d20a51847e9c9be67109c795cb611b3751c81c21ff42 2429 
gnucash_2.4.12-1.dsc
 bdd106a9ca09484be8558769e559d905e0dc273766d4453e9ccf5fdfec6e88c7 9297994 
gnucash_2.4.12.orig.tar.bz2
 78ebea27cb0e980737657bd34bc3d015f3dd238520c3d023b48e97e4cd87a5b7 43702 
gnucash_2.4.12-1.debian.tar.gz
 7784cb5f6b9da45e0a5b5b1bcd51c3d3c34c77ad95ceb594b7c050802a23f3ee 2686160 
gnucash_2.4.12-1_amd64.deb
 2b4d009df6859e5a25f6c79cf24ff9254805a2e05db15bcf3bdc5be7de0db5c2 6722678 
gnucash-dbg_2.4.12-1_amd64.deb
 f4c97b96b33a32c2b051dd6d90771575755cb765f5b7b4c091d2680a5253e228 5898024 
gnucash-common_2.4.12-1_all.deb
 84fa362a17644f726556338d24c4b120322f24fabaf8e8328418de03d974c380 260418 
python-gnucash_2.4.12-1_amd64.deb
Files: 
 2b7df19c4c0733548712579604eb4f17 2429 gnome optional gnucash_2.4.12-1.dsc
 6b4848f045b1b9eb3d5e0b9b2a75d257 9297994 gnome optional 
gnucash_2.4.12.orig.tar.bz2
 5ad427b39f6421c5f5ec22169b321e58 43702 gnome optional 
gnucash_2.4.12-1.debian.tar.gz
 f4e4deeabb507be1741de2ad805b5226 2686160 gnome optional 
gnucash_2.4.12-1_amd64.deb
 0f14d1beea1bb5f7514c52298e83b58a 6722678 debug extra 
gnucash-dbg_2.4.12-1_amd64.deb
 084901d4eff779441d44492c40141def 5898024 gnome optional 
gnucash-common_2.4.12-1_all.deb
 aea4bf696e8b86898d8931495ca208fd 260418 python optional 
python-gnucash_2.4.12-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRWD7EAAoJECzs6TUOzr5K04YP/1itHeFO1qHmvM+GXKXVducw
ZjYB1GR1rGNFW0dyGS0pnw5ovtS0gQzjFwR/5bNmK2fRrZ7wbgQ9A7wDQpQfIaOy
SX9arI6+A8mM85gJx+yMRgiqBl1nY7qJgOm2hPiA855OcnIe9Z72SCz3h6qAHigR
B5xTcx1JZPuPO4E3i1lzWlfGTv7dz+ukBOJrJ8l+4yPRVf5PqyJEBnDmojON87S6
kfU03MewThrKRbDk4go1TuNRKodhizWtrnT6ymcreB5b6BWM/hbWAp5aafr4nyRW
AMUmSp4vc399x8ZRatott3Lb4/uW8gvUZm+pofiBEGucf6acfDJVscG3WJF2ZibS
EO+mtR2TtQDdAZbPnnLBObhbvKWc2S6kcITQzo4637niPTN3n6p9sCafotwzDdyQ
plVctm/WUEVOgmAKd7pRqC5qIAUySsicFt9/4iDw9dgJiQsg8x3psvEdTEGwkcxc
51xF7QIPAbVp8zv9xne2DJZYwof7yfg5fLwVniINVHTLQAzDFDYzM8zCLRpVZ/j4
2CfrdKxVGztgwIdi6ujz0IXb4upWBXt84q38gOJoE4nOxUQQwILhqF4OuKX6vZdi
bWjLB8lrb7+5pjH8GoOk0M31kQgVUiJ8zR0cHYcashOSuF2Sgx9kPInbhN4OHuFf
J2NoPPGp1qPWnNgvB7jU
=C8K9
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umjy1-0003sh...@franck.debian.org



Accepted libmath-base36-perl 0.12-1 (source all)

2013-03-31 Thread Xavier Guimard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Mar 2013 07:36:05 +0200
Source: libmath-base36-perl
Binary: libmath-base36-perl
Architecture: source all
Version: 0.12-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Xavier Guimard x.guim...@free.fr
Description: 
 libmath-base36-perl - Perl module for encoding and decoding of base36 strings
Changes: 
 libmath-base36-perl (0.12-1) unstable; urgency=low
 .
   * Imported Upstream version 0.12
   * Add libtest-exception-perl in build dependencies
Checksums-Sha1: 
 226c3718b4b7551ce8b685eb0635a250ffece74b 2177 libmath-base36-perl_0.12-1.dsc
 0369472e1dd211011b67283fa797ed71980d2da7 20272 
libmath-base36-perl_0.12.orig.tar.gz
 b1f92ec9d24a12babb65c621d84b85f330b73cce 1825 
libmath-base36-perl_0.12-1.debian.tar.gz
 eba0da5fd796d6cc7c66abfd3a25f01781f0b452 6424 
libmath-base36-perl_0.12-1_all.deb
Checksums-Sha256: 
 0d5066a1e6a68ccdf5d92e8b623c2c22886ee8b0fdd9fc4e6774d18d8bc135bb 2177 
libmath-base36-perl_0.12-1.dsc
 cfc6312f153ec930fd04172fdc7da301e1896cd1dae42e617be0cb0de1cfdf17 20272 
libmath-base36-perl_0.12.orig.tar.gz
 2f8514b10bb9496502e12d7d92a81e1458750aee34497ae0d2f772cf83f7222d 1825 
libmath-base36-perl_0.12-1.debian.tar.gz
 e4eb6f62820d0c798934d7e1dbcf433a34e4017f9b2ebccd1785b32f90406ba8 6424 
libmath-base36-perl_0.12-1_all.deb
Files: 
 95bb3f8e4a32e003bc29ee7165e9dba8 2177 perl optional 
libmath-base36-perl_0.12-1.dsc
 a08048902efcf329aca985e9bf3446eb 20272 perl optional 
libmath-base36-perl_0.12.orig.tar.gz
 40856316e9d0d20cb143ad27bbb01756 1825 perl optional 
libmath-base36-perl_0.12-1.debian.tar.gz
 1c8889f299bc77cd06cf9cdff3bf98d0 6424 perl optional 
libmath-base36-perl_0.12-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRWEnIAAoJELs6aAGGSaoGq/UP/ihPRb6MAD6G5V8kJ3GZDmup
wbH3TCSjSYgrllEYRRMsDc7Eki67yykJazLnRF4fHrVhIfGxXJmpCzekD6oE+wbA
LZRpBh0woevZO5OJFIs/u1m06GwZJsjnU2VdOOcPgflNozX/JyOH/oG0iDM3br6k
ilSf1lgMqBzJTx62hOHtWF4N8MB/fv0eqgllF/JnHF1GrV4fPf8xRy1l2AoOitM0
5uIFiuERRSYGdSgmsefzH3XqidznLA7kb7hC4JnUEmdSR+mPvDCgtyYpoDolZGoX
bKS673pIe4gmwzpY9i6iIVJJsaVN/18HNxDteQjrUaISi52vlxHKgf6yhKJUZ0Ge
M0jCkr9YCXZWG+eN3v977z0yan5lggUo750hhIiADDOtl6BRss+axGt3gEBIF550
aiGEISXhdV0WGHZxvf/6kxtqLH+xTcT/xGEbHpExp1PVHidTYgSXOu3jv2fLee6T
AFtV6++uZI7p/vxqfjrJsqzDTJU6alJ19Dm/xUF23tJtV7Msf4sIUrzXa8gysKPB
XGeQZvtI63cdZfO1ci2eUpOZC8QtW1N3a0wAMwn9BNfFx3V+l/b7OcxeK8gPy8A3
xvU7wmcVXk9pWX7nKv6F1r7ifPbXUF9Zcy2ikTNoIHkVw8bg0MD5oy49sFFAgoKS
llgiDkOUe0Pd5OiajAkv
=wl2i
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umjy6-0003vl...@franck.debian.org



Accepted libclass-inspector-perl 1.28-1 (source all)

2013-03-31 Thread Xavier Guimard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Mar 2013 08:47:35 +0200
Source: libclass-inspector-perl
Binary: libclass-inspector-perl
Architecture: source all
Version: 1.28-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Xavier Guimard x.guim...@free.fr
Description: 
 libclass-inspector-perl - Perl module that provides information about classes
Changes: 
 libclass-inspector-perl (1.28-1) unstable; urgency=low
 .
   [ Xavier Guimard ]
   * Imported Upstream version 1.28
   * Bump Standards-Version to 3.9.4
   * Update debian/copyright (years and format)
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
Checksums-Sha1: 
 cfae5803d5f7bdcc479d293bc2185399890018c1 2317 
libclass-inspector-perl_1.28-1.dsc
 65db163ee3b1147afad55b2cc9148ec106356ecd 39816 
libclass-inspector-perl_1.28.orig.tar.gz
 5a579798be659dbedce909d4ea1a92f8e9e09a79 4316 
libclass-inspector-perl_1.28-1.debian.tar.gz
 328ba5e538f3d1b057990348a8aa500d08216c65 20762 
libclass-inspector-perl_1.28-1_all.deb
Checksums-Sha256: 
 5a67b760ed242702ff352123b08fa47b1efd7d2ee6c67120eb4c88860b25d7bf 2317 
libclass-inspector-perl_1.28-1.dsc
 3ca4b7a3ed1f4cc846c9a3c08f9a6e9ec07a9cbfd92510dea9513db61a923112 39816 
libclass-inspector-perl_1.28.orig.tar.gz
 e02df55a647dd534203d60fdc9e9e8086903e5fe211912a5b714846e0fe857ad 4316 
libclass-inspector-perl_1.28-1.debian.tar.gz
 945a2fb4935d02ee7c420b317f54ad45162436aa112bef28c7807b31715f482e 20762 
libclass-inspector-perl_1.28-1_all.deb
Files: 
 4265f9ce42921f184136dac266a833e5 2317 perl optional 
libclass-inspector-perl_1.28-1.dsc
 7ab3ca22d3147236dddfb58f2366ad22 39816 perl optional 
libclass-inspector-perl_1.28.orig.tar.gz
 fbdd5bac3fe314993e4ecceb4ab98062 4316 perl optional 
libclass-inspector-perl_1.28-1.debian.tar.gz
 cdada5f23f4fe8ab358bec8089f6b950 20762 perl optional 
libclass-inspector-perl_1.28-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRWE4BAAoJELs6aAGGSaoGvVQP/2zksJms4msAmr0dS9lfqRXi
AWMxgevuZckJEGKhVcjw2tI1TBU2MDN281S4+5SrUebfa1TrwhfMs4Z64URrVmyv
MLp6HOGok96zHSV6aZ/0WNrh0SKPVmPlPrmyyXFEyyAOp/Y86GK3Gahki82/uIOP
nH9aQ5Too+sR7tyxrjlDyz9ZGp0mIWErzkar2LyRzbnCyqR5CvkaRHKF4Zs9n7jh
stBiXXY4sMSoSFgzWrdkuT6w1QgUHjJERx6tQ+EDqo1IXi/PqrPjflGlVb6lO3t3
dKo6STutJyBoyEVmwPjS3q5ORGwuUzY9eg0y8oIS30v9rto+aeCIzDiY1JPqfkk3
Vjeg6urBbADQx9uq51LFN641qohR8Mxqh3bOz77uGLKlFgZhoXhBQN+/5U+npuJQ
Sk3lcu4SV1vIdeKWvmxyhujKoxGnyuqkxw0U9x5dc7n94dLFdELnhnlf7V5Je3no
HQwCDT32D44NIJda4bOP0erj2AjpMaUFK7X8/EWRivZMHM8+gQ130L0QaefR3DRr
R91WedI9N1vyzCemCEdGulTJSWLnpQAW1UhmqAfI7QxkV4RI+QOAySO+0ttQ2FqW
ZyHjBswdI4IvaYCi01spRRQRQ7iW1uiLwr0ih0qlcu9SGkd1LWg+MxgKeykWt6ZM
CXZ5VcHXs1BGL9Cv3RGK
=IsSZ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umjmd-0006rz...@franck.debian.org



Accepted tftp-hpa 5.2-8 (source i386)

2013-03-31 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 16:54:07 +0200
Source: tftp-hpa
Binary: tftp-hpa tftpd-hpa
Architecture: source i386
Version: 5.2-8
Distribution: experimental
Urgency: low
Maintainer: Daniel Baumann m...@daniel-baumann.ch
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 tftp-hpa   - HPA's tftp client
 tftpd-hpa  - HPA's tftp server
Closes: 704163
Changes: 
 tftp-hpa (5.2-8) experimental; urgency=low
 .
   * Adding Slovak debconf translations from Slavko sla...@slavino.sk
 (Closes: #704163).
   * Updating year in copyright file.
   * Trimming diff headers in patches.
   * Prefixing patches with four digits.
   * Dropping dpkg-source compression levels.
   * Sorting targets in rules.
Checksums-Sha1: 
 181cb1510df848a34b16a1ece93757dd90437022 1141 tftp-hpa_5.2-8.dsc
 1a2cd01cdeb040aa3fb04523e81129f5ea86ff8c 22320 tftp-hpa_5.2-8.debian.tar.xz
 6df1436dc8bf1bf71ac20b97eb8b4b05b7f81f34 26842 tftp-hpa_5.2-8_i386.deb
 51a5920f88da558a3827e5f31e06afd1a37b5710 47692 tftpd-hpa_5.2-8_i386.deb
Checksums-Sha256: 
 ddc3846bbc9baeefff7d35673dd7fe9d002369796f02c2c6c02119c4209fe15a 1141 
tftp-hpa_5.2-8.dsc
 9aeaa34aa3fbeb7d5819729d18a60325604378f15eeae45ff597caf07eec0f78 22320 
tftp-hpa_5.2-8.debian.tar.xz
 3f124c243f6dd29f50beb71fe5182c028cfca51ecc6b179e844c04e530d7bf69 26842 
tftp-hpa_5.2-8_i386.deb
 ab604643cc8ccf901996748610afd1d89982db4dbad5cf5b83943a490f4a89a3 47692 
tftpd-hpa_5.2-8_i386.deb
Files: 
 d65f3732e1988c4bb6868008d1112aa0 1141 net extra tftp-hpa_5.2-8.dsc
 53f9a1453827b057fb0998c5bcd2caf0 22320 net extra tftp-hpa_5.2-8.debian.tar.xz
 62320cd475b2baf36d8cf22527731c51 26842 net extra tftp-hpa_5.2-8_i386.deb
 a1bc82d34d9d9f6f9fef670cc3eabcc7 47692 net extra tftpd-hpa_5.2-8_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlFYTqkACgkQ+C5cwEsrK55K8QCghzsoS97LJoZmEJVxbhUAK73f
3tgAoLsWnHuYGYB99VguaHwvrr6fKlqk
=HXrF
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umjmj-0006xe...@franck.debian.org



Accepted latticeextra 0.6-24-2 (source i386)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 10:04:27 -0500
Source: latticeextra
Binary: r-cran-latticeextra
Architecture: source i386
Version: 0.6-24-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-latticeextra - GNU R package of additional graphical displays based on 
lattice
Changes: 
 latticeextra (0.6-24-2) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
   * debian/control: Set Standards-Version: to current version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 3453a5bc060430dbfc339614784494889d8b8d49 1126 latticeextra_0.6-24-2.dsc
 dcb0be2203814d287ff5f458a63f7f214947b36a 2173 latticeextra_0.6-24-2.diff.gz
 39343fcf22eab940fbd82673128a359ed210da72 2062720 
r-cran-latticeextra_0.6-24-2_i386.deb
Checksums-Sha256: 
 09226e662410d31e7fbc5c3de232ee9fb278e059cd32361875a3c694ec4b0531 1126 
latticeextra_0.6-24-2.dsc
 5b6d86a37597a468f8719005455eb1b15c1db20925dd1e2e5db2709e4a0bba0a 2173 
latticeextra_0.6-24-2.diff.gz
 42d43daf154fbb1246b32e128ad7350cdfb3a4843f0cba0e97a66724474bac8f 2062720 
r-cran-latticeextra_0.6-24-2_i386.deb
Files: 
 e545028019eaf3af208b1df8d5509ed2 1126 gnu-r optional latticeextra_0.6-24-2.dsc
 0623a31d7882b00f3a452ca50544f439 2173 gnu-r optional 
latticeextra_0.6-24-2.diff.gz
 e7163bbcac205c17027b8157b0def853 2062720 gnu-r optional 
r-cran-latticeextra_0.6-24-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWFFUCZSR95Gw07cRAtpIAJ9HAHNtJtT3NiNEZ+GnKZR5H2pnXACfaE8C
Dq/1YjY0nM5Lp8Jr1Mil0/o=
=oW5h
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umk0o-0001wp...@franck.debian.org



Accepted libconfig-inihash-perl 3.01.01-2 (source all)

2013-03-31 Thread Xavier Guimard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Mar 2013 08:54:59 +0200
Source: libconfig-inihash-perl
Binary: libconfig-inihash-perl
Architecture: source all
Version: 3.01.01-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Xavier Guimard x.guim...@free.fr
Description: 
 libconfig-inihash-perl - Perl extension for reading and writing INI files
Changes: 
 libconfig-inihash-perl (3.01.01-2) unstable; urgency=low
 .
   [ Ryan Niebur ]
   * Email change: Ryan Niebur - r...@debian.org
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ gregor herrmann ]
   * debian/control: update {versioned,alternative} (build) dependencies.
 .
   [ Salvatore Bonaccorso ]
   * Email change: Salvatore Bonaccorso - car...@debian.org
 .
   [ Xavier Guimard ]
   * Update source format to 3.0 (quilt)
   * Bump Standards-Version to 3.9.4
   * Bump debhelper compatibility to 8
   * Update description
   * Add little spelling patch (reported)
   * Update debian/copyright (years and format)
Checksums-Sha1: 
 0cc9730247756e545615ae03b8ac076fdefb6d75 2312 
libconfig-inihash-perl_3.01.01-2.dsc
 5519feaaa0f571c0b7ae924d94d179e3a71beb41 2787 
libconfig-inihash-perl_3.01.01-2.debian.tar.gz
 2b165cc0c8fc2cefe9b542f386b4ed8be7b27319 14460 
libconfig-inihash-perl_3.01.01-2_all.deb
Checksums-Sha256: 
 984654efd1fab4bb174aae29ff3961bed83fb08573c98171143e1371be1849bf 2312 
libconfig-inihash-perl_3.01.01-2.dsc
 72fe7444a40fedd87fcf6d05be9ca7b2f602d6fa3c5a42cd2b1953b9bf310454 2787 
libconfig-inihash-perl_3.01.01-2.debian.tar.gz
 ce522445e8a2f708e1a5d88f18f17fa3e214abe85d648f43a939ef050173c89a 14460 
libconfig-inihash-perl_3.01.01-2_all.deb
Files: 
 bc0d8fe85b09f4714de5e69d2b3c3045 2312 perl optional 
libconfig-inihash-perl_3.01.01-2.dsc
 3cbd8c3e29f4d0e73223cf13d29a9c0c 2787 perl optional 
libconfig-inihash-perl_3.01.01-2.debian.tar.gz
 3f2d173a7dcb0deb41bbd24d63405b22 14460 perl optional 
libconfig-inihash-perl_3.01.01-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRWFJZAAoJELs6aAGGSaoGqeoP/jOGsuoCv4OuVGYn+qObWKlG
3Gs1OO3BpcArWgN8KTOpzyb5ftseMIQNSD7Fk6KBwCuAilTCT2wmmEOiZXpdFj1S
LhYNshEUuFe4Zjffp55qdAfpZYF2xVRpYbGkKRfMf4dggcEP7qsPJ0Vtcy6T4NaJ
nUwfKKqfcJotdqpHfC99dAUTE/zXZiZcpJNGIjHKRPeXDX135uo1vprays0QQIJW
vS5p4x60alQkbiY3SSiN/E3cktLp9Y6t8zvDtHB9BzEOKbJt5+f00TmvU2WrIsdU
xjQpc5DDpxjRW1K8aeU6+cSqmdqu+oBj81iWnBuFHKnJsxZ1f9prKqOfVehirGPj
lCwQIuz3N4SOLankTXa0MfnTF2HByrWynhi4iawhPDCiktL8S6fIDY1of95uBy7g
WDGXDyEpH1GvtzmbUila+HNA0j0jBZ7ueiNerJzf/Xkld0KKDdSVxMN40MtYEckk
+ywNrr6NYO/wcOShkvXu8eqD+OOkR1cghxVXM2tANjkDHTcs4FBCL1OGv+57boDf
14dPbeW21DkJoHedAB0Y65nC/k/PfBGSrPzEGMagJLl2ZinW83prsLP4D4Vlwe/0
PkLAJzbQBZJ2irkntHUMSWkM+F0HF2nHB2gzUfhB2jucV2iuPVsu4+gyO8ISjXid
1NheFvhQhAtv7jfN14AH
=fhZN
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umk0t-0001zh...@franck.debian.org



Accepted r-cran-lpsolve 5.6.7-2 (source i386)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 10:09:42 -0500
Source: r-cran-lpsolve
Binary: r-cran-lpsolve
Architecture: source i386
Version: 5.6.7-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-lpsolve - GNU R package providing linear program solvers
Changes: 
 r-cran-lpsolve (5.6.7-2) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
 .
   * (Re-)building with R 3.0.0 (beta)
 .
   * debian.control: Removed 'r-base-core (= 2.15.3)' no longer needed as
 ${R:Depends} is used
Checksums-Sha1: 
 82a72f15c2280b077db7f364b53c3630ff42ff7f 1081 r-cran-lpsolve_5.6.7-2.dsc
 e8258e68c675a5d9dc5b687e1004f641efa3638f 1778 r-cran-lpsolve_5.6.7-2.diff.gz
 03657f237795cb11d606c6afdbc0d6a3bd78a968 358104 r-cran-lpsolve_5.6.7-2_i386.deb
Checksums-Sha256: 
 0c00bce8e6f16f5436fef274d8f5d1674b6a31339edeb889c00c7dcaee329419 1081 
r-cran-lpsolve_5.6.7-2.dsc
 b0f17f99338354a80dcb9e958c0d60751d8233871f9241c33a8de2376f158161 1778 
r-cran-lpsolve_5.6.7-2.diff.gz
 1942848b65220da14077cc7d7920c62487c75ef3b794dca384240b73ab8a4cd5 358104 
r-cran-lpsolve_5.6.7-2_i386.deb
Files: 
 dc3cd9904a56517ca8853217989b3fe4 1081 gnu-r optional r-cran-lpsolve_5.6.7-2.dsc
 f291b70e330698ad61dba23c35029cf0 1778 gnu-r optional 
r-cran-lpsolve_5.6.7-2.diff.gz
 61bc3a37b11d2f008687aa35978f32ef 358104 gnu-r optional 
r-cran-lpsolve_5.6.7-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWFHsCZSR95Gw07cRAvoEAJ0WMpncU/Pvwmuj/d1I6FppPLVG5wCfdmXp
4EOlqnkmPo3E6ZqetTCQkok=
=us3F
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umk0y-00022t...@franck.debian.org



Accepted tkrplot 0.0.23-2 (source i386)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 10:11:48 -0500
Source: tkrplot
Binary: r-cran-tkrplot
Architecture: source i386
Version: 0.0.23-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-tkrplot - GNU R embedded Tk plotting device package
Changes: 
 tkrplot (0.0.23-2) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
   * debian/control: Change Depends to ${R:Depends}
   * debian/control: Set Standards-Version: to current version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 0d73adf0a4cc1e3cbaec6fab1fc3deb81a189ec7 1073 tkrplot_0.0.23-2.dsc
 5fda87f39a0a19f47f15da9819863b8965497903 2262 tkrplot_0.0.23-2.diff.gz
 27d0acaf02a479fb0b250fa0140d596404da9f53 19622 r-cran-tkrplot_0.0.23-2_i386.deb
Checksums-Sha256: 
 ee9644a12059825ad0f0ba5b0e0f42b337082fc27e7faa0cd8ac37647f42ff81 1073 
tkrplot_0.0.23-2.dsc
 59ded9640d89c21016b995d8c9ed010cf95f6b7b80479acd0896fd7451c6fb31 2262 
tkrplot_0.0.23-2.diff.gz
 4d7d16143269ea7ef25650863444686830dad0d94833c14ea8580a9296ed0e43 19622 
r-cran-tkrplot_0.0.23-2_i386.deb
Files: 
 e4285d143cef6cce7f7649ec1a624d85 1073 gnu-r optional tkrplot_0.0.23-2.dsc
 24489f68770ecaf20360cd7ce135f033 2262 gnu-r optional tkrplot_0.0.23-2.diff.gz
 fc64ccd4ed66a720fa7c117be27049bc 19622 gnu-r optional 
r-cran-tkrplot_0.0.23-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWFKUCZSR95Gw07cRAk0wAJ9mOSGeUi0Jh3Ednmgh1eDqCs7rbQCfQeJD
jAI198oiMgWE9RFJEGweAJc=
=nbwW
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umk12-00025s...@franck.debian.org



Accepted libdatetime-event-ical-perl 0.11-1 (source all)

2013-03-31 Thread Xavier Guimard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Mar 2013 09:09:13 +0200
Source: libdatetime-event-ical-perl
Binary: libdatetime-event-ical-perl
Architecture: source all
Version: 0.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Xavier Guimard x.guim...@free.fr
Description: 
 libdatetime-event-ical-perl - Perl DateTime extension for computing RFC2445 
recurrences
Changes: 
 libdatetime-event-ical-perl (0.11-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ gregor herrmann ]
   * debian/control: update {versioned,alternative} (build) dependencies.
 .
   [ Xavier Guimard ]
   * New upstream version
   * Update source format to 3.0 (quilt)
   * Bump Standards-Version to 3.9.4
   * Use debhelper 8
   * Update debian/copyright (format 1.0)
   * Update debian/rules (remove unneeded --quilt)
   * Update fix-pod patch, add fix-spelling-error-in-pod.patch and reports both
 to rt.cpan.org
 .
   [ Salvatore Bonaccorso ]
   * Change search.cpan.org based URIs to metacpan.org based URIs
Checksums-Sha1: 
 861cf55da0c96cfa65e7265ab1c08b97e994d956 2281 
libdatetime-event-ical-perl_0.11-1.dsc
 34ca0bf31bde937abcf54cb46719762a8ab58927 24465 
libdatetime-event-ical-perl_0.11.orig.tar.gz
 dbb490351deb0fdecff1ce6463c7e6f8cf6b09dc 2494 
libdatetime-event-ical-perl_0.11-1.debian.tar.gz
 898a789d9fd6d295ac060f9d290363754c2343b4 14556 
libdatetime-event-ical-perl_0.11-1_all.deb
Checksums-Sha256: 
 0f55aba4803af1267d733fbd049901db4e888b04bdfb932f6d6af2480812821c 2281 
libdatetime-event-ical-perl_0.11-1.dsc
 6c3ca03c1810c996fa66943138f1f891bbc4baeb41ae2108a5f821040d78dd4c 24465 
libdatetime-event-ical-perl_0.11.orig.tar.gz
 a7f8ec2ca66a88c76d8ef74b4e85ca0594fb4a7e46cb136a8fee541e19f338e9 2494 
libdatetime-event-ical-perl_0.11-1.debian.tar.gz
 a922f7e848e0b5067a72e84eb0cdc631df9b23dd4f692bda73d32a09ba405dea 14556 
libdatetime-event-ical-perl_0.11-1_all.deb
Files: 
 fea13487f6c64e26cd574fd7da599faf 2281 perl optional 
libdatetime-event-ical-perl_0.11-1.dsc
 aea95965715c4e438fe981a5407e1328 24465 perl optional 
libdatetime-event-ical-perl_0.11.orig.tar.gz
 ce1432f58ff8761951c511f4ed3c9724 2494 perl optional 
libdatetime-event-ical-perl_0.11-1.debian.tar.gz
 a71578c94240fbbfc1e03fbd8506af6b 14556 perl optional 
libdatetime-event-ical-perl_0.11-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRWFTvAAoJELs6aAGGSaoGqj4QAMFU63C3UOIiHnpR/2vR8uis
ikt3XksFwf6Ou6ljuDHFKhl+fOzVNYLO3Vh5pMUjT0QULrDJsw6Wrf8W267V8/zy
grKF0/uL8zNn/ZeCCTnSAsR18dAvdeOGcUXUh1B4owMbY8P96pEDMKYTmVQ2qsHb
UJl43J9egyDAExrFANiViC9SLI/WuITkVK0bmf0RO6uZYMTgmoCURES8X9/5aiWB
8y9UJqURvMAkdFGwlar4epGKoMTP3uQeplaDUk4mmT/Eisjy04GLoBYwIwLDU9xK
ljb4LxDg4KidcL0uUs+2gvoaBwxyZewI3W1C7P8bypdoP6/GG5MY8h4freuNxoTp
6Ny5w0KYL7WdELQsFr2j2doKpyt90GIJXi6ttZIeEf5ZYsGYCBTIW5i9AYjDDfie
3KUcUWBHvqaYAk8k3Ius6FH4kX7RwyVyheBmcR9XOGoxNAWwLVcYlz+Qj2EOZHh4
sTl+ayD/2fuGl7KbornyBnnIeA8H3lwntoC/cY1aonwG2t7u8xXnqqNuk9sXlPpA
URW2zGJLsbcYSfXS+8XM2Ilmw6J9Bd5qo5iB5EW6Mq5sf4xovBOXC9i10m0jjQ1c
BMbJznjVAMAQO+iG29UcXMpTNa74kUL2l16kWDA32hK1I8elVe9bS2J+WguM4wSe
Shj3m2dOmKi3fNbwsjFx
=9KJ9
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umkff-0005bm...@franck.debian.org



Accepted libfile-dircompare-perl 0.7-1 (source all)

2013-03-31 Thread Xavier Guimard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Mar 2013 09:11:04 +0200
Source: libfile-dircompare-perl
Binary: libfile-dircompare-perl
Architecture: source all
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Xavier Guimard x.guim...@free.fr
Description: 
 libfile-dircompare-perl - Perl module to compare two directories
Changes: 
 libfile-dircompare-perl (0.7-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Xavier Guimard ]
   * Imported Upstream version 0.7
   * Update source format to 3.0 (quilt)
   * Bump Standards-Version to 3.9.4
   * Use debhelper 8
   * Update debian/copyright (years and format)
 .
   [ Salvatore Bonaccorso ]
   * Change search.cpan.org based URIs to metacpan.org based URIs
Checksums-Sha1: 
 794e9f8fe80f8cbb743607698cfbfeb4e3e9484c 2183 libfile-dircompare-perl_0.7-1.dsc
 be976dc9af8c1be7a99bfdbc7d80567d04691325 9018 
libfile-dircompare-perl_0.7.orig.tar.gz
 46a0f6dcd1415ce2a45c7b56c028c471bdfada12 1717 
libfile-dircompare-perl_0.7-1.debian.tar.gz
 56b6b8f89dea17edc1d09c87e3b67793d2c66a82 8794 
libfile-dircompare-perl_0.7-1_all.deb
Checksums-Sha256: 
 2e239ed276d1bca6b05b569592d26b61f163c69eb276b9a8d1d616bd1dc4e9cb 2183 
libfile-dircompare-perl_0.7-1.dsc
 b60e4d5dabc630fcfdcdf6f31fdcb6d277d3fd5375f02852eb4b51795a0b105b 9018 
libfile-dircompare-perl_0.7.orig.tar.gz
 e36a20c6b556e2384cc9e32fef934a4f3ab34abd4ee9cc70a9e183c7d124 1717 
libfile-dircompare-perl_0.7-1.debian.tar.gz
 fe5e7fcb95c7e26ade96adf25f6893c067370b7287c64110985f8476dc416b34 8794 
libfile-dircompare-perl_0.7-1_all.deb
Files: 
 ea88124958d4d25424a3860d67e75019 2183 perl optional 
libfile-dircompare-perl_0.7-1.dsc
 1b83e9653811d036cc0f97584e0aff9e 9018 perl optional 
libfile-dircompare-perl_0.7.orig.tar.gz
 26e0f767cdaf29873452ebdc7a943513 1717 perl optional 
libfile-dircompare-perl_0.7-1.debian.tar.gz
 aa5bd4a83967109eac35e3537f706fc3 8794 perl optional 
libfile-dircompare-perl_0.7-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRWFXOAAoJELs6aAGGSaoGlsIP+gKFmjEmb6RYQLJlmzI4gRWb
tSWeSftdUIdjqjqT0HHCEhAvmePBNfDX1JzVtOCnl4ijoufs7+246etCgvwkfs/u
w82wo00u/gv9XASsjtyF5NVc6FcDfm+tqIkHrKIo06sgXsaELx/4NeQwrVSkiBuf
Ffwsa6yK1EHd/LtBcsJoEMz/jLrVt7Y7AOF8ZLop0NgaAckmzGWltb0o6T1C1jyk
yW2t5TLmMpraHULNkBh3qH2XTwqCFqw1nLch1miKt4Kbqtf5xV517vreqC5A5kXx
EZaxAmD1b1cDBLafH6yHPDiC/OXVzL3IODFExbhGPZXTsaou6Dj/0mtM7o9bh2ky
L3UNrxfg8GmNcX/J4AeM0k5WQxu0mYdrb+0EdkNRipB3WgMXzTLLZH4VaqkrVp6y
w6J940Srh2DCEagJuTRjMPrgOKEYUNjnnVIRQLMaqo31WXGif0vErwRlQNnJE0HJ
auNFDnNH/6jOxnf+/E8U3yzngdTXxQlP+Lx7wIv/Lv07bsfXdpNwes/vVyI2A7iG
wqae5SBxhl/LUvM8KvDyjc1ze9U5QnX/6XacICws0BoyZrgUQ2UTFyAVnqmpFApd
mve4+Zi2/5swAWb5JVymfFIoFdZbo3YjPd2vZYsUdsu/iCs9r0DGahGU08QoYHRy
kB3m6HS5bQqxnukyPGUu
=cjUv
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umkfk-0005eq...@franck.debian.org



Accepted polspline 1.1.7-2 (source i386)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 10:14:30 -0500
Source: polspline
Binary: r-cran-polspline
Architecture: source i386
Version: 1.1.7-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-polspline - GNU R package providing polynomial spline fitting
Changes: 
 polspline (1.1.7-2) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 4a2211cc933bdedaafe1fd3a8f871b7fb0809052 1052 polspline_1.1.7-2.dsc
 bf8d0f0f2dca544a6de6c4270ceb1ff281ffb35a 2004 polspline_1.1.7-2.diff.gz
 eba7eab533b37bb8f8a249de126e4f77d40017b0 414316 
r-cran-polspline_1.1.7-2_i386.deb
Checksums-Sha256: 
 d4812053ac7da941b7e3fa5e52720aca2b521985ad1c0fd21ccedc78c02a24ae 1052 
polspline_1.1.7-2.dsc
 0be343531f9a568d6daff8240534af91fa0af1784b5ee7d2b5009933bda41858 2004 
polspline_1.1.7-2.diff.gz
 b4330a367228de4ee31c75a9d240d4d50cdf07dda73efe083627d0f1a5bf26c6 414316 
r-cran-polspline_1.1.7-2_i386.deb
Files: 
 c7ed80afe82a810c6d02a13afb1c6757 1052 gnu-r optional polspline_1.1.7-2.dsc
 4f0a493f0e9c6312792ff6e377f717a3 2004 gnu-r optional polspline_1.1.7-2.diff.gz
 e34719ebf27eeb15a7da2c0818db582a 414316 gnu-r optional 
r-cran-polspline_1.1.7-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWFNZCZSR95Gw07cRAg8nAKCORh/BrGPhe/InIE2ntfjOvwRsWgCdE14j
3BTHXhAzdN5oy8G5Qi7m+mE=
=jgNF
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umkfp-0005hz...@franck.debian.org



Accepted r-cran-slam 0.1-28-2 (source i386)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 10:21:05 -0500
Source: r-cran-slam
Binary: r-cran-slam
Architecture: source i386
Version: 0.1-28-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-slam - GNU R sparse lighweight arrays and matrices package
Changes: 
 r-cran-slam (0.1-28-2) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 58867d4dd75d217c08c56fd7eb8a0fe6f3fa7882 1125 r-cran-slam_0.1-28-2.dsc
 d3d5fe14854060b12f71c28d851f8861b0df4c3a 1836 r-cran-slam_0.1-28-2.diff.gz
 4156c2c2d984714b5de238aced6aa9c4e2284422 76860 r-cran-slam_0.1-28-2_i386.deb
Checksums-Sha256: 
 27433d3c4a4a751f690e322f380932362981fd7790cecbb703dad5c5ffed4bdf 1125 
r-cran-slam_0.1-28-2.dsc
 562aa881f9cb1ff5340bd6553caa732f53a5d339f989df413568cc77ac810bf2 1836 
r-cran-slam_0.1-28-2.diff.gz
 34d0a52cff61c084919ae0bce1f6d66b47a6859d5d8270d022c7e832009d23f0 76860 
r-cran-slam_0.1-28-2_i386.deb
Files: 
 4d06b0a714fa2e59b1bad54f802ed923 1125 gnu-r optional r-cran-slam_0.1-28-2.dsc
 0847fd37d538db33d47797d9a4eb98de 1836 gnu-r optional 
r-cran-slam_0.1-28-2.diff.gz
 231f71a59eb52c5b4338d365e2634284 76860 gnu-r optional 
r-cran-slam_0.1-28-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWFTLCZSR95Gw07cRApEQAJ4r2Ifwe0GzkTf/CKtQHKC55a1hRwCbBoaG
ERUrRExo8JzYOcwIVmbp1ok=
=NSNZ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umkft-0005l4...@franck.debian.org



Accepted r-cran-sn 0.4-17-2 (source i386)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 10:23:46 -0500
Source: r-cran-sn
Binary: r-cran-sn
Architecture: source i386
Version: 0.4-17-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-sn  - GNU R package providing skew-normal and skew-t distributions
Changes: 
 r-cran-sn (0.4-17-2) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
   * debian/control: Change Depends to ${R:Depends}
   * debian/control: Set Standards-Version: to current version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 ef6f5ec212f5c128eb3fefa53bde86ce3cf76a6e 1069 r-cran-sn_0.4-17-2.dsc
 558baf09c5107691f9a4948245e506813e12199c 1711 r-cran-sn_0.4-17-2.diff.gz
 405571dc88ece72eba18d6237bd08aa8887008a7 204866 r-cran-sn_0.4-17-2_i386.deb
Checksums-Sha256: 
 190e3e86185a017ea27c62943bde1ce15473f5ad57362e09a533d429a171ddd2 1069 
r-cran-sn_0.4-17-2.dsc
 7fd8b35d04949d1efbf9d09e1a76d4940276728f039d6f0e32851d23757137a2 1711 
r-cran-sn_0.4-17-2.diff.gz
 8bafe9e517542fcf2a1e57ec4a4069e78ad9c58a6f3d00c263a1d21598934fea 204866 
r-cran-sn_0.4-17-2_i386.deb
Files: 
 22d05d250f09b07ddf1cd298d4def407 1069 gnu-r optional r-cran-sn_0.4-17-2.dsc
 1c888cad48b244aa109884422e9fd19d 1711 gnu-r optional r-cran-sn_0.4-17-2.diff.gz
 c11bed0c7ec1911314b69910dec0e6c5 204866 gnu-r optional 
r-cran-sn_0.4-17-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWFVlCZSR95Gw07cRAmtBAJ0YBkBh9bMZydaVVS2X99MdF5ENNwCgkD6C
t4LPBdiqDHDrjO4/ivLge2U=
=JC2Y
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umkfy-0005nr...@franck.debian.org



Accepted rsymphony 0.1-15-2 (source i386)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 10:34:20 -0500
Source: rsymphony
Binary: r-cran-rsymphony
Architecture: source i386
Version: 0.1-15-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-rsymphony - GNU R interface to the SYMPHONY MILP solver
Changes: 
 rsymphony (0.1-15-2) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 a68597089341abf0172038c8e6d8abe8412b4f33 1144 rsymphony_0.1-15-2.dsc
 eece74b331bc8cda7e375d925a32ba7952e17d0a 6461 rsymphony_0.1-15-2.diff.gz
 61def10a831303e1c5ae6357313c50a84df064ac 1567704 
r-cran-rsymphony_0.1-15-2_i386.deb
Checksums-Sha256: 
 c24d38e52b171125f8f4aebb0c78a18777005a262cb547044fcddd76416fda04 1144 
rsymphony_0.1-15-2.dsc
 93262794cfef9785ca0d06b5660ad402456e9cd54ef5e518e1425d5bcbdf93ea 6461 
rsymphony_0.1-15-2.diff.gz
 5fbeefafaca7ae71c92a3d3289e043289246a961a16a1a53d4a438f20afbb85f 1567704 
r-cran-rsymphony_0.1-15-2_i386.deb
Files: 
 f6a379508641814be4d7d42828d9732d 1144 gnu-r optional rsymphony_0.1-15-2.dsc
 82082f3b29695c424edccf6953ceb42a 6461 gnu-r optional rsymphony_0.1-15-2.diff.gz
 2d48334a73ed46c44104dc891586f96d 1567704 gnu-r optional 
r-cran-rsymphony_0.1-15-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWFkECZSR95Gw07cRAsF8AKCQrrxn4j8L3qIrnM+AXMjuy/t2vACfShcD
yJzjbbaIv/76C8ghOZhSD+Y=
=IvH7
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umkuh-tg...@franck.debian.org



Accepted sm 2.2-4.1-2 (source i386)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 10:26:43 -0500
Source: sm
Binary: r-cran-sm
Architecture: source i386
Version: 2.2-4.1-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-sm  - GNU R package for kernel smoothing methods
Changes: 
 sm (2.2-4.1-2) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
   * debian/control: Change Depends to ${R:Depends}
   * debian/control: Set Standards-Version: to current version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 189a11e156ce1d1c2cae30dab35b6facf8d3fa9a 1003 sm_2.2-4.1-2.dsc
 385782747a4febd153e652f9bf95a475a9d0a52c 2776 sm_2.2-4.1-2.diff.gz
 f5c3b9aa8f051a97ae897f730ee0a99e9fa9dae3 328398 r-cran-sm_2.2-4.1-2_i386.deb
Checksums-Sha256: 
 21799eae0c1ce8fa4e302036f084f17fd9d22ba410a5027e1bd2a2837f01ba69 1003 
sm_2.2-4.1-2.dsc
 6afba6e27163f5c12e264c396b4541c95ad7fe30ccc03d9ee1164becc01a6196 2776 
sm_2.2-4.1-2.diff.gz
 107c6bc1ccbb7142917b0f2c9d3f6eb9deb22efd22916a1068f7b46b6d2786a4 328398 
r-cran-sm_2.2-4.1-2_i386.deb
Files: 
 72e32275f885cd84c02109633b765c32 1003 gnu-r optional sm_2.2-4.1-2.dsc
 d361d834358a2c101566ec98f28c3e7c 2776 gnu-r optional sm_2.2-4.1-2.diff.gz
 ff2044367465cc34aa84055080042097 328398 gnu-r optional 
r-cran-sm_2.2-4.1-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWFc2CZSR95Gw07cRAmyrAJsGCjwJ3xS875NcdLkEoLDE3OyCzQCeKu+G
qp1PMxzzb1cDWbrGs+pCUx4=
=HI0l
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umkul-w8...@franck.debian.org



Accepted rserve 0.6-8.1-2 (source i386)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 10:47:59 -0500
Source: rserve
Binary: r-cran-rserve
Architecture: source i386
Version: 0.6-8.1-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-rserve - GNU R Rserve tcp/ip server and sample clients
Changes: 
 rserve (0.6-8.1-2) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 555a226d88c5485bd7385d33864319323ccbbccb 1078 rserve_0.6-8.1-2.dsc
 08e8eeb292f5fd2217118d35c098da484990811c 2311 rserve_0.6-8.1-2.diff.gz
 38124eb88196af39198bad12f688e174fe0d0259 187936 
r-cran-rserve_0.6-8.1-2_i386.deb
Checksums-Sha256: 
 96897d4e41422aa1edb1c30bc49bfd622544c3628492e89640ddd504ad7561eb 1078 
rserve_0.6-8.1-2.dsc
 2153511aceddbba37b9d41c70607899a373c1b40b818e98d98cb2d4112f55329 2311 
rserve_0.6-8.1-2.diff.gz
 ea106f63e6051cd0e88b874e95cdb80c8bed74de245061909152b83e4e783d7e 187936 
r-cran-rserve_0.6-8.1-2_i386.deb
Files: 
 c02ace87d6c3b0c01871b3e429c62534 1078 gnu-r optional rserve_0.6-8.1-2.dsc
 85ae7b11b545e09ce61edf3648361352 2311 gnu-r optional rserve_0.6-8.1-2.diff.gz
 488fd5c7d1ab518beffe8aafde6fcf66 187936 gnu-r optional 
r-cran-rserve_0.6-8.1-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWFr1CZSR95Gw07cRAlWdAJwKJcpYE30dsi5w4yWg6vEMwsubyACeL1TN
2985u9xe8OikPBd7vI/o8Og=
=vGCO
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umkj7-0005t0...@franck.debian.org



Accepted rsprng 1.0-3 (source i386)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 10:41:35 -0500
Source: rsprng
Binary: r-cran-rsprng
Architecture: source i386
Version: 1.0-3
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-rsprng - GNU R interface to SPRNG (Scalable Parallel RNGs)
Changes: 
 rsprng (1.0-3) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
   * debian/control: Change Depends to ${R:Depends}
   * debian/control: Set Standards-Version: to current version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 c5deae217c5296fa69583d69bc61b784068f8065 1047 rsprng_1.0-3.dsc
 cfcf40e6c90e113211e2fe0d978a1c92eb45a158 2036 rsprng_1.0-3.diff.gz
 c30e0828f6bae6c243a5c4135124d20164ada1a2 39114 r-cran-rsprng_1.0-3_i386.deb
Checksums-Sha256: 
 d4227f5d5b6d6e9d335e05e8747f002a50fb33dbde8df6ee8998eeb6cdf41848 1047 
rsprng_1.0-3.dsc
 e9f1a7f749f99bb2953dbd4ac258c86f309f3f79470cf59a920f9a3ad383997d 2036 
rsprng_1.0-3.diff.gz
 302f8cc3c281f8524bfb555b2fba312027c10adcca83e55abd9c97b5c0c980c5 39114 
r-cran-rsprng_1.0-3_i386.deb
Files: 
 a130c2280cfb8bc92d12eaacfb3f80d8 1047 gnu-r optional rsprng_1.0-3.dsc
 07fc968cfc0ccddb1b4445f1bdbc7606 2036 gnu-r optional rsprng_1.0-3.diff.gz
 c2801f8e8010c242655cf4b18a353bca 39114 gnu-r optional 
r-cran-rsprng_1.0-3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWFniCZSR95Gw07cRAtviAJ9a9tsqsPLtRRZmNlvsU0nmpzv7egCgiqnG
j4Zaa9lagJpJc9fDRWL5VeE=
=oYu9
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umkjb-0005w1...@franck.debian.org



Accepted rgtk2 2.20.25-2 (source i386)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 10:55:40 -0500
Source: rgtk2
Binary: r-cran-rgtk2
Architecture: source i386
Version: 2.20.25-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-rgtk2 - GNU R binding for Gtk2
Changes: 
 rgtk2 (2.20.25-2) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
   * debian/control: Set Standards-Version: to current version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 de1bfb67f200c20e222d4214b436d4d762896cdb 1108 rgtk2_2.20.25-2.dsc
 1a7c0e2489792c20252983e1be3544dccadbcc95 3218 rgtk2_2.20.25-2.diff.gz
 925c54c59b72823be9d6b987e118ac7227459e9e 12876672 
r-cran-rgtk2_2.20.25-2_i386.deb
Checksums-Sha256: 
 4aba31966509b02eaebc9eab2042120484fe2c468dd92a6d82bf00b305a93841 1108 
rgtk2_2.20.25-2.dsc
 5180567481f0aaf086c9686b61c5efb8392fd4796a35346be650b780a8a9f8d5 3218 
rgtk2_2.20.25-2.diff.gz
 1fcb69418d27df9a1b969468334419cee1419d6f51b81f21fa7fa60388289e6e 12876672 
r-cran-rgtk2_2.20.25-2_i386.deb
Files: 
 259236a2b39c4e4146f81892568434f0 1108 gnu-r optional rgtk2_2.20.25-2.dsc
 3fff9875cb072612c8b570554adad574 3218 gnu-r optional rgtk2_2.20.25-2.diff.gz
 cb03c6effdefa16ea1c1812e5614f1c5 12876672 gnu-r optional 
r-cran-rgtk2_2.20.25-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWF2vCZSR95Gw07cRAhLPAJ0U5y4J4GYGGo0D3N7o0lqwJUWNNwCeKrYW
zPHPYx7m0aQ+snAa44suHWs=
=eBlT
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umkwu-le...@franck.debian.org



Accepted rake-compiler 0.8.3-1 (source all)

2013-03-31 Thread Youhei SASAKI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 01 Apr 2013 01:10:01 +0900
Source: rake-compiler
Binary: rake-compiler
Architecture: source all
Version: 0.8.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Youhei SASAKI uwab...@gfd-dennou.org
Description: 
 rake-compiler - Rake-based Ruby Extension (C, Java) task generator
Changes: 
 rake-compiler (0.8.3-1) experimental; urgency=low
 .
   * Imported Upstream version 0.8.3
Checksums-Sha1: 
 4e2e6aa8910a4880854c1faac7f23dfc5f49a286 2129 rake-compiler_0.8.3-1.dsc
 574b396639a8bc853d49d6000f78455e5047d89f 29858 rake-compiler_0.8.3.orig.tar.gz
 75b519e5c8310de7f3f8915091398ca20c78d71e 3329 
rake-compiler_0.8.3-1.debian.tar.gz
 c1042d0f70d4408ca897d51f9cca8e2b633d71dc 21176 rake-compiler_0.8.3-1_all.deb
Checksums-Sha256: 
 d9c65d75088e946b9319961fb18f4cb5bcc0670f8450e2bbb6b36b2a07930dad 2129 
rake-compiler_0.8.3-1.dsc
 ac327285f3d06e552938808592c7bd1a2cc0c7959f498fc239df8148a23ed12d 29858 
rake-compiler_0.8.3.orig.tar.gz
 6560fb75b9e182d26e90ade4d1c55273b792f0224e14d5e48f2645e275101e2c 3329 
rake-compiler_0.8.3-1.debian.tar.gz
 4c1a5409e6afc22cc1490dc915bf47b680c6f046eaa3dc6047d06bf21578406e 21176 
rake-compiler_0.8.3-1_all.deb
Files: 
 279269d9da51747acba2f3e1bed8ed46 2129 ruby optional rake-compiler_0.8.3-1.dsc
 f67eb90c13e3f73b7c8b1b96d467ae6a 29858 ruby optional 
rake-compiler_0.8.3.orig.tar.gz
 de3ee95c9681f15eda4dfe1b40bfb0a2 3329 ruby optional 
rake-compiler_0.8.3-1.debian.tar.gz
 45cec408da5b1f2482fbceb57f2d6af5 21176 ruby optional 
rake-compiler_0.8.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJRWF/1AAoJEJOU81SJHX4HOq8P/3nS00CzqSQZfc9p6k3oHRg5
urTfQJcWWHINmhlgd1WBgGgvoEKygBc+XBPI4Z5unAvCCG6v6Mp82rYvoVLCqbPO
ZhPUvwMUPFix9lT8V2oYQjZmc3tVD00RWhhm4+SnV+4FDWjPBgTPkczQp0Zddb4w
pPjV5VLHui0C+fiIVqoIiiTkHnEP6Q5cDkth9bKSzZ2pLHrNBRtXumAafyZJlZZz
Hywr7CKRjD80dCC7XM0rcL191LkgjAmU0ZgrIdfx/n7CuU4CtITyyPKVnpxQOG1E
yTTtpZizVe4HdoFkdN0BnmAtiQ7ug28dzDgo2dtxvD5qJvvnoYwFVyStUO7JcS0Y
m3FuA5ZnFD+pRfwEoVnU3/xaXJTQzOa/eqSrgX9i+7fYzLWvlRX1LxJ90LGZ/ZxT
SqtT/Y4kwIaZYPyc4g+WX+o5hLAhN409DTsRQ/eeUUlM7tKJkMcEW4Swlct/VmGJ
e9MmHqYVa+E4m24UDP4a9E6yV1v3VoFU/bR8eqlLIHhLndV/QwcAJkiEuGKf2/y3
ISWKVL7SiFim8Jpq6kBkYCGAWUr2X7fsZqBqbD1o7q/Zaaq5okJxL+tllgXaUMz9
ctsSFa8gSx4zNJoztXrjjcBD1A3uMy3aTkAEWLzWNNLm6icXfK/FqyhCC4RUQNBS
hgV/GfrJvBzqN1DNxMiZ
=Xa71
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umlbk-0004ap...@franck.debian.org



Accepted ruby-rack-protection 1.5.0-1 (source all)

2013-03-31 Thread Youhei SASAKI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 01 Apr 2013 01:27:50 +0900
Source: ruby-rack-protection
Binary: ruby-rack-protection
Architecture: source all
Version: 1.5.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Youhei SASAKI uwab...@gfd-dennou.org
Description: 
 ruby-rack-protection - Protects against typical web attacks for Rack apps
Changes: 
 ruby-rack-protection (1.5.0-1) experimental; urgency=low
 .
   * Imported Upstream version 1.5.0
Checksums-Sha1: 
 496efc4b6ae73d1021a4de956fa96c431bf89eec 2177 ruby-rack-protection_1.5.0-1.dsc
 1479d993e11baffd2e4c6c52728368f6c4845ca2 13240 
ruby-rack-protection_1.5.0.orig.tar.gz
 5b173b5366773518912e50ffe6999e9dd07abb52 2163 
ruby-rack-protection_1.5.0-1.debian.tar.gz
 d30775d5aa2c4f2651a38694cb88e61aa9368b6f 9502 
ruby-rack-protection_1.5.0-1_all.deb
Checksums-Sha256: 
 1a7591434c14bf0221a869ca53925b95f0f50a279a12f38ff02792ec1b98594e 2177 
ruby-rack-protection_1.5.0-1.dsc
 83188d2ca7438aa5dbc3b8b511a7f41fa5166178e35aa6bda60f61177be3c525 13240 
ruby-rack-protection_1.5.0.orig.tar.gz
 8d37c05094a7f3c64728938977b84c25ca7d8db95f5389f5e95adc886361b5b8 2163 
ruby-rack-protection_1.5.0-1.debian.tar.gz
 5e6a4bcc3c53b92ee38e61c9d40cc46d86b5e5145cee1f4cff1f39735876024d 9502 
ruby-rack-protection_1.5.0-1_all.deb
Files: 
 c4dc17f92aca8dc47dda1a7f5b1332d5 2177 ruby optional 
ruby-rack-protection_1.5.0-1.dsc
 f1bc116f8938233663c2b143cf542e55 13240 ruby optional 
ruby-rack-protection_1.5.0.orig.tar.gz
 99c35636ca9d11f49f6a3ea75104241b 2163 ruby optional 
ruby-rack-protection_1.5.0-1.debian.tar.gz
 7e7fc09746e5f7310f0700bfb906c467 9502 ruby optional 
ruby-rack-protection_1.5.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJRWGR/AAoJEJOU81SJHX4HSVYP/1nvC+Bs5a9KUfimu7VP1h7t
jSPPUDzZgoJ0TZ7tVj0CKCtFgwxuF2OSvbNNSEfAjtx/sMAWXaWHwIczHCL5z4AT
C2NtdgpO8lyDzDnLm7sTQ1fWsiKCYQ981U74GJk4mc9ZtVpS1uIQ1F50xx9VCnYA
OExUN8ltSVEw4yP0/Bxghhrgq+rxOL5EuWjYhuBy3R8AdPKyw861aIaeV0KP/Vpu
5aHNsp8870l5/40FLbFT3rTQ5UYdz5boeesUvrqt1CrZWb8JOLQ0ePZm9jTpYwzz
EGC7o7jVI1l0JANdbcEFhH0TDDYcKtCh5xtlBHkbOPR4GSeuF7pF2hLM4U8/dHVu
CNnqYNSaU/cUMuV9HK471zV24fGMRzIZe3gOEVdTtorPbN2N65zMHhFmwCLrSA66
B1hcmb1dND0MQbChouMYMKwCdpI3Up7q2HolO/XHHQe5HT7UIh3zOR/SFx4WgkM3
X0gUgZwIXIHytkzMCqfx5vXvzXXwERYpsePdw/VMn0iihcQmW1J0lYxyr1MEP/xD
m3s8ETuYorBt/3cRd3UwDGfNqv8hRTcGKtpiGfOA/BQJtTCCPQRe9734FE+ITyv3
whzMiZMcLUFB1GjVhQfuTFWNjqZX6xOx4I/ov8F7OvDhsFv8h/d82Lz42u/v53Ss
PFgIrS2fUwT0GzSe1zq4
=SyiI
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umlpv-0007xg...@franck.debian.org



Accepted evolution-data-server 3.8.0-2 (source all amd64)

2013-03-31 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 11:20:06 -0500
Source: evolution-data-server
Binary: evolution-data-server evolution-data-server-common 
evolution-data-server-dev evolution-data-server-dbg evolution-data-server-doc 
libedataserver-1.2-17 libedataserver1.2-dev gir1.2-edataserver-1.2 
libcamel-1.2-43 libcamel1.2-dev libebook-1.2-14 libebook1.2-dev 
gir1.2-ebook-1.2 libedata-book-1.2-17 libedata-book1.2-dev 
gir1.2-ebookcontacts-1.2 libebook-contacts-1.2-0 libebook-contacts1.2-dev 
libecal-1.2-15 libecal1.2-dev gir1.2-ecalendar-1.2 libedata-cal-1.2-20 
libedata-cal1.2-dev libebackend-1.2-6 libebackend1.2-dev
Architecture: source all amd64
Version: 3.8.0-2
Distribution: experimental
Urgency: low
Maintainer: Debian Evolution Maintainers 
pkg-evolution-maintain...@lists.alioth.debian.org
Changed-By: Jordi Mallach jo...@debian.org
Description: 
 evolution-data-server - evolution database backend server
 evolution-data-server-common - architecture independent files for Evolution 
Data Server
 evolution-data-server-dbg - evolution database backend server with debugging 
symbols
 evolution-data-server-dev - Development files for evolution-data-server 
(metapackage)
 evolution-data-server-doc - Documentation files for the Evolution Data Server 
libraries
 gir1.2-ebook-1.2 - GObject introspection for the EBook library
 gir1.2-ebookcontacts-1.2 - GObject introspection for the EBook Contacts library
 gir1.2-ecalendar-1.2 - GObject introspection for the ECalendar library
 gir1.2-edataserver-1.2 - GObject introspection for the EDataServer library
 libcamel-1.2-43 - Evolution MIME message handling library
 libcamel1.2-dev - Development files for libcamel
 libebackend-1.2-6 - Utility library for evolution data servers
 libebackend1.2-dev - Utility library for evolution data servers (development 
files)
 libebook-1.2-14 - Client library for evolution address books
 libebook-contacts-1.2-0 - Client library for evolution contacts books
 libebook-contacts1.2-dev - Client library for evolution contacts books 
(development files)
 libebook1.2-dev - Client library for evolution address books (development 
files)
 libecal-1.2-15 - Client library for evolution calendars
 libecal1.2-dev - Client library for evolution calendars (development files)
 libedata-book-1.2-17 - Backend library for evolution address books
 libedata-book1.2-dev - Backend library for evolution address books 
(development files)
 libedata-cal-1.2-20 - Backend library for evolution calendars
 libedata-cal1.2-dev - Backend library for evolution calendars (development 
files)
 libedataserver-1.2-17 - Utility library for evolution data servers
 libedataserver1.2-dev - Utility library for evolution data servers 
(development files)
Changes: 
 evolution-data-server (3.8.0-2) experimental; urgency=low
 .
   * Oops, bring imapx_dont_remove_folders_on_error.patch back: it was
 actually a post 3.8.0 patch from git.
Checksums-Sha1: 
 48d701b7e8042cfb489c3d86b13ca5b2947f951d 4214 evolution-data-server_3.8.0-2.dsc
 3a6c0abd40cc021daaddd2c3c24f5ee095fc4bda 50419 
evolution-data-server_3.8.0-2.debian.tar.gz
 79171353d6214451e0f82924aa9be00b1c5d2264 1157324 
evolution-data-server-common_3.8.0-2_all.deb
 8290e0b8fbc260f2b9d3a6ab9cc4743ed15e1642 656098 
evolution-data-server-doc_3.8.0-2_all.deb
 ede9b6b51f1eede36f00af6cd29de58d8b1bb89c 425168 
evolution-data-server_3.8.0-2_amd64.deb
 8f4f347c78c4ebcbf538a14bcb09675cd5cf790d 106584 
evolution-data-server-dev_3.8.0-2_amd64.deb
 bd4c2850223697cf3464f93ca34f8c7f8df7b023 5304812 
evolution-data-server-dbg_3.8.0-2_amd64.deb
 f24fe01468d2af579b4076d40a13ffe69e812bec 276394 
libedataserver-1.2-17_3.8.0-2_amd64.deb
 ce830049e821c0af994f2cc17ef20a7a74745b94 176170 
libedataserver1.2-dev_3.8.0-2_amd64.deb
 f04e274605f75fb9a1e271d9c03069685fcb015d 14 
gir1.2-edataserver-1.2_3.8.0-2_amd64.deb
 4aaabbf80b72d67eddd69d881382decefd07ec0e 560548 
libcamel-1.2-43_3.8.0-2_amd64.deb
 202ce444961a5628f2384607fb019793db250385 175952 
libcamel1.2-dev_3.8.0-2_amd64.deb
 a664ce8d27e1903fc50116c93505b148b060a884 149604 
libebook-1.2-14_3.8.0-2_amd64.deb
 6a2bdc94ec5c3bd980621523385ef906bca8ce21 121004 
libebook1.2-dev_3.8.0-2_amd64.deb
 2247ad6fbfa15bd20b50bf8ea08ef9f02e2c1f86 110030 
gir1.2-ebook-1.2_3.8.0-2_amd64.deb
 5dcd845daa4ad46014209270c14fdf5a3686c3fa 176076 
libedata-book-1.2-17_3.8.0-2_amd64.deb
 c615103245e19d3bd5b4ad3d58cbe10452405011 114606 
libedata-book1.2-dev_3.8.0-2_amd64.deb
 861a8c3582fd57ab5f6b84824a1b94609b49d2df 115560 
gir1.2-ebookcontacts-1.2_3.8.0-2_amd64.deb
 48379e2fd581162b9eea5a90ccc52610f5654b81 150448 
libebook-contacts-1.2-0_3.8.0-2_amd64.deb
 c6f414959c8235de6a98a8503d982509413993f6 134202 
libebook-contacts1.2-dev_3.8.0-2_amd64.deb
 dd1f72f2ae0c9024e759a9850bf6de7d6f87d957 201904 
libecal-1.2-15_3.8.0-2_amd64.deb
 aa7f084c67ab9d1d99243906d6a1494f293149f9 118266 
libecal1.2-dev_3.8.0-2_amd64.deb
 d00a567d56a4fa6e0f1fd8ff707aaa9cf082ed04 106402 

Accepted gnome-user-share 3.8.0-1 (source i386)

2013-03-31 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 18:29:51 +0200
Source: gnome-user-share
Binary: gnome-user-share
Architecture: source i386
Version: 3.8.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gnome-user-share - User level public file sharing via WebDAV or ObexFTP
Changes: 
 gnome-user-share (3.8.0-1) experimental; urgency=low
 .
   * New upstream release.
 + debian/control.in:
   - Update build dependencies.
 + debian/patches/02_bluetooth_optional.patch:
   - Updated.
 + debian/rules:
   - Pass --disable-bluetooth to configure on !linux.
Checksums-Sha1: 
 8fc287ed6ad3e07628deed2349376668f7c04e83 1788 gnome-user-share_3.8.0-1.dsc
 919100b4075eabce5443140d86d735eba30f4786 1082796 
gnome-user-share_3.8.0.orig.tar.xz
 98f6ed48a0496ee11e9978dfac33ab337ac07ebc 9445 
gnome-user-share_3.8.0-1.debian.tar.gz
 888381d8ed64e371f3a7ed041ee4ba8e1dce98ce 821332 
gnome-user-share_3.8.0-1_i386.deb
Checksums-Sha256: 
 9c058020b88bef5e0f928fa1f323572a36efedc5d134d060f03de4dff6bde382 1788 
gnome-user-share_3.8.0-1.dsc
 ae0638a24cf306b6615639a8706c9b48e8961ae26d7f8b5d65eb26955ca4cc3f 1082796 
gnome-user-share_3.8.0.orig.tar.xz
 e035f6269d8656c1009b2dd707a4fb1f65cd16449e6427ca359f3006e1268acd 9445 
gnome-user-share_3.8.0-1.debian.tar.gz
 f0aee5ccd205a53f9eda571b5dcf164482b593cdc5393fdf0c123bf085b2 821332 
gnome-user-share_3.8.0-1_i386.deb
Files: 
 29af5566fadc77e4b9dbbc865f7f1625 1788 gnome optional 
gnome-user-share_3.8.0-1.dsc
 bc29e70d5c5b1ed328dbfec64f381cdc 1082796 gnome optional 
gnome-user-share_3.8.0.orig.tar.xz
 ec233b7ea0bed860fb56c23cd01f8b6c 9445 gnome optional 
gnome-user-share_3.8.0-1.debian.tar.gz
 c1715a39f32a36d23001c81521908b48 821332 gnome optional 
gnome-user-share_3.8.0-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlFYaz0ACgkQhTV17EoIsv4/4wCgqsvSZSDg9aCLC+v8ilGryD0Q
XoIAoNE6IEDCK3PDuE6psGZ43dYF/UOM
=KS1B
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umlep-0003xf...@franck.debian.org



Accepted fbasics 2160.85-2 (source i386)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 12:11:30 -0500
Source: fbasics
Binary: r-cran-fbasics
Architecture: source i386
Version: 2160.85-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-fbasics - GNU R package for financial engineering -- fBasics
Changes: 
 fbasics (2160.85-2) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
   * debian/control: Set Standards-Version: to current version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 1e4b96fdc323d99ca3487ca293cf9747d5cbfb2f 1187 fbasics_2160.85-2.dsc
 537cae71e99229980298377cb4e0787afeb9772c 3711 fbasics_2160.85-2.diff.gz
 676cb93df80c41a51a40667e945ea5d0f82f91c4 1284634 
r-cran-fbasics_2160.85-2_i386.deb
Checksums-Sha256: 
 aa80b2d7600566033eeac4581baf980fac94affb42a75cca0a7e594a2ba83f96 1187 
fbasics_2160.85-2.dsc
 69d85c155bfa2b615954c821b66f8cadb95a3ccfc4ed9dad9f9ca17fcfc31caa 3711 
fbasics_2160.85-2.diff.gz
 ae9a1c6836cd953e56479a39bd98e217fb21c245645c73b6eefaac5ddc0f7209 1284634 
r-cran-fbasics_2160.85-2_i386.deb
Files: 
 4298c68157ad67fa56a04bf5aa8e3f42 1187 gnu-r optional fbasics_2160.85-2.dsc
 766c25f8e7c047524dcc8b8ec5f9af1b 3711 gnu-r optional fbasics_2160.85-2.diff.gz
 704f5efdde2dcb92f0a93bce65d53eae 1284634 gnu-r optional 
r-cran-fbasics_2160.85-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWG6KCZSR95Gw07cRAkONAJwLax8mAzN5qxBavsylEAzk/SK+kQCfXo9k
x8sWNRWq07dpB0LSFzS1a9o=
=q1e7
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umlsp-0006nf...@franck.debian.org



Accepted its 1.1.8-3 (source all)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 12:07:49 -0500
Source: its
Binary: r-cran-its
Architecture: source all
Version: 1.1.8-3
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-its - GNU R package for handling irregular time series
Changes: 
 its (1.1.8-3) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
   * debian/control: Change Depends to ${R:Depends}
   * debian/control: Set Standards-Version: to current version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 06457635a6da5e34eedf713ac4ad542623f7fb14 1005 its_1.1.8-3.dsc
 8ce8876a20dbe649f724e048accdd86c6aecb680 2157 its_1.1.8-3.diff.gz
 efcf2ff04c83d99a69e21b9580cf868f37441e04 118106 r-cran-its_1.1.8-3_all.deb
Checksums-Sha256: 
 34c250323248bbff89c043c48bdb27fc3229cfbb4ccdf9951bb6731aa568fb92 1005 
its_1.1.8-3.dsc
 6c92096d269758222a0479dd6f87bb61b6b77a1d6e5819cb40e3ccbb22fb4e81 2157 
its_1.1.8-3.diff.gz
 5c62aa6e0de62f91520e1c73dce7eda88d5b5889e62f3ae76649e2155f6ef297 118106 
r-cran-its_1.1.8-3_all.deb
Files: 
 4a6ba05488dc031fc1c593b38c47d772 1005 gnu-r optional its_1.1.8-3.dsc
 4deaf5938f2eb4a69adb4675598dc158 2157 gnu-r optional its_1.1.8-3.diff.gz
 7e1a477df68766a4e066d3daf43706d1 118106 gnu-r optional 
r-cran-its_1.1.8-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWG2jCZSR95Gw07cRAh2eAJ9aLV0k/KVJy00v+vytdTakFbAZtwCdG+bA
c/BwfpxpCRWFgGr0wThV2Zw=
=alfK
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umlst-0006q1...@franck.debian.org



Accepted r-cran-int64 1.1.2-2 (source i386)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 12:10:03 -0500
Source: r-cran-int64
Binary: r-cran-int64
Architecture: source i386
Version: 1.1.2-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-int64 - GNU R package for 64 bit integer types
Changes: 
 r-cran-int64 (1.1.2-2) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
   * debian/control: Change Depends to ${R:Depends}
   * debian/control: Set Standards-Version: to current version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 956f3969a9c4d0aaf48461c124af6e9822b3bf52 1065 r-cran-int64_1.1.2-2.dsc
 53b61560978a694e2f81f0dc69ce5b7879cc1518 1524 r-cran-int64_1.1.2-2.diff.gz
 4cade863c6d458178e3bc7e70f2a88d3fd9941ef 314328 r-cran-int64_1.1.2-2_i386.deb
Checksums-Sha256: 
 c9bcd668926d6f318d97d95963a4639c9f752a9c064800b05f237004b0ee3943 1065 
r-cran-int64_1.1.2-2.dsc
 bcde3b577b28bfc69cf81d8d644cea680734bca430a15268c51a06ce96da4ef3 1524 
r-cran-int64_1.1.2-2.diff.gz
 c9fa1e244ce2b542aa99749335049e0bd7e8cc69d0986553e8f99e372295566e 314328 
r-cran-int64_1.1.2-2_i386.deb
Files: 
 2697437bfaa0d5f9a2bef51a2700e218 1065 gnu-r optional r-cran-int64_1.1.2-2.dsc
 2c1f52aaebb63c59ce5baf952e581bce 1524 gnu-r optional 
r-cran-int64_1.1.2-2.diff.gz
 4b01e70bf8dfe4701660c00a6dff4510 314328 gnu-r optional 
r-cran-int64_1.1.2-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWG4cCZSR95Gw07cRAqOZAJ9wVCsZSOiK61m0pJrr2TPgL7sIEgCfQemW
NHj+6wr4+e3lfQmXii3m8sU=
=dfkx
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umlsy-0006tm...@franck.debian.org



Accepted evolution 3.8.0-1 (source all amd64)

2013-03-31 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 30 Mar 2013 21:59:24 -0500
Source: evolution
Binary: evolution libevolution evolution-common evolution-dev evolution-dbg 
evolution-plugins evolution-plugins-experimental
Architecture: source all amd64
Version: 3.8.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Evolution Maintainers 
pkg-evolution-maintain...@lists.alioth.debian.org
Changed-By: Jordi Mallach jo...@debian.org
Description: 
 evolution  - groupware suite with mail client and organizer
 evolution-common - architecture independent files for Evolution
 evolution-dbg - debugging symbols for Evolution
 evolution-dev - development library files for Evolution
 evolution-plugins - standard plugins for Evolution
 evolution-plugins-experimental - experimental plugins for Evolution
 libevolution - evolution libraries
Changes: 
 evolution (3.8.0-1) experimental; urgency=low
 .
   * New upstream release.
   * Bump build-depends as per configure.ac.
Checksums-Sha1: 
 8e673acc25418ba4289a97eee41c4fdad03faa1e 3285 evolution_3.8.0-1.dsc
 f27a83b5e853415dfe38a983b120d468654be3db 12318896 evolution_3.8.0.orig.tar.xz
 9018b5ae7473c200cb1085568e40d55d8bcb3bb8 51897 evolution_3.8.0-1.debian.tar.gz
 d5ecff95b051811900a5a32a42e0d90c739ac0f2 7602170 
evolution-common_3.8.0-1_all.deb
 6ac63c1e578facdc5d74c5a06f2645df6e41f6ad 234750 evolution_3.8.0-1_amd64.deb
 6b5e1941e872983aa2a61fc44760a0239986e2d7 2131616 libevolution_3.8.0-1_amd64.deb
 14ef3016685b89db95483145f8308cb7d663fc93 648114 evolution-dev_3.8.0-1_amd64.deb
 97d1521f4b400f5cbb6d7fb34920893a435f5275 11195026 
evolution-dbg_3.8.0-1_amd64.deb
 e4bec43bbf608a073a08aa6ddb2676cfb75ed2a8 263686 
evolution-plugins_3.8.0-1_amd64.deb
 9bdb8e0bde61bbe20906d5958076d1db794c1391 185944 
evolution-plugins-experimental_3.8.0-1_amd64.deb
Checksums-Sha256: 
 c8d044ffa8ef5c1d263c485661015bd66c5a1ef83ac5c132755b89a411c93802 3285 
evolution_3.8.0-1.dsc
 6f78bcce1d4da7640dad8d083cc90de3500d51f190a089c723b0dcced690f642 12318896 
evolution_3.8.0.orig.tar.xz
 246df124ede85fd5d734bb88b2c6be36ce66c8d14cc8a2acdc7a935830e6d97c 51897 
evolution_3.8.0-1.debian.tar.gz
 79b7d7717dc420b7ced779d7105b1d2a765b0a7e099b5cc985121087c86328b8 7602170 
evolution-common_3.8.0-1_all.deb
 6e379a28fdc026d751a99205da755fc52f6b20ae49fd3f37a5a54dfa8fe47c93 234750 
evolution_3.8.0-1_amd64.deb
 0478417a4b7b33ff647c232289897ff7ea7821248423c9ac98dabd66acb00709 2131616 
libevolution_3.8.0-1_amd64.deb
 cbd36c41b015bfba0ecaf2fedb0b54d8686977a1e1bc827d2de73c2947d462e9 648114 
evolution-dev_3.8.0-1_amd64.deb
 f50f83328b6896a739597c9caaecc53c7c5c559745c531acd8a797c6a9b046d6 11195026 
evolution-dbg_3.8.0-1_amd64.deb
 a9fd337a6ecd360a903d1f711ff99badf9355fff45b6a92156c84b7382b1719a 263686 
evolution-plugins_3.8.0-1_amd64.deb
 b7c59b2d9c7ac9ad03375e241eaee2ac8d9f93b4df05386094cbaab134848f0f 185944 
evolution-plugins-experimental_3.8.0-1_amd64.deb
Files: 
 4ed7b2e58af16901fdd241a8a1293574 3285 gnome optional evolution_3.8.0-1.dsc
 73391003d81db656a9e91814cbd08fe4 12318896 gnome optional 
evolution_3.8.0.orig.tar.xz
 a5a455c4b1811fc83cacfae14deb2ef4 51897 gnome optional 
evolution_3.8.0-1.debian.tar.gz
 2ac28b069d998234cd47c2bed1ef82a0 7602170 gnome optional 
evolution-common_3.8.0-1_all.deb
 57320eae77763c35f3f4adf20173e561 234750 gnome optional 
evolution_3.8.0-1_amd64.deb
 f3aa4c681c3f509d68faefc2fb89cb05 2131616 gnome optional 
libevolution_3.8.0-1_amd64.deb
 37d2b065da2f230274f2bdcbb0f0e6a2 648114 devel optional 
evolution-dev_3.8.0-1_amd64.deb
 59338b1ae4a57c689581f891a8540ec5 11195026 debug extra 
evolution-dbg_3.8.0-1_amd64.deb
 d12e7e4cbf371d82b3a8acae2bbd9a93 263686 gnome optional 
evolution-plugins_3.8.0-1_amd64.deb
 9d4c95e2b5b6ed0be20b4115f8be61b5 185944 gnome optional 
evolution-plugins-experimental_3.8.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlFYczIACgkQJYSUupF6Il7+VQCfTZpwYyXUti6RKTK5nLNVuGqD
KVwAoISqUx+XHBBirUHjMwsZZXRTA2ew
=gaGJ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ummmk-0005wn...@franck.debian.org



Accepted r-cran-domc 1.3.0-2 (source all)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 12:39:44 -0500
Source: r-cran-domc
Binary: r-cran-domc
Architecture: source all
Version: 1.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-domc - GNU R parallel excution backend for %dopar% using multicore
Changes: 
 r-cran-domc (1.3.0-2) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 678c83720a55a507501b4fef725b51fef205c731 1173 r-cran-domc_1.3.0-2.dsc
 ffccba47fa802c47b757ba95599023e5eeb13520 1695 r-cran-domc_1.3.0-2.diff.gz
 1fbdece6c4d976e14b0c16e62a62cfc1053634ea 161642 r-cran-domc_1.3.0-2_all.deb
Checksums-Sha256: 
 fcc87690b69c8a596abc4b79b639fddbcb33100f82cf8746d2026654ad59bfab 1173 
r-cran-domc_1.3.0-2.dsc
 5a8e9394be78ef2ba9084d1b2b5388d097d50e6455bda19de60519950b0bacbe 1695 
r-cran-domc_1.3.0-2.diff.gz
 d2ed2f39c84fa926261b56cd9e7ce3bd36873ef77db5101a85f015d6456e73ba 161642 
r-cran-domc_1.3.0-2_all.deb
Files: 
 e0d808c0da4f81a0676448571080ce93 1173 gnu-r optional r-cran-domc_1.3.0-2.dsc
 826b97cfb5fa8daa73630d2c067bde2c 1695 gnu-r optional 
r-cran-domc_1.3.0-2.diff.gz
 68650019cd47fb3ea910ae63fea89e6b 161642 gnu-r optional 
r-cran-domc_1.3.0-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWHUPCZSR95Gw07cRAg4UAJwLMe6c5TMjVV4nrMgrhg2IzaIYkgCeIZ+E
11R84G9zZRpczAfjMWOVm4g=
=h4QZ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ummmp-0005ei...@franck.debian.org



Accepted r-cran-dosnow 1.0.6-3 (source all)

2013-03-31 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 12:41:10 -0500
Source: r-cran-dosnow
Binary: r-cran-dosnow
Architecture: source all
Version: 1.0.6-3
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-dosnow - GNU R parallel excution backend for %dopar% using snow
Changes: 
 r-cran-dosnow (1.0.6-3) unstable; urgency=low
 .
   * debian/control: Set Build-Depends: to current R version
 .
   * (Re-)building with R 3.0.0 (beta)
Checksums-Sha1: 
 a40c428b355b0ae206d78e03d8ab4f7fcfa89e8e 1182 r-cran-dosnow_1.0.6-3.dsc
 f7ff9c8b91e63c358fc856ba1ca679ecd9b7142c 1557 r-cran-dosnow_1.0.6-3.diff.gz
 030cc24015d34c41db6fe270260d1d2f2e625894 12000 r-cran-dosnow_1.0.6-3_all.deb
Checksums-Sha256: 
 74fb24bb836eab2ada8fd012a57104bbf08f1d70fa73f4ea32a980238d0293ee 1182 
r-cran-dosnow_1.0.6-3.dsc
 8555765b2443493c7f6984434deea989dcd87d4890060b80804b64831bc6cd6a 1557 
r-cran-dosnow_1.0.6-3.diff.gz
 87498973a70029b92fe029a4b56c648513c944add0d54f2c0f3bbbf4a7859221 12000 
r-cran-dosnow_1.0.6-3_all.deb
Files: 
 ebe70a45a66ac092408413f4d91242e7 1182 gnu-r optional r-cran-dosnow_1.0.6-3.dsc
 bffa6e20e36729b8d51eebddaee887ce 1557 gnu-r optional 
r-cran-dosnow_1.0.6-3.diff.gz
 09863a72263cecbba85c6cd60b6eb4cf 12000 gnu-r optional 
r-cran-dosnow_1.0.6-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iD8DBQFRWHXlCZSR95Gw07cRAn3BAJ0QQP9rclPVLgn8NFGWvnwY8vdA3QCfVP2I
PSQUCPrDFZKf82m4PBRGMQ4=
=aAoF
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ummmt-0005hv...@franck.debian.org



Accepted zeya 0.6-2 (source all)

2013-03-31 Thread Romain Francoise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Mar 2013 19:31:25 +0200
Source: zeya
Binary: zeya
Architecture: source all
Version: 0.6-2
Distribution: unstable
Urgency: low
Maintainer: Romain Francoise rfranco...@debian.org
Changed-By: Romain Francoise rfranco...@debian.org
Description: 
 zeya   - web music server
Changes: 
 zeya (0.6-2) unstable; urgency=low
 .
   * Switch to dh_python2.
   * Bump debhelper compatibility level to 9.
   * Adjust build-depends accordingly.
   * Bump Standards-Version to 3.9.4, no changes needed.
Checksums-Sha1: 
 8e58735c235ec63ab0f4b68f336dff31cc4176f6 1801 zeya_0.6-2.dsc
 975665a607e045707be5c62ed283c4b8ab2ac69f 14048 zeya_0.6-2.debian.tar.gz
 0542595c1621d26b4d3566c090945f1bae2bfea4 55264 zeya_0.6-2_all.deb
Checksums-Sha256: 
 ec195ca3a06c75205b02c9330b7d36e444c545596af58f6d4f89564ffc94a473 1801 
zeya_0.6-2.dsc
 0c3e87c4f87597a27d7cb9bb272f30e0a86baea0c64390a13fbab514ad2fe9b8 14048 
zeya_0.6-2.debian.tar.gz
 d61f593c2d787bf9b710d8386fa6e7fa370f481338df9d53a434f173f92e17aa 55264 
zeya_0.6-2_all.deb
Files: 
 19a8fa2530484e9853936700a967114d 1801 sound optional zeya_0.6-2.dsc
 0a8e70c626f0722a7112193e28cb184a 14048 sound optional zeya_0.6-2.debian.tar.gz
 83665c3843ac23c6967a96cbc0570845 55264 sound optional zeya_0.6-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRWHRuAAoJEK0V9DXwX5YtrbMQAIOoDjJuu1hwd4DfvYs1X3mg
RFCcgcOqROAGxrvxVT1tm0DDsR72bumQCfxxxyhdLbb40F81jRUV6mTQ1/4oRVGi
28nXpXJMSOaPqVUG9f/O9gU9b9jJTmHqYDf18HSTWWCXJ7wPzQ9qmFHKkX5Sio8e
INfPI7ERVnDp7IjgHsJNV9WmC/PKeTJ3SQ7MvwdHOr1BtpEaWsZ7N8koQzMwsg8e
GAU1U5P4hhc8dqe2pix4em3fWdfnumdmI1Ca9xKgxBQoTwlgXAYgEh8xuYWxSVBx
Ssku7gTR7GxpXsxOIUUXIPRSGAbJVu0X8ueIuXLoCdNhz4uqLRRmcpKXuGtEmkXI
33DhUaWr0HSJ4/38Otw9dOryxsexqj26ya43aEM7lpNjYUM2rL908NKucEJLxDMq
iklPdsg2ANVcHI5U4tpQWJLgeomT9YKj/kjsKeR9XdndfwkuynzCWZZY4IDmslhX
0vRn/8Qk8Y2rsr4oYl5SjobCWeWM6R8sqVgUjQ3akrKp0qv9PMJiVn1qIwtwqSN5
S0Yu1FlMa2Q9Vl9wy79z7QPzP0YDudF7to1uqw81qpg4u9a9ltz/sSNzJXFGELEo
3u1BItSw1RfqJAwphnsUi4/F6dr3UXUxAjYsOY4VhhWFF2HY+nQ9QoCiy0fNQ4zc
ydTr1fNLb7iO/60WvrDL
=YfGL
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ummn7-0005ml...@franck.debian.org



Accepted openjdk-7 7u17-2.3.8-1 (source amd64 all)

2013-03-31 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 14:31:11 +0200
Source: openjdk-7
Binary: openjdk-7-jdk openjdk-7-jre-headless openjdk-7-jre openjdk-7-jre-lib 
openjdk-7-demo openjdk-7-source openjdk-7-doc openjdk-7-dbg icedtea-7-jre-jamvm 
openjdk-7-jre-zero
Architecture: source amd64 all
Version: 7u17-2.3.8-1
Distribution: experimental
Urgency: low
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Changed-By: Matthias Klose d...@ubuntu.com
Description: 
 icedtea-7-jre-jamvm - Alternative JVM for OpenJDK, using JamVM
 openjdk-7-dbg - Java runtime based on OpenJDK (debugging symbols)
 openjdk-7-demo - Java runtime based on OpenJDK (demos and examples)
 openjdk-7-doc - OpenJDK Development Kit (JDK) documentation
 openjdk-7-jdk - OpenJDK Development Kit (JDK)
 openjdk-7-jre - OpenJDK Java runtime, using ${vm:Name}
 openjdk-7-jre-headless - OpenJDK Java runtime, using ${vm:Name} (headless)
 openjdk-7-jre-lib - OpenJDK Java runtime (architecture independent libraries)
 openjdk-7-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
 openjdk-7-source - OpenJDK Development Kit (JDK) source files
Changes: 
 openjdk-7 (7u17-2.3.8-1) experimental; urgency=low
 .
   * IcedTea7 2.3.8 release.
   * Security fixes:
 - S8007014, CVE-2013-0809: Improve image handling.
 - S8007675, CVE-2013-1493: Improve color conversion.
   * Backports:
 - S8002344: Krb5LoginModule config class does not return proper KDC list
   from DNS.
 - S8004344: Fix a crash in ToolkitErrorHandler() in XlibWrapper.c.
 - S8006179: JSR292 MethodHandles lookup with interface using findVirtual().
 - S8006882: Proxy generated classes in sun.proxy package breaks JMockit.
   * Bug fixes:
 - PR1303: Correct #ifdef to #if.
 - PR1340: Simplify the rhino class rewriter to avoid use of concurrency.
 - Revert 7017193 and add the missing free call, until a better fix is 
ready.
Checksums-Sha1: 
 2b3f5a855c1677ae2895d7e22c79f0b92a61eaf0 3091 openjdk-7_7u17-2.3.8-1.dsc
 e6b07ff3023e55d00cd2aec8f567753d19e370bc 73419409 
openjdk-7_7u17-2.3.8.orig.tar.gz
 048698f7949ce3ecc42df2cd10b180e48b94f15b 194953 openjdk-7_7u17-2.3.8-1.diff.gz
 4604bd179525f1f51f110d923818bc816db709d9 16598938 
openjdk-7-jdk_7u17-2.3.8-1_amd64.deb
 47f09f10f925d56c26f1137624e3663ce1ace7a1 35451456 
openjdk-7-jre-headless_7u17-2.3.8-1_amd64.deb
 8226a158d5ed8203d8bacb5c61c46a4098066af7 229816 
openjdk-7-jre_7u17-2.3.8-1_amd64.deb
 1c47dbe9f744bbabdcde661f2c13a948531ce7ee 2472536 
openjdk-7-demo_7u17-2.3.8-1_amd64.deb
 37d1589d973714952bd6b056a0aef0325ae6ad2f 152120912 
openjdk-7-dbg_7u17-2.3.8-1_amd64.deb
 a618f6a7bcdc14d185566a8c2e4e87f314d252b1 628500 
icedtea-7-jre-jamvm_7u17-2.3.8-1_amd64.deb
 f5d2a8d91d73a7d488c67a751847d89b39084720 2388212 
openjdk-7-jre-zero_7u17-2.3.8-1_amd64.deb
 4632c665a68e9bdee3c77ca5293c5b73f8c18d95 5543014 
openjdk-7-jre-lib_7u17-2.3.8-1_all.deb
 731ba4296cdb6a0e0fffe3ad5466f7163e7d0c50 41385142 
openjdk-7-source_7u17-2.3.8-1_all.deb
 d8769e7a86b81448809dae9a705ab6d7f2f8229d 22082894 
openjdk-7-doc_7u17-2.3.8-1_all.deb
Checksums-Sha256: 
 7395a380ec167eef335e960f10b1a380e5fdfca2e8bc7b6c1e779146e3830a01 3091 
openjdk-7_7u17-2.3.8-1.dsc
 10826fce182ac3b79b1d4c6b6e784190e3fc4922689296cfd840b35777b62b8d 73419409 
openjdk-7_7u17-2.3.8.orig.tar.gz
 3bb88dcc5d0136fa6c810be6261dd58ad9658e0105eddf9c3c8c06b6d2bf7c71 194953 
openjdk-7_7u17-2.3.8-1.diff.gz
 9765fb3ab657348ccb9b788c06402883ac7c3d5aa3e093aaa012163da6c024e7 16598938 
openjdk-7-jdk_7u17-2.3.8-1_amd64.deb
 1e3fe3803bb85fe7b0c671fa60b7f5fd599d11aef4f6d3d0645e5b638ed1a96f 35451456 
openjdk-7-jre-headless_7u17-2.3.8-1_amd64.deb
 0d5c55bee49eb46cee7c249c8dc506ee8f53c01d06e298eddbc724d557f22e08 229816 
openjdk-7-jre_7u17-2.3.8-1_amd64.deb
 80cc12306196812ecd7475fc96c68652ee0d82bc4330f79aeaf2a27b8925188c 2472536 
openjdk-7-demo_7u17-2.3.8-1_amd64.deb
 15ec10c85a8bf2b71ff3fb5c5148e364d31e370ece4c59a3bed602d03b77d57f 152120912 
openjdk-7-dbg_7u17-2.3.8-1_amd64.deb
 a8a7785506dcc73212ba77dd3f6f8f7c7b852ae7f2cfe40ffc0e3d9cf343e55b 628500 
icedtea-7-jre-jamvm_7u17-2.3.8-1_amd64.deb
 515f3a75460ff6d68a7656f1e41493f22ad7b20c7d043a9a8d0ebfe914750d16 2388212 
openjdk-7-jre-zero_7u17-2.3.8-1_amd64.deb
 2528cb35bb681357275a8e09c121126e960c43b3fd5bdec5997d1498a5b9 5543014 
openjdk-7-jre-lib_7u17-2.3.8-1_all.deb
 315e78a36948c9fe52057e025f97fb18df446f275686f0f26501611d44902943 41385142 
openjdk-7-source_7u17-2.3.8-1_all.deb
 52917d62a2e9ea076c5db049ba431840616397496aac275fd92d5d16fe2895f8 22082894 
openjdk-7-doc_7u17-2.3.8-1_all.deb
Files: 
 98b1d1fb5b39348afc54987cff5417cb 3091 java optional openjdk-7_7u17-2.3.8-1.dsc
 56b794cc8ea04306359d1d58b22683d5 73419409 java optional 
openjdk-7_7u17-2.3.8.orig.tar.gz
 b1a7d5f4a839ed9d638af70ab56a55b3 194953 java optional 
openjdk-7_7u17-2.3.8-1.diff.gz
 e3cc9df47703e834162511dae21dffe4 16598938 java optional 
openjdk-7-jdk_7u17-2.3.8-1_amd64.deb
 7ec9736f4623e0d937d4cd2ff8f65c9d 35451456 java 

Accepted rcs 5.8.1-3 (amd64 source)

2013-03-31 Thread Romain Francoise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Mar 2013 19:55:16 +0200
Source: rcs
Binary: rcs
Architecture: amd64 source
Version: 5.8.1-3
Distribution: unstable
Urgency: low
Maintainer: Romain Francoise rfranco...@debian.org
Changed-By: Romain Francoise rfranco...@debian.org
Description: 
 rcs- The GNU Revision Control System
Changes: 
 rcs (5.8.1-3) unstable; urgency=low
 .
   * Use dh-autoreconf to update upstream's old config.{guess,sub} scripts.
   * Bump Standards-Version to 3.9.4.
Checksums-Sha1: 
 37a3a59f00b843d2fcedea53538abddf561cd9fe 1843 rcs_5.8.1-3.dsc
 6af3cd894219d95cc2ffbec025e773e05ba72da3 5971 rcs_5.8.1-3.debian.tar.gz
 79ef0434f031b8275419e69bb2c643b7f1e63b7a 617936 rcs_5.8.1-3_amd64.deb
Checksums-Sha256: 
 a391e2e22e343b65d9a49de950d3bde5c208c1a48be64ecd1e9c888df191500f 1843 
rcs_5.8.1-3.dsc
 0d9d635372c1fe822131a424159e999cf25b34873931f5c17cc72f1e073325fd 5971 
rcs_5.8.1-3.debian.tar.gz
 2486462d44ee08d4310686dc8c52ad001a6d84c70edd190f2ce2bdcd5ebb16a8 617936 
rcs_5.8.1-3_amd64.deb
Files: 
 28fd0f621db769e16c120d37db1d608d 1843 vcs optional rcs_5.8.1-3.dsc
 0e346f9bda9dca3b2d785bb1d69e8fbf 5971 vcs optional rcs_5.8.1-3.debian.tar.gz
 dabc916f94d0b77e743400213b04cafe 617936 vcs optional rcs_5.8.1-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRWHovAAoJEK0V9DXwX5YtkzoP/1Elxrz32g+wELWW/M50upaE
EezOffgtgDviiPO/IPa4+ZYnLMtFfUwOdkhK0d5XIPJG35vG0vmGj0j0lxYnEe2N
qjSm/YWouyl5DsiEvl9bgfjCEh9unzfVInBGFgvq0+0d5v7gAYFu77BRw7/sr/uP
yz7PBsf+35SOjP48PSfvcq/UO75aCIKGBErQAF0zBKFKCuDjbMFC+AuW2xSqP27z
HsOvXZv/1y5R97pJRkVqP8IKWdCKAdfpDu7ZFDog8mXCPZ4xFP81EPY5a7Nz8btZ
/gQ8wtbYUGGjOE6JFvti0U/ZDUG/NJtQp3P2mSxAsGcN0wD17Q5XmV5xsRK6QbwS
UnnHMJm+Vbgu4mnP9BS+I8JihumlPMCog/eRxhEfHDzwodLtvjX2WoPo/bwPhQ1j
GFDA3Hz/s7TN7WGQaKoAH4Va8u74Aq7gd+JLEnUTx7xEjB6hT9kqzS+ERXwQjE+3
3TMfiuteoK/CrSqF9TEtW7QnBKL9OttrJPxjE97yUxYkIcZV57wOza9MYukl4S12
LYlE7UDTKSYymWotgjGb7lrdYj2F7NkAHOrxyXLgFhj1O/oukU8y+xUEUm4O30fB
MOVQA7d1c0RfcjVXTeszmejOCsg91pdBK4CUr7Y0sOQLOrToGJWVf9JuU7uXe3EU
RMDqFY4XRN+HRZKwXbfi
=lUBk
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ummq8-0005fc...@franck.debian.org



Accepted vcsh 1.1-1 (source all)

2013-03-31 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 31 Mar 2013 20:46:10 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.1-1
Distribution: experimental
Urgency: low
Maintainer: Richard Hartmann richih.mailingl...@gmail.com
Changed-By: Richard Hartmann richih.mailingl...@gmail.com
Description: 
 vcsh   - manage config files in $HOME via fake bare git repositories
Closes: 699093
Changes: 
 vcsh (1.1-1) experimental; urgency=low
 .
   * New upstream release
 + Documentation fixes
 + Use rm -f when removing a git repo
 + Fix quoting bug Closes: #699093
Checksums-Sha1: 
 18b474048cc8db95438942c7b66fa552f1371104 1796 vcsh_1.1-1.dsc
 03fb302a1ff75ca6b13fbda0513cc0ffc3825fb6 19884 vcsh_1.1.orig.tar.gz
 086e17b40f9e7758bc7f640e28eb8e761aa7e3ef 2171 vcsh_1.1-1.debian.tar.gz
 23dbd7e2b40b9a99bd509ba41c313ee7efb6e095 16292 vcsh_1.1-1_all.deb
Checksums-Sha256: 
 4ff05eba7dfc6478e6d101f84a7afd5cb0f022306daacec37a244a9d30450764 1796 
vcsh_1.1-1.dsc
 56d387142a265387209d7b0abad26bad4abf8712f468c931bea39c577d8303f7 19884 
vcsh_1.1.orig.tar.gz
 e434bc56f9805f5ea3dc8e2d12c2d8dcd2a21769559534d879d00a6155abb063 2171 
vcsh_1.1-1.debian.tar.gz
 7baad10c5f4165beb5d48a9165d3e67df8397a3cdd540fcaa1d025d5daae016a 16292 
vcsh_1.1-1_all.deb
Files: 
 0faf8ae30265ffc78312c20ff67f30a4 1796 misc optional vcsh_1.1-1.dsc
 7cafad4d0c4ebe4ea0f490d9614ba0c0 19884 misc optional vcsh_1.1.orig.tar.gz
 89d80d15ad874004145a22704ca5dc51 2171 misc optional vcsh_1.1-1.debian.tar.gz
 7da9d28cb7457d4e966ac126901795cd 16292 misc optional vcsh_1.1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJRWIV+AAoJEGkGSwGVIG3THU8QAMUtGm6AD6fOdn+wWH3H/5Dw
XOAjc65fOm91k5u/LMEr8AfQV33lX6nJr5FAIpP7vKbLFTErvQSe7pumTgRdC93l
xUABHGZa63dEoP76UPbt/QWGQeOodVKoGMBnjM0cM8KgtGvZ3KHaJR/ICMKj/TRr
xQI4OiL4nOVHdpicdSymyEefY4aRPGZl+qpCXzlPbp6XMQibWFZOlq+K4xUzwuvp
9LPKchgl/xJ9LnYMH7zxIX8emwshnZtMAxaSRXccaG8c/PYjL6jz+Kzh+JCGT+QH
qnihR4Xhy+MYNAXjpwrF57qshUjjY/G+/DDbfsZV3rPftnryjc3+eNigxkqUBFZx
p8E0kBtbZZrT9cKgsWKRxzan76hPMifY5O3tpClJkkrlxalcrYg5rwHaUQ9CZ0Xt
wVn+0zexbegYFlqWtRYVKKcPFNdKCyvKfQ+iMKuHky0Sb/KrZfrKF7D2bhcouGAs
2kSRK1T4ooRB8lPWZEzpVFckbuh/ADYezrQ0P2cRfkhVx7h1XflV5wE645e7yPHC
5Ng7112RNYcwq9r49nnZO4HO7FYw0Fx6Watc6Fs8ElCmCduztM86d8gnmbrww6N7
XS5Wv0e5hWaRbALt571YLwCoj0qsZgCwPAHzW0E5DjUjNNh2rQvIZ204vQ/UigQE
xZaNZGluY1ntDVur9/1G
=u5D9
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umnwp-gm...@franck.debian.org



Accepted open-vm-tools 2:9.2.2-893683-7 (source i386 all)

2013-03-31 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 20:57:51 +0200
Source: open-vm-tools
Binary: open-vm-tools open-vm-toolbox open-vm-tools-dev open-vm-tools-dbg 
open-vm-dkms
Architecture: source i386 all
Version: 2:9.2.2-893683-7
Distribution: experimental
Urgency: low
Maintainer: Daniel Baumann m...@daniel-baumann.ch
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 open-vm-dkms - Source for VMware guest systems driver (DKMS)
 open-vm-toolbox - tools and components for VMware guest systems (GUI tools)
 open-vm-tools - tools and components for VMware guest systems (CLI tools)
 open-vm-tools-dbg - tools and components for VMware guest systems (debug)
 open-vm-tools-dev - tools and components for VMware guest systems (development)
Closes: 686200
Changes: 
 open-vm-tools (2:9.2.2-893683-7) experimental; urgency=low
 .
   * Removing purely cosmetical 'sleep 1' leftover in initscript (Closes:
 #686200).
Checksums-Sha1: 
 99bf2951a7745eb8411c58b2a7e96a06ddfc3834 1633 open-vm-tools_9.2.2-893683-7.dsc
 f1e33e4f9cd129f2cc1eeccd5e1374fd7c671704 17500 
open-vm-tools_9.2.2-893683-7.debian.tar.xz
 394688be5bd80cc1ef83ee1d5c264da260d30d8d 524220 
open-vm-tools_9.2.2-893683-7_i386.deb
 fa4bf481893a35ff4e06193e5c18d39d3b0f4e53 164714 
open-vm-toolbox_9.2.2-893683-7_i386.deb
 bdfbd7299eaa89d7d933d0eff4a04e6d13aca3e0 128010 
open-vm-tools-dev_9.2.2-893683-7_all.deb
 04427b697d2f005afbd97dac6fac79611a51844b 2267254 
open-vm-tools-dbg_9.2.2-893683-7_i386.deb
 9421fffa0f648c51d949c0decf4c96c84ff7ad3d 417514 
open-vm-dkms_9.2.2-893683-7_all.deb
Checksums-Sha256: 
 9cc7c6f508a482a4d6180dc92b12c5a20679d716730d39f86bc6480818d32a4c 1633 
open-vm-tools_9.2.2-893683-7.dsc
 f64289d9da284c75a0c13be11c916e34c8711cfecc38a079dd0e692b976b7dd1 17500 
open-vm-tools_9.2.2-893683-7.debian.tar.xz
 ebace725b27734d5c6a2eaad43fac54144f389d9da8dd90d36d49f3eb33de581 524220 
open-vm-tools_9.2.2-893683-7_i386.deb
 d6f29ee08b76163fe18e96b110101d6a8b79d677055d846e7c69ef638fe4c28a 164714 
open-vm-toolbox_9.2.2-893683-7_i386.deb
 979dfbc654e9fb9f27e089a3853a41072bd6a388effc99528702ba043bbf5fed 128010 
open-vm-tools-dev_9.2.2-893683-7_all.deb
 8c1c66682c466346cb8cf37957861993b8308ad927858fce3866ad076a2c4e0f 2267254 
open-vm-tools-dbg_9.2.2-893683-7_i386.deb
 b20dc48582e38cd27e286f32d3d327296a6aef8d422b96f63f287471a2917f5d 417514 
open-vm-dkms_9.2.2-893683-7_all.deb
Files: 
 32b347716bfbfbc0400dd2646d72cf5a 1633 admin extra 
open-vm-tools_9.2.2-893683-7.dsc
 1b2693956af10efec087ddd2dc250753 17500 admin extra 
open-vm-tools_9.2.2-893683-7.debian.tar.xz
 3cdf0135c2393528c660b0ac98c66f9a 524220 admin extra 
open-vm-tools_9.2.2-893683-7_i386.deb
 27eb11b6ffc99978388a0d20826f7f07 164714 admin extra 
open-vm-toolbox_9.2.2-893683-7_i386.deb
 4d1bae21b1ad86cd636895ba343165b5 128010 devel extra 
open-vm-tools-dev_9.2.2-893683-7_all.deb
 e8944543e7eb75c38d6b5056a8005f35 2267254 debug extra 
open-vm-tools-dbg_9.2.2-893683-7_i386.deb
 79207af22f8b792f699a5a241728ebf7 417514 admin extra 
open-vm-dkms_9.2.2-893683-7_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlFYiUEACgkQ+C5cwEsrK56VrwCg1dRCbvOOh9145VnN2SicSz1X
OQAAn3VkD9vV2FP5cGOW6M5MnchNMVg2
=e1c0
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umnlc-000467...@franck.debian.org



Accepted virtualbox-guest-additions-iso 4.2.10-1 (source all)

2013-03-31 Thread Felix Geyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Mar 2013 20:54:36 +0200
Source: virtualbox-guest-additions-iso
Binary: virtualbox-guest-additions-iso
Architecture: source all
Version: 4.2.10-1
Distribution: experimental
Urgency: low
Maintainer: Debian Virtualbox Team 
pkg-virtualbox-de...@lists.alioth.debian.org
Changed-By: Felix Geyer fge...@debian.org
Description: 
 virtualbox-guest-additions-iso - guest additions iso image for VirtualBox
Changes: 
 virtualbox-guest-additions-iso (4.2.10-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 8fa37d74841acecfc33b9b437ca65e95d2c2d653 2202 
virtualbox-guest-additions-iso_4.2.10-1.dsc
 ba345d8662224f7e2accb8d30db9919f0624fa10 45093838 
virtualbox-guest-additions-iso_4.2.10.orig.tar.gz
 fb1c942fd4bb257350692978a5f43886f4a49d44 7359 
virtualbox-guest-additions-iso_4.2.10-1.debian.tar.gz
 e8efdb2a3a855616d2e2d783a87caa5b0b72767a 45006670 
virtualbox-guest-additions-iso_4.2.10-1_all.deb
Checksums-Sha256: 
 54448abe8fac89663d9930b2934c8624847ce2851e646c89dccb8bc532c5d7d3 2202 
virtualbox-guest-additions-iso_4.2.10-1.dsc
 0a9d2f95a1e73410d9d8dcd571cddbc85ddf3b0cd0dcd912b54d7a6e55270a6e 45093838 
virtualbox-guest-additions-iso_4.2.10.orig.tar.gz
 02d412020ab962404624313cad092cbb49c71b923a0644de0a51c73bf1f8ff82 7359 
virtualbox-guest-additions-iso_4.2.10-1.debian.tar.gz
 977e129d241fb26f6bca7c4302a68c088e0603d944ef123e3642029b5d3c205c 45006670 
virtualbox-guest-additions-iso_4.2.10-1_all.deb
Files: 
 b1dda801024eed08f8eaebbf055a42e5 2202 non-free/misc extra 
virtualbox-guest-additions-iso_4.2.10-1.dsc
 fd76b53a8aa53cdec26b4342a8173231 45093838 non-free/misc extra 
virtualbox-guest-additions-iso_4.2.10.orig.tar.gz
 2fe295a8bcd6a7c780ed2701f53fb346 7359 non-free/misc extra 
virtualbox-guest-additions-iso_4.2.10-1.debian.tar.gz
 acf2da2e17742709e93cc585d6b885cf 45006670 non-free/misc extra 
virtualbox-guest-additions-iso_4.2.10-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJRWIcKAAoJEP4ixv2DE11Fq8EP/2xaxE2GDzar/dT1KegkaI6R
YDLJWehrfe3RKKTXWBZ1dcN2WxBk3qR2/ylm4pKxS+ii5fgdaBKPib924tgkuODQ
5luHeN9GXB7zkID0NwA+AOEXQa4qrbJsY5u8wEoKZkMmVsenKXJUFC7BK8IgipuM
w0lbWepeJpbtoitPt5y9N43X0v+fb7K//VEa57THS7fIUVXZ/F3WuJ4JgLaOxMyY
+uG9GS6qxiCqSPjSpaajbjHnjmHVqJ/6cxEZ/Rb4tz+q6l/ndpfSvRUznFJ0yDjW
owT0FWAptOPuQKI81K4r5VLTp1nqIilsZdwItOL26exQGRfUAYGRJLQJF1s7Jczi
xvBt6wJtYJ9kiJFNWHer1Zn3fA5OTM5iAP17Fjsib6gWBuo1UrAnQM3raT0EyCg+
vZADESZv2136C7byVnPsC+SMqwG3ylbJokYPOGds1IXUZeQxrLxnEGcfTkn3WRCi
9Pp3qJtGnEyYNOyIxyGq6UyI7G48L/bEzOKmYxrT32Qk+r09ANnJ40gSHniOzuxW
kramCQX+W11hUyWa0+jKfX+4FGiOmw2JhGsWKBFquLjzn6oU/sWpgem3J7bJvNR7
RW9Bs4Za5GKKJy8iz24gIBm4nzH4sdnS/xEOSrZ54vS6ByQ5QoiJYsK2T/K75vLd
uzZ9CC5obBZJmJ1iMlnB
=oRoa
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umnlp-0004ap...@franck.debian.org



Accepted python-apsw 3.7.16.1-r1-1 (source all amd64)

2013-03-31 Thread Joel Rosdahl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 20:41:13 +0200
Source: python-apsw
Binary: python-apsw python-apsw-dbg python-apsw-doc
Architecture: source all amd64
Version: 3.7.16.1-r1-1
Distribution: unstable
Urgency: low
Maintainer: Joel Rosdahl j...@debian.org
Changed-By: Joel Rosdahl j...@debian.org
Description: 
 python-apsw - another Python SQLite 3 wrapper
 python-apsw-dbg - another Python SQLite 3 wrapper (debug extension)
 python-apsw-doc - documentation for python-apsw
Changes: 
 python-apsw (3.7.16.1-r1-1) unstable; urgency=low
 .
   * New upstream release 3.7.16.1-r1
Checksums-Sha1: 
 7570c55ab1d556ae1477e07790e8bfbf8f50a317 1291 python-apsw_3.7.16.1-r1-1.dsc
 ea7b2df358c336f46b954f1c19edb5dbd5a8f46d 438953 
python-apsw_3.7.16.1-r1.orig.tar.bz2
 9cf4ea9f0b02b3328dbcadbc685bdbe7bdfd855d 4484 
python-apsw_3.7.16.1-r1-1.debian.tar.gz
 094f43d0be69a7753910b1fdba0bde0aff81a913 287200 
python-apsw-doc_3.7.16.1-r1-1_all.deb
 b084dcdcb67b87fb7abd929f143f83f844acc8c1 207294 
python-apsw_3.7.16.1-r1-1_amd64.deb
 04a1621dbb183d838faf62e757e07d62ea7e2c24 822828 
python-apsw-dbg_3.7.16.1-r1-1_amd64.deb
Checksums-Sha256: 
 73cc850c6fd1aef44fdf9d841e498b9079749686982771297a537878e9736967 1291 
python-apsw_3.7.16.1-r1-1.dsc
 5d00d3f9d3feba27afe66f581e1971214d06d0745c750c529b539f12c95bae20 438953 
python-apsw_3.7.16.1-r1.orig.tar.bz2
 ed38e0c192d4125b612668174b3e109d3e86f441362666d387616b5ac24aef28 4484 
python-apsw_3.7.16.1-r1-1.debian.tar.gz
 0f283ee05ae999580f47a2df36d68b755b2f87d974358b0aff9e80a6adaa2f66 287200 
python-apsw-doc_3.7.16.1-r1-1_all.deb
 5fbbda35ef7cd9f0e2f0daecbc28052dd98976d463e348ee5f9758166c064292 207294 
python-apsw_3.7.16.1-r1-1_amd64.deb
 3deee859a5dd34616c95b6728a5840217c3a3cada8beb8e3c54016a37fbf9be2 822828 
python-apsw-dbg_3.7.16.1-r1-1_amd64.deb
Files: 
 eb0ce2b5dc9903a3b5c05db93df32480 1291 python optional 
python-apsw_3.7.16.1-r1-1.dsc
 42a8b0418427cbab5fc1a78cb56acbff 438953 python optional 
python-apsw_3.7.16.1-r1.orig.tar.bz2
 e95ee06dbd43af76be4b0ca04a45a8a3 4484 python optional 
python-apsw_3.7.16.1-r1-1.debian.tar.gz
 a2106f2a323c852f7a1aa7c3eb097c4e 287200 doc optional 
python-apsw-doc_3.7.16.1-r1-1_all.deb
 d6e643aa94fd18d00b61643499a83f2d 207294 python optional 
python-apsw_3.7.16.1-r1-1_amd64.deb
 eb2c56e60450b6373f35c1ec691d47ff 822828 debug extra 
python-apsw-dbg_3.7.16.1-r1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlFYkZIACgkQAGT5/7uEXpf5jQCfZuFsAI9X2y3foDdJAy4DfoF9
w4IAoIU0CtSA4VwLC1gpSC9f6ChMqnRe
=OhIk
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umoek-0002po...@franck.debian.org



Accepted gcr 3.8.0-1 (source all amd64)

2013-03-31 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 22:22:37 +0200
Source: gcr
Binary: gcr libgck-1-dev libgck-1-doc libgck-1-0 gir1.2-gck-1 libgcr-3-dev 
libgcr-3-doc libgcr-3-1 libgcr-3-common gir1.2-gcr-3
Architecture: source all amd64
Version: 3.8.0-1
Distribution: experimental
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 gcr- GNOME crypto services (daemon and tools)
 gir1.2-gck-1 - GObject introspection data for the GCK library
 gir1.2-gcr-3 - GObject introspection data for the GCR library
 libgck-1-0 - Glib wrapper library for PKCS#11 - runtime
 libgck-1-dev - GLib wrapper library for PKCS#11 - development
 libgck-1-doc - GLib wrapper library for PKCS#11 - documentation
 libgcr-3-1 - Library for Crypto UI related task - runtime
 libgcr-3-common - Library for Crypto UI related task - common files
 libgcr-3-dev - Library for Crypto UI related task - development
 libgcr-3-doc - Library for Crypto UI related task - documentation
Changes: 
 gcr (3.8.0-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 bfaa1f53e6ae4f6578da67f443a8b1908b08a3f2 2220 gcr_3.8.0-1.dsc
 32b9294f98cb51d2f5aece912117e580eee0c587 1388560 gcr_3.8.0.orig.tar.xz
 08261eeea284736c65308002ba5f6e3fbad8060a 20310 gcr_3.8.0-1.debian.tar.gz
 17e5d3ea4b096973daad3e17c327c05f12a704f5 187072 libgck-1-doc_3.8.0-1_all.deb
 0d1dcba0d14b6d596171820e74b4ddfadfa56ce0 264938 libgcr-3-doc_3.8.0-1_all.deb
 2cde770257b712904c8064100ad6fe8e869a421d 138032 libgcr-3-common_3.8.0-1_all.deb
 d3e83b10835f7521a80cc26c5ae0546cdd4923e0 331220 gcr_3.8.0-1_amd64.deb
 8146b5a677cc735593e4fa85253268d25c5875b8 168560 libgck-1-dev_3.8.0-1_amd64.deb
 0c0875ee92e39b3a3e27df1eef0a3a03ddf3a119 211380 libgck-1-0_3.8.0-1_amd64.deb
 b7c6ffabd0cf3a6139922e685667062034da3540 143796 gir1.2-gck-1_3.8.0-1_amd64.deb
 e4e29df275739f335095ae228c7ffb8154eb6aca 181014 libgcr-3-dev_3.8.0-1_amd64.deb
 265d488953a327b63bceb08cf33b1c86ea695e3b 414120 libgcr-3-1_3.8.0-1_amd64.deb
 84e2af4f385d9afea33b8c63b11529fe78fa952e 148246 gir1.2-gcr-3_3.8.0-1_amd64.deb
Checksums-Sha256: 
 84f960996058226515359eed545dd0f905e186cd9b8c84ed9fb8fa33df57f405 2220 
gcr_3.8.0-1.dsc
 3d9ff72a7d5f0c26e42f7f4195fa6f82d384e255a07cfcf00f898b18334b8650 1388560 
gcr_3.8.0.orig.tar.xz
 2f4a5d822cf8a392b50f0ef9dd3fbc8a2c685ba712bee9efc61034f701ce81d3 20310 
gcr_3.8.0-1.debian.tar.gz
 7a5fd13c69b3e160492d517c9660894328857b06a258f13f076824218cf5d7fa 187072 
libgck-1-doc_3.8.0-1_all.deb
 67379c7b337603323fe5e0b092b826a514ea19d1d5d9880a10f97fbbdabd28c2 264938 
libgcr-3-doc_3.8.0-1_all.deb
 d1d983b3565c0e47241fef0359b0ddcb0c9838f9a1d1533b6a0ee01a1fdb7b31 138032 
libgcr-3-common_3.8.0-1_all.deb
 963ba56800ba4c97ce52a5494d2458b87a4c0b707ebbcd51e9a9f404afdd0cfd 331220 
gcr_3.8.0-1_amd64.deb
 8a39ac97694ab0bec37ab1846e9b0584771a14350b2becb33f67f0e235cddd7d 168560 
libgck-1-dev_3.8.0-1_amd64.deb
 2f631be40f9466c79912b70a7e25b466aebb22db16376bab83b94d2033c5126c 211380 
libgck-1-0_3.8.0-1_amd64.deb
 64301af4655f80534a39c7910ca1a68be552b323be0bbf65fe0d8ff9bcb2fc40 143796 
gir1.2-gck-1_3.8.0-1_amd64.deb
 c5702a9ed9033d496087f2654d81e38421bef77e47594820cc5466d1037883d3 181014 
libgcr-3-dev_3.8.0-1_amd64.deb
 f9c6dcb80e48ba253c5ffe711365bf06063c8a16550f329a415ba8066a24dc07 414120 
libgcr-3-1_3.8.0-1_amd64.deb
 d002ba6d3bd04c2fb01615c2a8a684318f49705d5f074bee3b1e0b142f93a92e 148246 
gir1.2-gcr-3_3.8.0-1_amd64.deb
Files: 
 01e575bfbee1cbc712aa49f39aa04321 2220 gnome optional gcr_3.8.0-1.dsc
 20718f7ec668aeddd89707c1e7e65432 1388560 gnome optional gcr_3.8.0.orig.tar.xz
 f2ab3c52ffddb953f91365ae28e960b4 20310 gnome optional gcr_3.8.0-1.debian.tar.gz
 defa89cf5f097a6773b2c18fa368d594 187072 doc optional 
libgck-1-doc_3.8.0-1_all.deb
 d6ef308bc11056fc37ec5f67dad49e22 264938 doc optional 
libgcr-3-doc_3.8.0-1_all.deb
 c7d0363a65579dc80d87eadaf8ad1f2b 138032 libs optional 
libgcr-3-common_3.8.0-1_all.deb
 32e996d7e82ff20931ffea06afb6142a 331220 gnome optional gcr_3.8.0-1_amd64.deb
 28ca44f22b5976d25e12065235f92437 168560 libdevel optional 
libgck-1-dev_3.8.0-1_amd64.deb
 1f040fcf565aead597e2f5c909234917 211380 libs optional 
libgck-1-0_3.8.0-1_amd64.deb
 e14e72262d82ce223689cfd69185a4a1 143796 introspection optional 
gir1.2-gck-1_3.8.0-1_amd64.deb
 ff442a4119a748eb13fd11d04ae4c157 181014 libdevel optional 
libgcr-3-dev_3.8.0-1_amd64.deb
 d1706520bf5ba6cb0d3c239e7b1f1134 414120 libs optional 
libgcr-3-1_3.8.0-1_amd64.deb
 d7f0c97382616c5134d34530dc34f944 148246 introspection optional 
gir1.2-gcr-3_3.8.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlFYnqgACgkQgTd+SodosdLfhwCeLzBITzhW15NvD6sShPLgR0s8
EMIAn0ecltZNJbu++73TUq2Pg4QLptTZ
=4cYT
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 

Accepted gnome-keyring 3.8.0-1 (source amd64)

2013-03-31 Thread Thomas Bechtold
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 25 Mar 2013 23:11:12 +0100
Source: gnome-keyring
Binary: gnome-keyring libpam-gnome-keyring
Architecture: source amd64
Version: 3.8.0-1
Distribution: experimental
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Thomas Bechtold thomasbecht...@jpberlin.de
Description: 
 gnome-keyring - GNOME keyring services (daemon and tools)
 libpam-gnome-keyring - PAM module to unlock the GNOME keyring upon login
Changes: 
 gnome-keyring (3.8.0-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 19d2c1bc8fde272a4877ffb7b28aa3d064e41c53 2008 gnome-keyring_3.8.0-1.dsc
 25b7a606ae9faa05cf78410e751d3e7c4470d3d8 1137888 
gnome-keyring_3.8.0.orig.tar.xz
 02a365d3e55710abcb73967c97dd3bbe0743ba5e 16327 
gnome-keyring_3.8.0-1.debian.tar.gz
 a7a39aa829ec01303ea70df6ce7f699e2dc5119e 938188 gnome-keyring_3.8.0-1_amd64.deb
 09b5de205f2bc0657576baca1d8220643ddacad8 270732 
libpam-gnome-keyring_3.8.0-1_amd64.deb
Checksums-Sha256: 
 0b952e929682b4cfaafed7a20653038f5dddc93a3ee2a8f3ecda02a3d9476f03 2008 
gnome-keyring_3.8.0-1.dsc
 5ef9f4b7ff983a4fbc3d049aafee0fd3ecaf4d5cc7573517ac17c1b1a56bca6c 1137888 
gnome-keyring_3.8.0.orig.tar.xz
 4d43a467158eb213c9a67898dc0e4aa51405b7a9da2eac70be6988e514c9e303 16327 
gnome-keyring_3.8.0-1.debian.tar.gz
 c34968a041ee378a6778caefb901d9e0ba0430579564ae85f9e289560e075981 938188 
gnome-keyring_3.8.0-1_amd64.deb
 6a024eeb89a1c751301e9f89a191abdc14f646a3b5dc8c2f265f9002b6ea8ee5 270732 
libpam-gnome-keyring_3.8.0-1_amd64.deb
Files: 
 49cfe9f4bbca3a9a48e023497c079e07 2008 gnome optional gnome-keyring_3.8.0-1.dsc
 59758cf9983229b07ffa17da1214d281 1137888 gnome optional 
gnome-keyring_3.8.0.orig.tar.xz
 3104ea970216916c946667e8367c4096 16327 gnome optional 
gnome-keyring_3.8.0-1.debian.tar.gz
 329983303edc0b43fdb8ac88345e8d40 938188 gnome optional 
gnome-keyring_3.8.0-1_amd64.deb
 79fe9daa91bc39d363f0fb75084526aa 270732 admin optional 
libpam-gnome-keyring_3.8.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlFYmYYACgkQgTd+SodosdIzmACgsKByjXw6AQzbx/w3F4dune/6
m+kAoJjCHpqYsyJNCaCNVcatWBNg8R/P
=oP1S
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umpas-0001qf...@franck.debian.org



Accepted gnome-shell 3.8.0.1-2 (source all amd64)

2013-03-31 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 22:36:06 +0200
Source: gnome-shell
Binary: gnome-shell gnome-shell-common gnome-shell-dbg
Architecture: source all amd64
Version: 3.8.0.1-2
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 gnome-shell - graphical shell for the GNOME desktop
 gnome-shell-common - common files for the GNOME graphical shell
 gnome-shell-dbg - Debugging symbols for GNOME Shell
Changes: 
 gnome-shell (3.8.0.1-2) experimental; urgency=low
 .
   * debian/control.in: Add gir1.2-telepathylogger-0.2 runtime depend
Checksums-Sha1: 
 3070c48bdababe01d8879ac877eeead447f9c1e5 2728 gnome-shell_3.8.0.1-2.dsc
 d50f0e56e4d59c9b6067a860dd23a9ab3dec61a2 22185 
gnome-shell_3.8.0.1-2.debian.tar.gz
 9f860518b8ca80323cd2dd22981b20c7abee4c2e 898242 
gnome-shell-common_3.8.0.1-2_all.deb
 906a614619ce0b7908925bdb434cda7396ddf706 310640 gnome-shell_3.8.0.1-2_amd64.deb
 e9e363b56e771c2a4d79a399b591fcbb693b176a 773116 
gnome-shell-dbg_3.8.0.1-2_amd64.deb
Checksums-Sha256: 
 919233f7ed567c87e1225a4f3a980493f80b04793cc12b1c80a65c03ef1b2b90 2728 
gnome-shell_3.8.0.1-2.dsc
 6b4ce369375e2b76ab94ef394889331c89228eeb7ad7a05e487624a3ce3fbfdd 22185 
gnome-shell_3.8.0.1-2.debian.tar.gz
 5de7e320f4fc46fd8437d3802533638f4b98d583e907086322809cff8f8f3f69 898242 
gnome-shell-common_3.8.0.1-2_all.deb
 448ddd683714229e233daf1f7a636fecf2bc30ec630a7e97a3c669b714653b39 310640 
gnome-shell_3.8.0.1-2_amd64.deb
 77ba4c6f427d32101cc557053fa9e8d0c068bfb8b24653048c90032285df596e 773116 
gnome-shell-dbg_3.8.0.1-2_amd64.deb
Files: 
 96eaf91a2180ee5025d24005a03cf16d 2728 gnome optional gnome-shell_3.8.0.1-2.dsc
 6b5f3ff49b4131ac0961b3c913e4fd48 22185 gnome optional 
gnome-shell_3.8.0.1-2.debian.tar.gz
 be480a2b9ff8d6d78eba04a0a8b30e9e 898242 gnome optional 
gnome-shell-common_3.8.0.1-2_all.deb
 1baacff133fe533953581f27b966cc0c 310640 gnome optional 
gnome-shell_3.8.0.1-2_amd64.deb
 4d56a0cd0b2951b6af708f73e236c419 773116 debug extra 
gnome-shell-dbg_3.8.0.1-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlFYn4IACgkQgTd+SodosdKlJACdEjOwne3nCfKbVBZfdfLinTlF
fSsAoLfdLgZ9IzXZ1Q2NC3/sKpKoa2ju
=UqcF
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umpac-0001yl...@franck.debian.org



Accepted gnome-sushi 3.8.0-1 (source amd64)

2013-03-31 Thread Jean Schurger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 27 Mar 2013 13:14:45 -0400
Source: gnome-sushi
Binary: gnome-sushi
Architecture: source amd64
Version: 3.8.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Jean Schurger jean...@schurger.org
Description: 
 gnome-sushi - sushi is a quick previewer for nautilus
Changes: 
 gnome-sushi (3.8.0-1) experimental; urgency=low
 .
   [ Sjoerd Simons ]
   * New upstream release (v3.7.5)
 .
   [ Jean Schurger ]
   * New upstream release (v3.7.91)
   * Bumped Standards-Version to 3.9.4.
   * Updated Vcs-Svn.
   * New upstream release (v3.8.0)
Checksums-Sha1: 
 d365a15cb504b5ae367e5c06638105ed904ffdc4 1862 gnome-sushi_3.8.0-1.dsc
 d12970e541de82e0237d210889831e8c646ffe7b 308208 gnome-sushi_3.8.0.orig.tar.xz
 b609d68c42257cf0ed2507699697559702006645 3971 gnome-sushi_3.8.0-1.debian.tar.gz
 5fb054a68ae057f3d2da491170d4d981eb654c01 67700 gnome-sushi_3.8.0-1_amd64.deb
Checksums-Sha256: 
 e8f7bb1a2f24bfb377e2353ddc5a2f8936a753bc1408207c76da3c265910f205 1862 
gnome-sushi_3.8.0-1.dsc
 9e17c3601a509c428d72dee04da194555fd4f2d3d12287ef9bacf9b147bf5fae 308208 
gnome-sushi_3.8.0.orig.tar.xz
 5e0e488b3e720052f8264c544da24bced1a2b56c24b6907117c3aa0eb997fba6 3971 
gnome-sushi_3.8.0-1.debian.tar.gz
 1f8c26b8d30e24dc17323749fae43dac22c10204d29b3587c43c7984ab89f68d 67700 
gnome-sushi_3.8.0-1_amd64.deb
Files: 
 ead00595b09c5e708ff2b720ca31cc23 1862 gnome extra gnome-sushi_3.8.0-1.dsc
 8efffd6e0da104543e8b1b08bb67b73c 308208 gnome extra 
gnome-sushi_3.8.0.orig.tar.xz
 34dab35275537042d5b326f055288794 3971 gnome extra 
gnome-sushi_3.8.0-1.debian.tar.gz
 59816bdf3829a4a06932342f22d57172 67700 gnome extra 
gnome-sushi_3.8.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlFYlsIACgkQgTd+SodosdIa6QCfU9UQfGySCqzU+WmDh/t1LxBS
4JIAnjl5LSbq2guR8+qRtiDcw1iEgukA
=qVnF
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umpaj-0001c3...@franck.debian.org



Accepted lxc 0.9.0~rc1-3 (source i386)

2013-03-31 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 22:01:26 +0200
Source: lxc
Binary: lxc lxc-dbg lxc-dev
Architecture: source i386
Version: 0.9.0~rc1-3
Distribution: experimental
Urgency: low
Maintainer: Daniel Baumann m...@daniel-baumann.ch
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 lxc- Linux Containers userspace tools
 lxc-dbg- Linux Containers userspace tools (debug)
 lxc-dev- Linux Containers userspace tools (development)
Changes: 
 lxc (0.9.0~rc1-3) experimental; urgency=low
 .
   * Correcting same typo in lxc-backup, lxc-halt, and lxc-restore too.
Checksums-Sha1: 
 5623749ba5503703b2e6fd063f777f45ca7128ef 1255 lxc_0.9.0~rc1-3.dsc
 99f50cd8e4093b4db4ca6eaa59315b9f51970401 42140 lxc_0.9.0~rc1-3.debian.tar.xz
 ae6d833c626a7a7f431a7c6fac5f34bd690212de 216724 lxc_0.9.0~rc1-3_i386.deb
 788b7d6183eff369824c3ff6ffb33712248c30ce 335278 lxc-dbg_0.9.0~rc1-3_i386.deb
 73cc2aaeb9306be027f7562734d518bd410eaa51 26796 lxc-dev_0.9.0~rc1-3_i386.deb
Checksums-Sha256: 
 ecc25c8aa54daec553bce5b8a59efd957ec3c3e1a52ac39a34127350531b5fe6 1255 
lxc_0.9.0~rc1-3.dsc
 d1a690a6ae32146f9e2010a0a43f2d745890c469c6071314791935399f5cc4e4 42140 
lxc_0.9.0~rc1-3.debian.tar.xz
 35405523f405316f4a60b9e7f1db805f7678c2b77c18d5afa3980c9823d4368e 216724 
lxc_0.9.0~rc1-3_i386.deb
 4e1c98fbeae506c75687ecd210e87740541346196dcb956ad7f28a5d463b025e 335278 
lxc-dbg_0.9.0~rc1-3_i386.deb
 9c9a46c767750c3a26ac997da7067d3e94ac26bdbb514d43e7e4332a38ea2331 26796 
lxc-dev_0.9.0~rc1-3_i386.deb
Files: 
 039d433e90ea5c08b41b10823ed68ff0 1255 admin optional lxc_0.9.0~rc1-3.dsc
 e8b089057e2edd1bbab2180e8e85173e 42140 admin optional 
lxc_0.9.0~rc1-3.debian.tar.xz
 57e2ce1b8497206755e847e48015a0e3 216724 admin optional lxc_0.9.0~rc1-3_i386.deb
 bdb9173b9d9c7f23ef9dcf8b10686792 335278 debug extra 
lxc-dbg_0.9.0~rc1-3_i386.deb
 d55f4f564dc67070ff8679ee11ed7805 26796 libdevel optional 
lxc-dev_0.9.0~rc1-3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlFYlqIACgkQ+C5cwEsrK57MtwCglNoBpu3hguONfccIAmVtC3yT
PA4AniZL/eSJpgqV5qYGe2L+n2POzokW
=1Rwq
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umpdd-0002ei...@franck.debian.org



Accepted virtualbox 4.1.18-dfsg-2+deb7u1 (source amd64 all)

2013-03-31 Thread Felix Geyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Mar 2013 20:45:16 +0200
Source: virtualbox
Binary: virtualbox-qt virtualbox virtualbox-dbg virtualbox-dkms 
virtualbox-source virtualbox-guest-dkms virtualbox-guest-source 
virtualbox-guest-x11 virtualbox-guest-utils virtualbox-fuse virtualbox-ose-qt 
virtualbox-ose virtualbox-ose-dbg virtualbox-ose-dkms virtualbox-ose-source 
virtualbox-ose-guest-dkms virtualbox-ose-guest-source virtualbox-ose-guest-x11 
virtualbox-ose-guest-utils virtualbox-ose-fuse
Architecture: source amd64 all
Version: 4.1.18-dfsg-2+deb7u1
Distribution: unstable
Urgency: high
Maintainer: Debian Virtualbox Team 
pkg-virtualbox-de...@lists.alioth.debian.org
Changed-By: Felix Geyer fge...@debian.org
Description: 
 virtualbox - x86 virtualization solution - base binaries
 virtualbox-dbg - x86 virtualization solution - debugging symbols
 virtualbox-dkms - x86 virtualization solution - kernel module sources for dkms
 virtualbox-fuse - x86 virtualization solution - virtual filesystem
 virtualbox-guest-dkms - x86 virtualization solution - guest addition module 
source for dk
 virtualbox-guest-source - x86 virtualization solution - guest addition module 
source
 virtualbox-guest-utils - x86 virtualization solution - non-X11 guest utilities
 virtualbox-guest-x11 - x86 virtualization solution - X11 guest utilities
 virtualbox-ose - transitional package for virtualbox
 virtualbox-ose-dbg - transitional package for virtualbox-dbg
 virtualbox-ose-dkms - transitional package for virtualbox-dkms
 virtualbox-ose-fuse - transitional package for virtualbox-fuse
 virtualbox-ose-guest-dkms - transitional package for virtualbox-guest-dkms
 virtualbox-ose-guest-source - transitional package for virtualbox-guest-source
 virtualbox-ose-guest-utils - transitional package for virtualbox-guest-utils
 virtualbox-ose-guest-x11 - transitional package for virtualbox-guest-x11
 virtualbox-ose-qt - transitional package for virtualbox-qt
 virtualbox-ose-source - transitional package for virtualbox-source
 virtualbox-qt - x86 virtualization solution - Qt based user interface
 virtualbox-source - x86 virtualization solution - kernel module source
Closes: 703358
Changes: 
 virtualbox (4.1.18-dfsg-2+deb7u1) unstable; urgency=high
 .
   * Fix build failure with the Debian wheezy kernel which backports the drm
 subsystem from Linux 3.4. (Closes: #703358)
   * Set urgency to high as it fixes an RC bug.
Checksums-Sha1: 
 be78f7dd02018d817413b35365368056262659de 4127 
virtualbox_4.1.18-dfsg-2+deb7u1.dsc
 85ec007455cfd65d126e24383ae35f80f1318b32 97016 
virtualbox_4.1.18-dfsg-2+deb7u1.debian.tar.gz
 412e1fe258fc5eca5dcba80bb62e9cd2b036357c 4224764 
virtualbox-qt_4.1.18-dfsg-2+deb7u1_amd64.deb
 d69440f6c006fa97d3d89e2c39bc57abeaa614d8 12766778 
virtualbox_4.1.18-dfsg-2+deb7u1_amd64.deb
 33dd123a7f52ccf8310ac1c0bfe2b968d5bba78e 51680796 
virtualbox-dbg_4.1.18-dfsg-2+deb7u1_amd64.deb
 b7af8957bcbed01e0871fe9e28006dcd9b5e0227 497244 
virtualbox-dkms_4.1.18-dfsg-2+deb7u1_all.deb
 b5d4b736a1a61c159ad0287f02d102b4427de18e 597200 
virtualbox-source_4.1.18-dfsg-2+deb7u1_all.deb
 df3ff21349a65a05c15165402eac92dc1e1b637d 435334 
virtualbox-guest-dkms_4.1.18-dfsg-2+deb7u1_all.deb
 eaae7a397e24eaa3c66e4da1f39b313686fc2b51 538722 
virtualbox-guest-source_4.1.18-dfsg-2+deb7u1_all.deb
 eaf0cc29a27fa780652db11f9c4ebe3690559152 853038 
virtualbox-guest-x11_4.1.18-dfsg-2+deb7u1_amd64.deb
 aab0f1efea1308d881087876e51b913d223b93b0 307056 
virtualbox-guest-utils_4.1.18-dfsg-2+deb7u1_amd64.deb
 26b7107bb983e0af94ce615fb6bf386c5189e7e4 43640 
virtualbox-fuse_4.1.18-dfsg-2+deb7u1_amd64.deb
 f581d3d77efc4dbce3a05415c2af536141191efb 40698 
virtualbox-ose-qt_4.1.18-dfsg-2+deb7u1_all.deb
 74ba862f111e486a75acf1c5def8505ceba6ace2 40692 
virtualbox-ose_4.1.18-dfsg-2+deb7u1_all.deb
 aa1f8857812c0b3bfc3088015bbd5838ca311aa0 40694 
virtualbox-ose-dbg_4.1.18-dfsg-2+deb7u1_all.deb
 887dc0e5af49c51b1888bb2f5043fd22b55052d9 40698 
virtualbox-ose-dkms_4.1.18-dfsg-2+deb7u1_all.deb
 c0122331c989ae5d58ad9317d253ae00f4fe14ea 40704 
virtualbox-ose-source_4.1.18-dfsg-2+deb7u1_all.deb
 577ba8a41c4fdcfccd537b3a4cbf77875e8c08c7 40714 
virtualbox-ose-guest-dkms_4.1.18-dfsg-2+deb7u1_all.deb
 4371f5daee80bf16e1d783c26f954df25b3bf66d 40712 
virtualbox-ose-guest-source_4.1.18-dfsg-2+deb7u1_all.deb
 bd67e7e60d77b59c0bdb712ae97e32c12ea99488 40710 
virtualbox-ose-guest-x11_4.1.18-dfsg-2+deb7u1_all.deb
 aa058275e87e523b164e54b9d3d6c6dd3782c9b6 40712 
virtualbox-ose-guest-utils_4.1.18-dfsg-2+deb7u1_all.deb
 94f429983d7ee9f7f1d13af5e3ba2b26d752 40702 
virtualbox-ose-fuse_4.1.18-dfsg-2+deb7u1_all.deb
Checksums-Sha256: 
 99d37ccf22bb941e7d5328a6f5d09d6ec84abee5cd1751d1da196b36d63cb076 4127 
virtualbox_4.1.18-dfsg-2+deb7u1.dsc
 a04b7a3ef640ed269f0783ab327bb7ad0f0ecc06b3e296792f14f83afe0e161d 97016 
virtualbox_4.1.18-dfsg-2+deb7u1.debian.tar.gz
 068e520f522a25a0c47136d641105de203c5ef536db6a239d4aaca53e13a56f4 4224764 

Accepted whois 5.0.21 (source i386)

2013-03-31 Thread Marco d'Itri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 19:46:02 +0200
Source: whois
Binary: whois
Architecture: source i386
Version: 5.0.21
Distribution: unstable
Urgency: low
Maintainer: Marco d'Itri m...@linux.it
Changed-By: Marco d'Itri m...@linux.it
Description: 
 whois  - intelligent WHOIS client
Closes: 695442 697753 699928 704115
Changes: 
 whois (5.0.21) unstable; urgency=low
 .
   * Fixed parsing of 6to4 addresses: the last two bytes of the IPv4 address
 in 6to4 addresses were not parsed correctly since version 5.0.19.
 (Closes: #699928)
   * Added the .xn--j1amh (.укр, Ukraine) TLD server.
   * Updated the .bi, .se and .vn TLD servers. (Closes: #697753)
   * Removed whois.pandi.or.id from the list of servers which support the
 RIPE extensions, since it does not anymore and queries are broken.
 (Closes: #704115)
   * Updated some disclaimer suppression strings.
   * Respect DEB_HOST_GNU_TYPE when selecting CC for cross-compiling.
 (Closes: #695442)
Checksums-Sha1: 
 f69e125118dccfa46d59cb6476d09209470f89e6 751 whois_5.0.21.dsc
 3217a36f8d694a97c56209644bf9857840b3ac3f 70068 whois_5.0.21.tar.xz
 28f61fb1d534078ab24a4a4b22282375443129f0 53994 whois_5.0.21_i386.deb
Checksums-Sha256: 
 154cd17f65b3c1aa037309188265421e277f88392ff7159d2fbc059c895ae9de 751 
whois_5.0.21.dsc
 933e6e0ea556d9f97696ab0e2997869d00b40516a0b4f1eace678c9e81e97526 70068 
whois_5.0.21.tar.xz
 4d31d922403056ba981bdf3d42dad0cc6b4984087338127ba689e1291eef835c 53994 
whois_5.0.21_i386.deb
Files: 
 071392ddc27eb8099a427fbc8239bf58 751 net standard whois_5.0.21.dsc
 906f6bb9b28e5140253b3cb59193653f 70068 net standard whois_5.0.21.tar.xz
 e4885f7b9f528536b282bcf8303b2c0d 53994 net standard whois_5.0.21_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlFYktoACgkQFGfw2OHuP7FXlACeMZVI0UGKsuzZyKjSi2ridVEA
7cQAoJxdL/d0/j5vDOYSpyvpCTils3o+
=mi9Z
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umpey-0003qw...@franck.debian.org



Accepted libparallel-forkmanager-perl 1.02-1 (source all)

2013-03-31 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 01 Apr 2013 00:28:40 +0300
Source: libparallel-forkmanager-perl
Binary: libparallel-forkmanager-perl
Architecture: source all
Version: 1.02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 libparallel-forkmanager-perl - simple parallel processing fork manager for Perl
Closes: 610384
Changes: 
 libparallel-forkmanager-perl (1.02-1) unstable; urgency=low
 .
   [ John Lightsey ]
   [John Lightsey]
   * New upstream release (closes: #610384)
   * Update debian/rules and debian/copyright
 .
   [ Damyan Ivanov ]
   * Take over for the Debian Perl Group with maintainer's permission
 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610384#20)
   * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
 field (source stanza). Changed: Homepage field changed to
 metacpan.org URL; Maintainer set to Debian Perl Group pkg-perl-
 maintain...@lists.alioth.debian.org (was: John Lightsey
 light...@debian.org); added myself to Uploaders.
   * Add debian/watch.
   * debian/copyright: Source URL changed to metacpan.org URL.
   * control: improve description by replacing 'This module' by module name and
 removing article from short description's start
   * slight adjustment to d/copyright to bring it in line with DEP-5
   * stop shipping redundant README in the package
   * Standards-Version: 3.9.4
   * add patch fixing two errors in embedded documentation
Checksums-Sha1: 
 bb9a1f7dbc433ad40e9b31685de45b5312f1635b 2126 
libparallel-forkmanager-perl_1.02-1.dsc
 995a2e7747a73f223c5af520d4fe559dd018c668 13270 
libparallel-forkmanager-perl_1.02.orig.tar.gz
 73d4c4a8421461cf630fa60235b00b45a36eba22 2497 
libparallel-forkmanager-perl_1.02-1.debian.tar.gz
 4886cde54ea0c842282f8a385759f41de8541455 19460 
libparallel-forkmanager-perl_1.02-1_all.deb
Checksums-Sha256: 
 1f8fa300c0670225c202adc9197fdbfeed50e3f4df0f4817a5c640c41b14a9af 2126 
libparallel-forkmanager-perl_1.02-1.dsc
 fb005d9a25b9bab86244673deaeefc18e83c590dd2b9b74ef53d21134c981534 13270 
libparallel-forkmanager-perl_1.02.orig.tar.gz
 fa6fd58c04cfeadab7eb93082c96065a1ea5dc20b4dab0b8eef1835fc70a136e 2497 
libparallel-forkmanager-perl_1.02-1.debian.tar.gz
 f062dc1cf93690fb9d46701bf8ab36dd5468bef50afc52b0177788fc272ea53f 19460 
libparallel-forkmanager-perl_1.02-1_all.deb
Files: 
 fe5147a2581a034257180388c5960156 2126 perl optional 
libparallel-forkmanager-perl_1.02-1.dsc
 f92e64c9578789460d36bb7183ba08ca 13270 perl optional 
libparallel-forkmanager-perl_1.02.orig.tar.gz
 dd2a42d3764bb60f1d002bf5656e46a1 2497 perl optional 
libparallel-forkmanager-perl_1.02-1.debian.tar.gz
 6033bbf65122b26e66671d3e936eee7e 19460 perl optional 
libparallel-forkmanager-perl_1.02-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRWKrdAAoJENu+nU2Z0qAEp0kP/1RZQ52l1XfumFYATWxTLSUv
ZrP17H/iK02AJ+ffBbDzahbv/12Dqa71LNHhycnSpCc6vDp0oKFGl2Fo6RFVViAJ
kT7YfVu0kv+b3pELhLfXjLgw7T5V8E3Emi63OP6NOnlqiDDDs/3TngZBV5UdS3jU
J/d2D12Y8W32SS0SRzsxzZuzloJIoiSnfnVhP5hYO+D8TyKnvpKOBVimlEyPt++u
KH9qeYmHz+5A6BsU1GzRA5FOZnWkeElfHs25UfH9mK4MWcoLjJf0WmyB9ErvTDJ8
oj0+Ar+SC882ltVso+h9DndvSQEMWpQ575XjVzi7a0fhdXYGUQS0pXVGgBHCya6O
RgJPCxhCll2IRFO8+W3uzWqipoIFBPKZ2tca61XaRRY0d47TIt/LDxPBIQtB1V5t
u6sjqequ/BiagzjVjaQYwOiV/XHhTKKt9fs0ns6wn3CSvMGmZn6HiDzFgro9ow5g
3C7O2QrreATc+a27n1EF9CEgj0CkTAxK9v3ilaWMAO1N6nUlU0KK5R3p7sCGqYKT
4ddZ7/7MOAGb0boi5vHnQUVGkMyDEHxJpjnLHOLwMVr7RYj/FwV4+8GZEPgXOCEx
onuftuujkS4TqT3adIiX4/fPW1/dCGrrb/gQkvzBpQYAunx8z7dlVkVn6lr95Ats
RGWmnR+ZAnFyRRbyM3k0
=PpFp
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umprh-0003gb...@franck.debian.org



Accepted whois 5.0.22 (source i386)

2013-03-31 Thread Marco d'Itri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Mar 2013 22:17:29 +0200
Source: whois
Binary: whois
Architecture: source i386
Version: 5.0.22
Distribution: unstable
Urgency: low
Maintainer: Marco d'Itri m...@linux.it
Changed-By: Marco d'Itri m...@linux.it
Description: 
 whois  - intelligent WHOIS client
Changes: 
 whois (5.0.22) unstable; urgency=low
 .
   * Fixed cross-compiling, this time for real. (See #695442.)
Checksums-Sha1: 
 2ee9742d0da6765cc5d28c8cb486c4f9d14eaf13 751 whois_5.0.22.dsc
 86471759d9126394a40845a90d9be49afd4b6476 70104 whois_5.0.22.tar.xz
 4cebeb1c150cbdd0135d40ed61668d7f8a726fc4 54002 whois_5.0.22_i386.deb
Checksums-Sha256: 
 bad1932de44209f20e5259637dccc949056bf09d2d89c9e2ea83a55114ffa33f 751 
whois_5.0.22.dsc
 58ddef85acc5a4ccc180a700bfe4792213f4d8d1584b7fe313855c799a4342e2 70104 
whois_5.0.22.tar.xz
 e84390505bd676a6a74e76f28b6c4c09cb54bce3b8bfe10376de55e319353706 54002 
whois_5.0.22_i386.deb
Files: 
 a77d846773ccca0cba87c4fd669bc936 751 net standard whois_5.0.22.dsc
 b9879010d925d5300f79b3db4a138a14 70104 net standard whois_5.0.22.tar.xz
 687e275b667d27d5a420a0dfc28e009a 54002 net standard whois_5.0.22_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlFYp6MACgkQFGfw2OHuP7E61wCfdQKGYp3B7XSCIXpfgixtvwjP
GRwAni4Cf9m0lFY4zXcvtnW4wbSLQ+6q
=dZrY
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umpru-0003mu...@franck.debian.org



Accepted plr 1:8.3.0.14-1 (source amd64)

2013-03-31 Thread Christoph Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Mar 2013 23:40:26 +0200
Source: plr
Binary: postgresql-9.1-plr
Architecture: source amd64
Version: 1:8.3.0.14-1
Distribution: experimental
Urgency: low
Maintainer: Christoph Berg m...@debian.org
Changed-By: Christoph Berg m...@debian.org
Description: 
 postgresql-9.1-plr - Procedural language interface between PostgreSQL and R
Changes: 
 plr (1:8.3.0.14-1) experimental; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 6264fa6309e6ad938c8076868c535583c7a6df7c 1937 plr_8.3.0.14-1.dsc
 e6161a40f9df9d17024871255a00abe9ef8bc98e 247591 plr_8.3.0.14.orig.tar.gz
 d5381d570928b038ba6892a1c2269f5b8932f5a2 5773 plr_8.3.0.14-1.debian.tar.gz
 bce8e749902141971831de4a198bd59305d4ade1 63088 
postgresql-9.1-plr_8.3.0.14-1_amd64.deb
Checksums-Sha256: 
 13613d28605a24e0ab70475de160a2f345bf47d632b4531bf469a3ae769dc600 1937 
plr_8.3.0.14-1.dsc
 57e2155409f7754057be9d0669a130c8651757dc422e9733571fc32551a6aa39 247591 
plr_8.3.0.14.orig.tar.gz
 cf107257faa5484f4140158f858a63bf05052cf60c96a9ae025827a9fc0d1dab 5773 
plr_8.3.0.14-1.debian.tar.gz
 d1df9614a093b14d4180392342dfe39b81d80dd05d26638c54419dc63bae0ded 63088 
postgresql-9.1-plr_8.3.0.14-1_amd64.deb
Files: 
 9206d2f5dfc082a6cad0caafc677c23d 1937 database optional plr_8.3.0.14-1.dsc
 f71ff392be1ff584a5f66b06d5f83b00 247591 database optional 
plr_8.3.0.14.orig.tar.gz
 15bf1e3ef9f124e7dbb10ba9188b86a4 5773 database optional 
plr_8.3.0.14-1.debian.tar.gz
 c740e9980568c052951641f733964802 63088 database optional 
postgresql-9.1-plr_8.3.0.14-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRWK5DAAoJEExaa6sS0qeuZI0QAIEL0MEof7wL53V6A7O4Amef
IsRorBCWY1uM35XkZpNp2/E+qqsEZkI5rPGm3F7+iC7X0fx8ELOw2x/2mb2xkrft
TQLwe6n8xXxpuZDYQMBmkn70XAkknGDEOB4aUn3MEUU/Vh6hxQtQ6LlqCtTDy2pL
UuR/w+m/kS9BJ/m/KaU4Ld5hmIp8z8v9t7Kc8/CqxvO2pXcRczYdrAE0YaDhvl99
RR78GaQc+IG+QqXcFo78LM6cBM5rdLNq9Qa3CoNOalKEfzugk8KtzM0t8xw3wgnq
KH9b3I5omuDMc9ZVhrKUpjfhnZkFmj5ZMUbyNr/KKO+Z8xM+hJZSuHaBi1Zlq5on
vR1SfUaLyl6duzKEYIBvETmBLd3PePU3d8zBYHLssiNBKanj5FcvRQUapxbWR0l1
PDaRN6RcPEKLK3jExmw0JAp3BsUJUW4IKmeT7P9isrSMfjKMjwUEb+rJvlRivuUf
z2qM3zGLTTtsGZBYw/f+Fh7dfXMktf+fO3yLJKI4Rf8yfCX/gfCaZyGJzbPYCLYz
EWWZpPpyh7vdiclE4LbDe808+1ikuY2wEdp6w3fmZmXI0uK572GoLdwRXzREkJWg
JZ4JC0XFXHrZaGzEqMjyaxK+9vAMG77H0e6XiHCb22n6m4FBLms7OPnMmcondDDv
GKEzQOcbN2Gzm/2z+joL
=pS6f
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umq6l-00078l...@franck.debian.org



Accepted libfinance-quotehist-perl 1.19-2 (source all)

2013-03-31 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 01 Apr 2013 01:16:56 +0300
Source: libfinance-quotehist-perl
Binary: libfinance-quotehist-perl
Architecture: source all
Version: 1.19-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 libfinance-quotehist-perl - Perl modules for fetching historical stock quotes 
from the web
Changes: 
 libfinance-quotehist-perl (1.19-2) unstable; urgency=low
 .
   * Take over for the Debian Perl Group with maintainer's permission
 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610384#20)
   * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
 field (source stanza). Changed: Homepage field changed to
 metacpan.org URL; Maintainer set to Debian Perl Group pkg-perl-
 maintain...@lists.alioth.debian.org (was: John Lightsey
 light...@debian.org); Added myself to Uploaders.
   * debian/watch: use metacpan-based URL.
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.; Source URL changed to
 metacpan.org URL.
   * bring d/copyright in line with DEP-5
   * s/Finance-QuoteHist/Finance::QuoteHist/ in long description
   * remove 'perl' from dependencies, since there already is ${perl:Depends}
 present
   * Standards-Version: 3.9.4
Checksums-Sha1: 
 b9a81ef305e2dadc932d1312735c10caf6ca1d44 2254 
libfinance-quotehist-perl_1.19-2.dsc
 a60787bbd1b8b934047616ce98814acb3869c995 2349 
libfinance-quotehist-perl_1.19-2.debian.tar.gz
 0b4a4aefc5ba39137880db190e93f6fa4121aebe 71126 
libfinance-quotehist-perl_1.19-2_all.deb
Checksums-Sha256: 
 1a15170a8c2bbaa90c014967d98e8e8fd5baec8acee74b58686a614188d9a709 2254 
libfinance-quotehist-perl_1.19-2.dsc
 c769321594f8471f8b363510dd0b294759087c7b3be438d455a7e51b0934f006 2349 
libfinance-quotehist-perl_1.19-2.debian.tar.gz
 238b22b2b391d47f07d827611e2d15fc3ff1d8d814703c04647157979027 71126 
libfinance-quotehist-perl_1.19-2_all.deb
Files: 
 6f369adc1f47cc596ed1b06288148df3 2254 perl optional 
libfinance-quotehist-perl_1.19-2.dsc
 1a36cb9d31bab20b797eed74f5472769 2349 perl optional 
libfinance-quotehist-perl_1.19-2.debian.tar.gz
 a87e5e38485f08df03d812c8713c98a4 71126 perl optional 
libfinance-quotehist-perl_1.19-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRWLZJAAoJENu+nU2Z0qAE+IMQAKm72UmAm2WcaB3suCUbCX/b
Crk6MKaMZeONF3hVcDox9UiZdijFPI+4WoPZrLFA9QAhhmBa9XctQqFa8iuHXFTF
n5bxYNtx1ZfRiwIaq0pgpOICNnIXhE5n+YsK9Xa6r2/zUkZ+lQbUm16iVi7t+rFY
n1PFsBHJcp1q5Ql4xAPZ39etpKhEuPCxm/upNbxhgKULhoGlz3NZD1KRR59OcbwH
fZYQx+/zCfwge/vUsptpGw2BEu+LRTsIcre7+EqZ/1bXcGeTR+HnL028AbQmemx6
mA9n2BxUZAxlraJSRBoztjB5kyjQq5EdB5EreTjaNwpcCldbqynahc6iXjETuFdJ
QxcLCAMmuf5dY/xW1oeUV/3ec99lmHpCLWNuIMK/1fQOwevko/4VYC7jKXSeaXBe
foxdtR/xNUEkjYt99gkKvXOF9ei0Dxk8m3WVjDeXObqUYgcC2fCa7oApwgYM9buU
k9e4vXntRtBXemHu6AZ1l7R6Q2b9ubebBZwOF96taj4weISubkKJ7qoImNmLZRC+
dENBEa3BKwY66Yjnsn7eaCicFei5nEEPrH1dDK408S37kUxswUDVxg3nCC2nQbyV
eydYdJ+pay/UBTw564pzmDoRdJkcA6BAZU7kMM1PvbeFyb263emmWFtaNAyD2g2m
Da0hSBA5FYu53YJoWFyB
=UelB
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umqns-0003dh...@franck.debian.org



Accepted aqsis 1.8.1-4 (source amd64 all)

2013-03-31 Thread Manuel A. Fernandez Montecelo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 1 Apr 2013 00:34:33 +0100
Source: aqsis
Binary: aqsis aqsis-examples libaqsis1 libaqsis-dev
Architecture: source amd64 all
Version: 1.8.1-4
Distribution: unstable
Urgency: low
Maintainer: Manuel A. Fernandez Montecelo m...@debian.org
Changed-By: Manuel A. Fernandez Montecelo m...@debian.org
Description: 
 aqsis  - 3D rendering solution adhering to the RenderMan(R) standard, bina
 aqsis-examples - 3D rendering solution adhering to the RenderMan(R) standard, 
exam
 libaqsis-dev - 3D rendering solution adhering to the RenderMan(R) standard, 
deve
 libaqsis1  - 3D rendering solution adhering to the RenderMan(R) standard, shar
Changes: 
 aqsis (1.8.1-4) unstable; urgency=low
 .
   * debian/control
 - Bump Standards-Version to 3.9.4 (no changes needed)
 - Remove DM-Upload-Allowed: yes (obsolete field now)
 - Update Maintainer address
   * Add support for PNG
Checksums-Sha1: 
 442eea076e97c5c43b98ed083d640232545eb3df 2456 aqsis_1.8.1-4.dsc
 4b8ac4fbbd914193916b51090e2a7f496609c5b4 14269 aqsis_1.8.1-4.debian.tar.gz
 ae8645cdd0377e039f9184ebc748f1d9bb38 687524 aqsis_1.8.1-4_amd64.deb
 17fd8820848ba754a63a6a53fdce54a8f128b717 373612 aqsis-examples_1.8.1-4_all.deb
 81925ae185c0a4d492b6510543699283ec2b4ae0 2686290 libaqsis1_1.8.1-4_amd64.deb
 586ba3c7879344eedd9c9aa40e924353eed7be65 28420 libaqsis-dev_1.8.1-4_amd64.deb
Checksums-Sha256: 
 1b31c16d889ea475f105b81a170e879e67bc8636ed0502caafa3046c79473b8f 2456 
aqsis_1.8.1-4.dsc
 5f51ed8d96030cb6af74af1b632a13237830e9fa22aceeedf8cb529552e4d980 14269 
aqsis_1.8.1-4.debian.tar.gz
 4a4c56876910571594c8b0c4be40a4e41e61aec8e5920ff7cabd56d10557d2da 687524 
aqsis_1.8.1-4_amd64.deb
 7eaa5d563c20a3f1fd6c2d4fe31e5156fa331cdbb486f05ca4acb4e0556b7e5b 373612 
aqsis-examples_1.8.1-4_all.deb
 6fc743e68157e5b0d3da2f3c1727b2aac7c0da8a742485972848ab21d9b2ad53 2686290 
libaqsis1_1.8.1-4_amd64.deb
 aa57b2055f66961251b41d93588aeb7e2d2aaee2c5f4a7a9c3cc448ca7fbaa26 28420 
libaqsis-dev_1.8.1-4_amd64.deb
Files: 
 b008f2b2f5e8fc44911a0797db893abf 2456 graphics optional aqsis_1.8.1-4.dsc
 5213f9bd4f31eea7444ad756421fdbda 14269 graphics optional 
aqsis_1.8.1-4.debian.tar.gz
 035e8def2feddff9a17afefbed70d8ed 687524 graphics optional 
aqsis_1.8.1-4_amd64.deb
 5aaafee1e2c4b08acfe4ef9dc45bead2 373612 graphics optional 
aqsis-examples_1.8.1-4_all.deb
 7512fdf12c762b5d39718e9da1fe96fb 2686290 libs optional 
libaqsis1_1.8.1-4_amd64.deb
 0cc2a89aa0664ff84105e3d8f6d611a8 28420 libdevel optional 
libaqsis-dev_1.8.1-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJRWLvyAAoJEH92BqRF3KgOWTwQALr/FY8nxDPK6ODcg+FjT83F
rGRYeLre3hYDxBQzbG6sbWvXCfpc8t92yhMfaGNMJIVDYZzz00WnzUimDiSCBw8G
4CJf73jZZRztLfVNESbiHh/XJBGXSCDAgCtodoO9ULH9EIj0HUFsmZlhU0LT+0eP
mvxAGSVZQ6kNHaxf1c6DvMf/KgY8bT9NDuO9Xru1A0W/EBQ1UcZs6L+uMtjiJk83
/POSFd2M/GmmwkP+7v3y+LXw6zmFXMgrD8dBMAt2j55xPpYAEJVtkV7C2vP4kYdP
1jQRvCh6WwEZfk50/4zDW36HnNAi+xRXDcx83+BWZBEOHsGJRFtW6Gne3pX+IsP1
MrviOcPf+O6/Xlmd6gb1FRaHpFaGNjUmoiMjsPksg8+KZy2So/LxRaDlpDzUqBeE
KE/bUZxVT03Yk1AyWbM1ZVBzjxP9WkW6GFaXpTzg7KyJ6mwfDA4zpNyMbbnlWtf3
4i/yUtPK/izWbrZCIMcPpbxpE+0JJ8J5DXBxK7a7wGzHeCYGWIAMxoyYe1TDaGYU
z6CFub342PYwQ9K1wTUBFxI6pMe9IJrZdXThT/39Kz1GzQZ2o/wLPAfG6bVV8Lub
56glSKyyY5dYMbxpsfbUR5L0pvsDDXIe5hXsuxNKK7f0vHjaDqyudWllNJwlCLNo
rfmPMmLGgfaEqLzlTewr
=z6sr
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umrgn-0004li...@franck.debian.org



  1   2   >