Bug#617296: Any Progress with RStudio?

2013-09-06 Thread Lifeng Sun
Hi,

On 02:58 Fri 09/06/13 Sep , Rogério Brito wrote:
 If there is indeed interest in packaging R Studio, Lifeng, can you say so?
 The last public activity from yours was making this bug an ITP on 12 Oct
 2012, which soon will be 12 months old.

A short answer is yes, but ...

IMHO, the most difficult part to get rstudio in Debian official
archive is that rstudio build-depends on several (5 or so) Java
packages missing in Debian. The upstream approach is to ship them as
convenient libraries in binary package, which is unreasonable for
Debian official package, and it's quite a lot of nontrivial work to
package them first.  For example, one of them is gwt, a large complex
Java library once in unstable removed recently due to grave bugs.



Regards,
Lifeng

-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#706708: yaml-cpp: Please package the new upstream release

2013-08-28 Thread Lifeng Sun
Hi,

Sylvestre asked me to host git repo of yaml-cpp within collab-maint,
but collab-maint didn't reply my request to join in it.

I just uploaded a new version to mentors.d.n.


Regards,
Lifeng

On 22:23 Wed 08/28/13 Aug , Roger Leigh wrote:
 Has any progress been made on this?  I'll also be happy to review
 the packaging.  It would be nice to have an updated yaml-cpp soon.
 On Mon, May 06, 2013 at 09:49:04AM +0200, Sylvestre Ledru wrote:
  VCS tags are wrong (they are pointing to upstream while we expect the
  Debian VCS).
  By the way, I cannot find the Debian VCS of yaml-cpp.

-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#720708: nmu: paw_1:2.14.04.dfsg.2-9

2013-08-24 Thread Lifeng Sun
Package: release.debian.org
Severity: important
User: release.debian@packages.debian.org
Usertags: binnmu


Hello release team,

there was a bug in cernlib_20061220+dfsg3-3 that made paw FTBFS on all
architectures except amd64, would you please binNMU paw against
cernlib_20061220+dfsg3-4?

 nmu paw_1:2.14.04.dfsg.2-9 . ALL . -m 'Rebuild against cernlib'


Thanks.


- Lifeng


On 17:09 Sat 08/24/13 Aug , Lifeng Sun wrote:
 I found it's an issue in cernlib's multiarch support, a new version of
 cernlib will be uploaded in a few minutes, and after that paw needs binNMU.

-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#718236: Subject: ITP: janest-core-extended -- Extension to Jane Street's standard library for OCaml

2013-07-28 Thread Lifeng Sun
Subject: ITP: janest-core-extended -- Extension to Jane Street's standard 
library for OCaml
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-ocaml-ma...@lists.debian.org

* Package name: janest-core-extended
  Version : 109.35.00
  Upstream Author : Jane Street Capital LLC opensou...@janestreet.com
* URL : https://github.com/janestreet/core_extended
* License : Apache-2.0
  Programming Lang: OCaml
  Description : Extension to Jane Street's standard library for OCaml

janest-core-extended a set of useful extensions to Core. These are
less well tested and less stable than Core proper.

-- 


signature.asc
Description: Digital signature


Bug#718237: ITP: async -- a library for OCaml asynchronous programming

2013-07-28 Thread Lifeng Sun
Subject: ITP: async -- a library for OCaml asynchronous programming
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-ocaml-ma...@lists.debian.org

* Package name: async
  Version : 109.35.00
  Upstream Author : Jane Street Capital LLC opensou...@janestreet.com
* URL : https://github.com/janestreet/async
* License : Apache-2.0
  Programming Lang: OCaml
  Description : a library for OCaml asynchronous programming

Async uses non-preemptive user-level threads and first-class blocking
operations with blocking expressed in the type system to implement
asynchronous programming. The benefits of the approach are:

* Non-preemptive threading is simpler to reason about than pre-emptive
  threading. For the bulk of one's program, one doesn't have to think
  about race conditions, mutexes, etc. One can also use existing
  non-thread-safe code without worries.

* User level threads are much cheaper than threads provided by the
  operating system, both in creation and context switching.

* We control the scheduler for our threads, which makes it possible
  for us to do a better job for the application at hand.

* Writing low latency applications is easier -- it's harder to have an
  application block indefinitely by mistake.

-- 


signature.asc
Description: Digital signature


Bug#718238: ITP: async-core -- Async library for OCaml asynchronous programming (core)

2013-07-28 Thread Lifeng Sun
Subject: ITP: async-core -- Async library for OCaml asynchronous programming 
(core)
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-ocaml-ma...@lists.debian.org

* Package name: async-core
  Version : 109.35.00
  Upstream Author : Jane Street Capital LLC opensou...@janestreet.com
* URL : https://github.com/janestreet/async_core
* License : Apache-2.0
  Programming Lang: OCaml
  Description : Async library for OCaml asynchronous programming (core)

-- 


signature.asc
Description: Digital signature


Bug#718240: ITP: async-extra -- Async library for OCaml asynchronous programming (extra)

2013-07-28 Thread Lifeng Sun
Subject: ITP: async-extra -- Async library for OCaml asynchronous programming 
(extra)
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-ocaml-ma...@lists.debian.org

* Package name: async-extra
  Version : 109.35.00
  Upstream Author : Jane Street Capital LLC opensou...@janestreet.com
* URL : https://github.com/janestreet/async_extra
* License : Apache-2.0
  Programming Lang: OCaml
  Description : Async library for OCaml asynchronous programming (extra)

-- 


signature.asc
Description: Digital signature


Bug#718239: ITP: async-unix -- Async library for OCaml asynchronous programming (unix)

2013-07-28 Thread Lifeng Sun
Subject: ITP: async-unix -- Async library for OCaml asynchronous programming 
(unix)
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-ocaml-ma...@lists.debian.org

* Package name: async-unix
  Version : 109.35.00
  Upstream Author : Jane Street Capital LLC opensou...@janestreet.com
* URL : https://github.com/janestreet/async_unix
* License : Apache-2.0
  Programming Lang: OCaml
  Description : Async library for OCaml asynchronous programming (unix)

-- 


signature.asc
Description: Digital signature


Bug#717814: ITP: custom-printf -- OCaml syntax extension for printf format strings

2013-07-25 Thread Lifeng Sun
Subject: ITP: custom-printf -- OCaml syntax extension for printf format strings
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-ocaml-ma...@lists.debian.org

* Package name: custom-printf
  Version : 109.27.00
  Upstream Author : Jane Street Capital LLC opensou...@janestreet.com
* URL : https://github.com/janestreet/custom_printf
* License : Apache-2.0
  Programming Lang: OCaml
  Description : OCaml syntax extension for printf format strings

Extension for printf format strings.  It rewrites calls to printf-like
functions when the format is prefixed with '!' to wrap special
arguments with 'Module.to_string' conversions functions, e.g.,

 sprintf !Hi %{Time} (Time.now ()) = Hi  ^ Time.to_string (Time.now ())

-- 


signature.asc
Description: Digital signature


Bug#717815: ITP: textutils -- OCaml library to create ASCII table and print a list in a columnize way

2013-07-25 Thread Lifeng Sun
Subject: ITP: textutils -- OCaml library to create ASCII table and print a list 
in a columnize way
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-ocaml-ma...@lists.debian.org

* Package name: textutils
  Version : 109.35.00
  Upstream Author : Jane Street Capital LLC opensou...@janestreet.com
* URL : https://github.com/janestreet/textutils
* License : Apache-2.0
  Programming Lang: OCaml
  Description : OCaml library to create ASCII table and print a list in a 
columnize way

-- 


signature.asc
Description: Digital signature


Bug#708812: [aptitude] aptitude segfaults upon being called.

2013-07-24 Thread Lifeng Sun
Package: aptitude
Version: 0.6.8.2-1
Followup-For: Bug #708812

Dear Maintainer,

Quite a lot packages, e.g. [1-5], FTBFS on debian mipsel buildd due to
this bug. I'm trying to fix it on my mipsel box, but the package
suffers another FTBFS bug [6].

Is there any plan to fix these bugs? I can help to fix it on mipsel.


[1] 
https://buildd.debian.org/status/fetch.php?pkg=lzdarch=mipselver=0.2-2stamp=1370782631
[2] 
https://buildd.debian.org/status/fetch.php?pkg=abiwordarch=mipselver=3.0.0~svn20130523-1stamp=1370791622
[3] 
https://buildd.debian.org/status/fetch.php?pkg=gnome-shellarch=mipselver=3.8.3-1stamp=1371098758
[4] 
https://buildd.debian.org/status/fetch.php?pkg=mcarch=mipselver=3%3A4.8.8-1stamp=1371103323
[5] 
https://buildd.debian.org/status/fetch.php?pkg=beefarch=mipselver=1.0.0-1stamp=137520
[6] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716828


Regards,
Lifeng

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#717751: ITP: comparelib -- OCaml syntax extension for deriving compare functions automatically

2013-07-24 Thread Lifeng Sun
Subject: ITP: comparelib -- OCaml syntax extension for deriving compare 
functions automatically
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-ocaml-ma...@lists.debian.org

* Package name: comparelib
  Version : 109.27.00
  Upstream Author : Jane Street Capital LLC opensou...@janestreet.com
* URL : https://github.com/janestreet/comparelib
* License : Apache-2.0
  Programming Lang: OCaml
  Description : OCaml syntax extension for deriving compare functions 
automatically

comparelib is a camlp4 syntax extension that derives comparison
functions from type representations. The scaffolded functions are
usually much faster than ocaml's Pervasives.compare. Scaffolding
functions also gives you more flexibilty by allowing you to override
them for a specific type and more safety by making sure that you only
compare comparable values.

-- 


signature.asc
Description: Digital signature


Bug#717752: ITP: pipebang -- OCaml syntax extension to transform x|! f into f x

2013-07-24 Thread Lifeng Sun
Subject: ITP: pipebang -- OCaml syntax extension to transform x|! f into f x
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-ocaml-ma...@lists.debian.org

* Package name: pipebang
  Version : 109.28.00
  Upstream Author : Jane Street Capital LLC opensou...@janestreet.com
* URL : https://github.com/janestreet/pipebang
* License : Apache-2.0
  Programming Lang: OCaml
  Description : OCaml syntax extension to transform x|! f into f x

-- 


signature.asc
Description: Digital signature


Bug#717755: ITP: variantslib -- OCaml syntax extension for supporting variants as first class values

2013-07-24 Thread Lifeng Sun
Subject: ITP: variantslib -- OCaml syntax extension for supporting variants as 
first class values
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-ocaml-ma...@lists.debian.org

* Package name: variantslib
  Version : 109.15.00
  Upstream Author : Jane Street Capital LLC opensou...@janestreet.com
* URL : https://github.com/janestreet/variantslib
* License : Apache-2.0
  Programming Lang: OCaml
  Description : OCaml syntax extension for supporting variants as first 
class values

variantslib generates code to support variants as first class by
adding with variants suffix to variants definition, e.g.,

type t =
 | First
 | Second
 | Third
 with variants


-- 


signature.asc
Description: Digital signature


Bug#717758: herelib -- OCaml syntax extension for inserting the current location in source file

2013-07-24 Thread Lifeng Sun
Subject: ITP: herelib -- OCaml syntax extension for inserting the current 
location in source file
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-ocaml-ma...@lists.debian.org

* Package name: herelib
  Version : 109.35.00
  Upstream Author : Jane Street Capital LLC opensou...@janestreet.com
* URL : https://github.com/janestreet/herelib
* License : Apache-2.0
  Programming Lang: OCaml
  Description : OCaml syntax extension for inserting the current location 
in source file

herelib supports to get the current location in source file, e.g.,
_here_.Lexing.pos_lnum is the current line number.

-- 


signature.asc
Description: Digital signature


Bug#717759: ITP: pa-ounit -- OCaml syntax extension for writing inline testing

2013-07-24 Thread Lifeng Sun
Subject: ITP: pa-ounit -- OCaml syntax extension for writing inline testing
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-ocaml-ma...@lists.debian.org

* Package name: pa-ounit
  Version : 109.34.00
  Upstream Author : Jane Street Capital LLC opensou...@janestreet.com
* URL : https://github.com/janestreet/pa_ounit
* License : Apache-2.0
  Programming Lang: OCaml
  Description : OCaml syntax extension for writing inline testing

pa-ounit supports these syntax for writing inline testing in ocaml code:

TEST name? = boolean expr (* true means ok, false or exn means broken *)
TEST_UNIT name? = unit expr (* () means ok, exn means broken *)
TEST_MODULE name? = module expr (* to group TESTs (to share some setup for 
instance) *)

-- 


signature.asc
Description: Digital signature


Bug#717760: ITP: janest-core-kernel -- System independent part of Jane Street's standard library for OCaml

2013-07-24 Thread Lifeng Sun
Subject: ITP: janest-core-kernel -- System independent part of Jane Street's 
standard library for OCaml
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-ocaml-ma...@lists.debian.org

* Package name: janest-core-kernel
  Version : 109.35.00
  Upstream Author : Jane Street Capital LLC opensou...@janestreet.com
* URL : https://github.com/janestreet/core_kernel
* License : Apache-2.0
  Programming Lang: OCaml
  Description : System independent part of Jane Street's standard library 
for OCaml

janest-core-kernel is the system-independent part of janest-core. It
is aimed for cases when the full janest-core is not available, such as
in Javascript.

-- 


signature.asc
Description: Digital signature


Bug#717758: retitle to ITP

2013-07-24 Thread Lifeng Sun
retitle 717758 ITP: herelib -- OCaml syntax extension for inserting the current 
location in source file
thanks

-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#714638: still not working

2013-07-10 Thread Lifeng Sun
Hi,

On 00:44 Thu 07/11/13 Jul , Christophe Hugon wrote:
 I don't really understand your really raw answer. Anyway today on a
 secondary analysis PC I met the exact same problem, and it is the
 testing updated version.
 Maybe there is a probleme with the dependency of otf-freefont

It still requires four days for the latest version in sid to migrated
to testing, so please wait, or you can download and install the latest
version manually on testing.


Cheers,
Lifeng

-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#715165: ITP: utop -- universal toplevel for OCaml

2013-07-06 Thread Lifeng Sun
Subject: ITP: utop -- universal toplevel for OCaml
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-ocaml-ma...@lists.debian.org

* Package name: utop
  Version : 1.5
  Upstream Author : Jeremie Dimino jere...@dimino.org
* URL : https://forge.ocamlcore.org/projects/utop/
* License : BSD-3-clause
  Programming Lang: OCaml
  Description : universal toplevel for OCaml

utop is an improved toplevel for OCaml. It can run in a terminal or in
Emacs. It supports line edition, history, real-time and context
sensitive completion, colors, and more.

-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#707034: ITP: yoda -- Yet more Objects for Data Analysis

2013-05-06 Thread Lifeng Sun
Subject: ITP: yoda -- Yet more Objects for Data Analysis
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-science-maintain...@lists.alioth.debian.org

* Package name: yoda
  Version : 1.0.0
  Upstream Author : Andy Buckley andy.buck...@durham.ac.uk et. al.
* URL : http://yoda.hepforge.org/
* License : GPL-2
  Programming Lang: C++, Python
  Description : Yet more Objects for Data Analysis

YODA is a small set of data analysis (specifically histogramming)
classes being developed by MCnet members as a lightweight common
system for MC event generator validation analyses.

A few key features of YODA are as follows:

Storage of all information needed for statistically correct run
combination and reweighting up to second-order correlations
(e.g. variances, std devs, etc.) not just in the number of entries in
a bin, but also the correlations of that with the x and y fill values.

Separation of statistics and data handling from presentation. YODA is
primarily a library for doing the data part correctly: while we love
really high quality data presentation, that's a separate goal.

A sensible class hierarchy for histogramming, recognising that a
histogram contains details of fill history beyond the pure visual
height of a bin, and that just counting weights, or binning arbitrary
types on an axis are valuable operations.

Flexible data format support, including a new text-based, compact, and
human-readable YODA format.

Proper and convenience treatment of details like irregular bin
widths, gaps in contiguous binning, and
overflows/underflows/etc. (incuding how they impact normalisation and
calculation of histo-wide stat quantities) Carefully designed
programming interfaces in C++ and Python.

-- 


signature.asc
Description: Digital signature


Bug#707039: ITP: lacaml -- Linear Algebra for OCaml

2013-05-06 Thread Lifeng Sun
Subject: ITP: lacaml -- Linear Algebra for OCaml
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-ocaml-ma...@lists.debian.org

* Package name: lacaml
  Version : 7.0.7
  Upstream Author : Markus Mottl markus.mo...@gmail.com
Christophe Troestler christophe.troest...@umons.ac.be
* URL : https://bitbucket.org/mmottl/lacaml
* License : LGPL-2.1 with OCaml linking exception
  Programming Lang: OCaml
  Description : Linear Algebra for OCaml

This OCaml-library interfaces two widely used mathematical
FORTRAN-libraries:

 BLAS   - Basic Linear Algebra Subroutines
 LAPACK - Linear Algebra PACKage

This allows OCaml developers to write high-performance numerical code
for applications that require linear algebra.

-- 


signature.asc
Description: Digital signature


Bug#706708: yaml-cpp: Please package the new upstream release

2013-05-04 Thread Lifeng Sun
Hi Sylvestre,

I prepared the package [1] but it includes a new binary package and
has to go through NEW queue. It would be very kind if you upload it to
the official archive. Thanks.

[1] https://mentors.debian.net/package/yaml-cpp


Lifeng

On 17:48 Fri 05/03/13 May , Sylvestre Ledru wrote:
 Package: yaml-cpp
 Severity: wishlist
 
 Hello,
 
 Could you package the release 0.5.1 ?
 
 Thanks
 Sylvestre
 
 
 -- System Information:
 Debian Release: 7.0
   APT prefers testing
   APT policy: (600, 'testing'), (500, 'unstable'), (1, 'experimental')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash

-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#706146: root-plugin-math-minuit2: Missing headers for Minuit2

2013-04-25 Thread Lifeng Sun
merge 552226 706146
thanks


Hi,

This is a duplicate of bug #552226 [1], in which you could find a good
reason for not providing -dev package of Minuit2.



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


Kind regards,
Lifeng

On 14:34 Thu 04/25/13 Apr , B. M. Wojek wrote:
 Package: root-plugin-math-minuit2
 Version: 5.34.00-2
 Severity: normal
 
 Dear Maintainers,
 
 in order to facilitate the compilation of programs with Minuit2 dependencies, 
 would
 you please consider to provide a corresponding dev package including the 
 headers located at
 $ROOTSRC/math/minuit2/inc/Minuit2/ ?
 
 Kind regards,
 Bastian
 
 -- System Information:
 Debian Release: 7.0
   APT prefers testing
   APT policy: (800, 'testing'), (50, 'experimental'), (50, 'unstable'), (50, 
 'stable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 3.8-trunk-amd64 (SMP w/4 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages root-plugin-math-minuit2 depends on:
 ii  libc6  2.17-0experimental2
 ii  libgcc11:4.7.2-5
 ii  libroot-core5.34   5.34.00-2
 ii  libroot-hist5.34   5.34.00-2
 ii  libroot-math-mathcore5.34  5.34.00-2
 ii  libstdc++6 4.7.2-5
 ii  multiarch-support  2.13-38
 
 root-plugin-math-minuit2 recommends no packages.
 
 root-plugin-math-minuit2 suggests no packages.
 
 -- no debconf information
 
 -- 
 debian-science-maintainers mailing list
 debian-science-maintain...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#703136: unblock: mclibs/20061220+dfsg3-2

2013-03-15 Thread Lifeng Sun
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package mclibs.

It fixes a bug similar to #695066 resulting in empty arch-dep binary
packages.

The complete changelog is

mclibs (20061220+dfsg3-2) unstable; urgency=low

  * Rename debian/debhelper to debian/dh to prevent empty packages.
  * Override lintian-error, dpatch is needed for building.

 -- Lifeng Sun lifong...@gmail.com  Fri, 15 Mar 2013 08:18:45 +0800

Diff between 20061220+dfsg3-1 and 20061220+dfsg3-2 attached.


Thanks,
Lifeng Sun

-- 
diff --git a/debian/changelog b/debian/changelog
index f7853a4..19c6ff2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mclibs (20061220+dfsg3-2) unstable; urgency=low
+
+  * Rename debian/debhelper to debian/dh to prevent empty packages.
+  * Override lintian-error, dpatch is needed for building.
+
+ -- Lifeng Sun lifong...@gmail.com  Fri, 15 Mar 2013 08:18:45 +0800
+
 mclibs (20061220+dfsg3-1) unstable; urgency=low
 
   * New maintainer. Thanks Kevin B. McCarty for contributing to the HEP
diff --git a/debian/debhelper/README.examples.cojets b/debian/debhelper/README.examples.cojets
deleted file mode 100644
index 8e4a5d7..000
--- a/debian/debhelper/README.examples.cojets
+++ /dev/null
@@ -1,25 +0,0 @@
-Building the COJETS example

-
-cd /usr/share/doc/libcojets2-dev/examples/
-gfortran -DCERNLIB_DOUBLE *.F `cernlib cojets` -o $HOME/cojets
-
-
-Running the COJETS example
---
-
-cd $HOME
-# If you use bash or some other sh-like shell, use the following line:
-export GFORTRAN_STDIN_UNIT=1
-# If you use csh or tcsh, instead use the following line:
-setenv GFORTRAN_STDIN_UNIT 1
-./cojets  /usr/share/montecarlo-data/cojets.dat
-
-(The example presumes that you have installed the recommended montecarlo-data
-Debian package containing the cojets.dat file.)
-
-For detailed explanations, please refer to the COJETS manual shipped in the
-documentation of this Debian package.
-
--- Kevin B. McCarty kmcca...@debian.org
-
diff --git a/debian/debhelper/README.examples.isajet b/debian/debhelper/README.examples.isajet
deleted file mode 100644
index 4be875d..000
--- a/debian/debhelper/README.examples.isajet
+++ /dev/null
@@ -1,33 +0,0 @@
-Building the Isajet examples
-
-
-cd /usr/share/doc/libisajet758-3-dev/examples/isarun
-gfortran isarun.F `cernlib isajet` -o $HOME/isarun
-
-
-Running the Isajet examples

-
-cd $HOME
-./isarun
-
-This will start an interactive program.  When prompted to Enter file name
-for the decay table, you should enter the following (requires the
-montecarlo-data binary package to be installed):
-
-/usr/share/montecarlo-data/isajet.dat
-
-For explanations of other questions, please refer to the Isajet manual
-shipped in the documentation of this Debian package.
-
-
-Examples in isassrun and iszrun subdirectories will not compile as is, due to
-an apparent corruption of the files (the first several lines of each source
-file have gone missing) when converted from PATCHY to tar.gz format at CERN
-(sometime prior to 2000).  In the future, time permitting, I intend to fix the
-file corruption by obtaining the missing lines from here:
-
-http://www.hep.fsu.edu/~isajet/isajet.car
-
--- Kevin B. McCarty kmcca...@debian.org
-
diff --git a/debian/debhelper/libcojets2-dev.dirs b/debian/debhelper/libcojets2-dev.dirs
deleted file mode 100644
index 6845771..000
--- a/debian/debhelper/libcojets2-dev.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib
diff --git a/debian/debhelper/libcojets2-dev.doc-base b/debian/debhelper/libcojets2-dev.doc-base
deleted file mode 100644
index 52e7ecd..000
--- a/debian/debhelper/libcojets2-dev.doc-base
+++ /dev/null
@@ -1,9 +0,0 @@
-Document: cojets-manual
-Title: COJETS 5.15
-Author: Roberto Odorico
-Abstract: Description of the COJETS Monte Carlo simulation framework, which
- simulates collisions of protons and antiprotons at high energy.
-Section: Science/Physics
-
-Format: text
-Files: /usr/share/doc/libcojets2-dev/cojets.txt.gz
diff --git a/debian/debhelper/libcojets2-dev.docs b/debian/debhelper/libcojets2-dev.docs
deleted file mode 100644
index 24ab29e..000
--- a/debian/debhelper/libcojets2-dev.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/share/doc/montecarlo-doc/cojets/cojets.txt
-debian/debhelper/README.examples.cojets
diff --git a/debian/debhelper/libcojets2-dev.examples b/debian/debhelper/libcojets2-dev.examples
deleted file mode 100644
index 0e5aef2..000
--- a/debian/debhelper/libcojets2-dev.examples
+++ /dev/null
@@ -1 +0,0 @@
-src/mclibs/cojets/examples/*
diff --git a/debian/debhelper/libcojets2-dev.install b/debian/debhelper/libcojets2-dev.install
deleted file mode 100644
index 6cd7f0c..000
--- a/debian/debhelper/libcojets2-dev.install
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/tmp/usr/lib/libcojets.a
-debian/tmp/usr/lib/libcojets.so
-debian/tmp

Bug#703077: unblock: root-system/5.34.00-2

2013-03-14 Thread Lifeng Sun
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package root-system.

It contains one important fix regarding to the python binding
interfaces. The failure to import python module (#698452) I would
consider RC.

The complete changelog is

root-system (5.34.00-2) unstable; urgency=low
  
  * Python binding: move Python runtime files from
libroot-bindings-python-dev to libroot-bindings-python$ver.
(Closes: #698452)
  * libroot-graf2d-graf{5.34,-dev}: fix typo in package description.
Thanks to Davide Prina.
  * libroot-graf2d-gpad{5.34,-dev}: remove duplicated paragraphs in
package description. Thanks to Davide Prina.
  * Add Dutch translation. Thanks to Vincent Zweije.
  * libroot-geom-dev: fix multi-arch support.
  * Fix FTBFS with eglibc-2.17. (Closes: #701415)

 -- Lifeng Sun lifong...@gmail.com  Sat, 14 Jul 2012 20:56:35 +0800

Diff between 5.34.00-1 and 5.34.00-2 attached.


Thanks,
Lifeng

-- 
diff --git a/debian/changelog b/debian/changelog
index 87ce116..2b50644 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+root-system (5.34.00-2) unstable; urgency=low
+
+  * Python binding: move Python runtime files from
+libroot-bindings-python-dev to libroot-bindings-python$ver.
+(Closes: #698452)
+  * libroot-graf2d-graf{5.34,-dev}: fix typo in package description.
+Thanks to Davide Prina.
+  * libroot-graf2d-gpad{5.34,-dev}: remove duplicated paragraphs in
+package description. Thanks to Davide Prina.
+  * Add Dutch translation. Thanks to Vincent Zweije.
+  * libroot-geom-dev: fix multi-arch support.
+  * Fix FTBFS with eglibc-2.17. (Closes: #701415)
+
+ -- Lifeng Sun lifong...@gmail.com  Sat, 14 Jul 2012 20:56:35 +0800
+
 root-system (5.34.00-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/debian/control b/debian/control
index 200c693..e382a5b 100644
--- a/debian/control
+++ b/debian/control
@@ -51,7 +51,9 @@ Section: libs
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends} 
+Provides: ${python:Provides}
 Replaces: root-plugin-python  ( 5.09.01-1)
+Breaks: libroot-bindings-python-dev ( 5.34.00-2)
 Description: Python extension for ROOT - runtime libraries 
  The ROOT system provides a set of OO frameworks with all the
  functionality needed to handle and analyze large amounts of data
@@ -64,7 +66,6 @@ Package: libroot-bindings-python-dev
 Architecture: any
 Section: libdevel
 Depends: libroot-bindings-python5.34 (= ${binary:Version}), libroot-core-dev, python-dev (= 2.1), ${python:Depends}, ${misc:Depends} 
-Provides: ${python:Provides}
 Replaces: libroot-python-dev
 Breaks: libroot-python-dev ( 5.19.01-1)
 Description: Python extension for ROOT - development files 
@@ -472,7 +473,7 @@ Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Breaks: libroot-dev ( 5.19.01-1)
 Replaces: libroot-dev
-Depends: ${shlibs:Depends}, python-support, ${python:Depends}, libroot-geom-dev, ${misc:Depends}
+Depends: ${shlibs:Depends}, python-support, ${python:Depends}, ${misc:Depends}
 Description: GDML import/export module for ROOT geometries
  The ROOT system provides a set of OO frameworks with all the
  functionality needed to handle and analyze large amounts of data
@@ -659,8 +660,6 @@ Description: Geometry library  for ROOT - run-time library
 
 Package: libroot-geom-dev
 Architecture: any
-Multi-Arch: foreign
-Pre-Depends: ${misc:Pre-Depends}
 Section: libdevel
 Depends: libroot-geom5.34 (= ${binary:Version}), libroot-math-mathcore-dev, ${misc:Depends}
 Recommends: libroot-graf3d-gl-dev
@@ -685,10 +684,6 @@ Description: Canvas and pad library for ROOT - run-time library
  functionality needed to handle and analyze large amounts of data
  efficiently. 
  .
- The ROOT system provides a set of OO frameworks with all the
- functionality needed to handle and analyze large amounts of data
- efficiently. 
- .
  This package contains a library for canvas and pad manipulations.
 
 Package: libroot-graf2d-gpad-dev
@@ -702,10 +697,6 @@ Description: Canvas and pad library for ROOT - development files
  functionality needed to handle and analyze large amounts of data
  efficiently. 
  .
- The ROOT system provides a set of OO frameworks with all the
- functionality needed to handle and analyze large amounts of data
- efficiently. 
- .
  This package contains development files of a library for canvas and pad
  manipulations.
 
@@ -715,7 +706,7 @@ Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Graph library for ROOT
+Description: Graf library for ROOT
  The ROOT system provides a set of OO frameworks with all the
  functionality needed to handle and analyze large amounts of data
  efficiently. 
@@ -728,7 +719,7 @@ Section: libdevel
 Depends: libroot-graf2d-graf5.34 (= ${binary:Version}), libroot-hist-dev, ${misc:Depends}
 Replaces: libroot-dev

Bug#690544: ITP: xts -- GNU R package for time series analysis

2012-10-15 Thread Lifeng Sun
Package: wnpp
Severity: wishlist
Owner: Lifeng Sun lifong...@gmail.com
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-scie...@lists.debian.org

* Package name: xts
  Version : 0.8-6
  Upstream Author : Jeffrey A. Ryan jeff.a.r...@gmail.com
Josh M. Ulrich
* URL : http://r-forge.r-project.org/projects/xts/
* License : GPL-2
  Description : GNU R package for time series analysis -- xts

This package provide uniform handling of R's different time-based data
classes by extending r-cran-zoo, maximizing native format information
preservation and allowing for user level customization and extension,
while simplifying cross-class interoperability.


Cheers,
Lifeng

-- 


signature.asc
Description: Digital signature


Bug#690546: ITP: performanceanalytics -- GNU R econometric package for performance and risk analysis

2012-10-15 Thread Lifeng Sun
Package: wnpp
Severity: wishlist
Owner: Lifeng Sun lifong...@gmail.com
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: performanceanalytics
  Version : 1.0.4.4
  Upstream Author : Peter Carl, Brian G. Peterson, Kris Boudt, Eric Zivot
* URL : http://r-forge.r-project.org/projects/returnanalytics/
* License : GPL-3
  Description : GNU R econometric package for performance and risk analysis

PerformanceAnalytics provides a collection of econometric functions for
performance and risk analysis. It aims to aid practitioners and researchers in
utilizing the latest research in analysis of non-normal return streams.  In
general, it is most tested on return (rather than price) data on a regular
scale, but most functions will work with irregular return data as well, and
increasing numbers of functions will work with PL or price data where
possible.


Cheers,
Lifeng

-- 


signature.asc
Description: Digital signature


Bug#690544: ITP: xts -- GNU R package for time series analysis

2012-10-15 Thread Lifeng Sun
On 14:37 Mon 10/15/12 Oct , Julien Cristau wrote:
 Any chance you could choose a better package name?  Something that hints
 at this being related to R.  xts to me is the X Test Suite, which has
 nothing to do with this.

hmmm, rename it to r-cran-xts.


Cheers,
Lifeng

-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#690546: Bug#690544: ITP: xts -- GNU R package for time series analysis

2012-10-15 Thread Lifeng Sun
retitle 690546 ITP: r-cran-performanceanalytics -- GNU R econometric package 
for performance and risk analysis
thanks


Hi,

On 08:02 Mon 10/15/12 Oct , Dirk Eddelbuettel wrote:
 All (newer) R CRAN package use the r-cran-$foo naming style. Please follow
 suit here too.

I followed the naming scheme and renamed {xts,performanceanalytics} to
r-cran-{xts,performanceanalytics}.


Thanks,
Lifeng

-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#687222: root-system: please also package xrootd

2012-10-08 Thread Lifeng Sun
reassign 687222 wnpp
retitle 687222 ITP: xrootd: Extendend ROOT Remote File server
owner 687222 !
thanks


Hi,

On 01:31 Sat 10/06/12 Oct , Christoph Anton Mitterer wrote:
 Fine with me :) ... but then it's an ITP, right?!

right :-)


Cheers,
Lifeng


-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#689964: Please add Lifeng Sun as a Debian Maintainer

2012-10-08 Thread Lifeng Sun
Package: debian-maintainers
Severity: normal

Hi,

Please add Lifeng Sun as a Debian Maintainer. The Jetring changeset is
attached herewith.


Thanks,
Lifeng

-- 
Comment: Add Lifeng Sun lifong...@gmail.com as a Debian Maintainer
Date: Mon, 08 Oct 2012 21:42:15 +0800
Recommended-By:
  Sylvestre Ledru sylves...@debian.org
Agreement:
  http://lists.debian.org/debian-newmaint/2012/06/msg00041.html
Advocates:
  http://lists.debian.org/debian-newmaint/2012/06/msg00042.html
Action: import
Data: 
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1.4.12 (GNU/Linux)
  
  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

Bug#688671: Please review package description boilerplate and line up short descriptions

2012-10-05 Thread Lifeng Sun
tags 688671 + patch pending
thanks

Hi,

Thanks for the patch, I will apply it to the next version.


Kind regards,
Lifeng


On 20:23 Mon 09/24/12 Sep , Justin B Rye wrote:
 
 Yes, the user manual makes it clear that the event record is the
 body of data maintained by this software, so really it ought to be
 called an event recorder or something; maybe we can sidestep the
 problem by talking about an event record library?
 
  Moreover, in the short descriptions there are too many capital letters and 
  the
  short descriptions of libhepmcfio and libhepmcfio4-dev do not match the rest
  of the short descriptions. (3)
 
 That is:
 
 # Package: libhepmc4
 [...]


-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#687222: root-system: please also package xrootd

2012-10-05 Thread Lifeng Sun
Hi,

xrootd is no longer bundled within ROOT source tarball since 5.32.00,
and Debian policy and
buildd environment don't allow to build xrootd within ROOT. I'd like
to rename this bug to RFP
and package xrootd seperately.


Kind regards,
Lifeng

On Tue, Sep 11, 2012 at 7:59 AM, Christoph Anton Mitterer
cales...@scientia.net wrote:
 Perhaps this should be rather and RFP against wnpp, but I'm not sure whether 
 xrootd
 is part of the rootd soureces or not (there's also something at SLAC's 
 website).

 Anyway,... I'd love to see all the xrootd stuff packaged.
 Server, the client tools like xrdcp, etc. pp.

 Cheers,
 Chris.

 --
 debian-science-maintainers mailing list
 debian-science-maintain...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#686753: libroot-core-dev: wrong include #include snprintf.h

2012-10-01 Thread Lifeng Sun
tag 686753 + moreinfo
severity 686753 normal
thanks

Hi,

It's likely you didn't specified -I/usr/include/root option for your
compiler, so I downgrade
severity to normal.


Regards,
Lifeng

On Wed, Sep 5, 2012 at 6:00 PM, alessandro -oggei- ogier
alessandro.og...@scimmia.net wrote:
 Package: libroot-core-dev
 Severity: grave
 Justification: renders package unusable

 /usr/include/root/Rtypes.h:35:67: fatal error: snprintf.h: No such file or 
 directory

 according to apt-file, snprintf resides in libroot-core-dev so maybe we have 
 to patch it ?

 -- System Information:
 Debian Release: wheezy/sid
   APT prefers unstable
   APT policy: (999, 'unstable'), (500, 'stable-updates'), (500, 'testing'), 
 (500, 'stable'), (1, 'experimental')
 Architecture: i386 (i686)

 Kernel: Linux 3.1.0-1-686-pae (SMP w/2 CPU cores)
 Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash

 --
 debian-science-maintainers mailing list
 debian-science-maintain...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#682463: root-system-common: ttf- to fonts- transiton

2012-07-22 Thread Lifeng Sun
tags 682463 + pending
thanks

updated in incoming version (5.34.01-1).

On 09:50 Mon 07/23/12 Jul , Hideki Yamane wrote:
  root-system-common has a dependency like 
 
 Depends: ttf-freefont | root-ttf, ttf-opensymbol | root-ttf
 
  Now ttf- packages move to fonts- and those ttf- packages are transitional 
 one,
  so you should change it to
 
 Depends: fonts-freefont-ttf | fonts-freefont-otf | root-ttf, 
 fonts-opensymbol | root-ttf
 
  Please consider to update it, thanks.

-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#682059: root-system: Bunch of not-installed libs and include files

2012-07-19 Thread Lifeng Sun
Hi,

I am well aware of #557017 that you reported the same problem more
than two years ago ;-)

While about half of missed libraries depend on packages that have
license issue or unavailable in Debian, most of the rest are rarely
needed by Debian ROOT users, and it's my fault root-plugin-graph2d-gviz
package is missing, I would like to bring it back when I get a second
reason for the package to go through NEW queue.


Regrads,
Lifeng

On 10:10 Thu 07/19/12 Jul , Pavel Reznicek wrote:
   I tried to built myself the latest root-system version from debian mentors
 (but I believe the same issue is present in present debian version 5.34.00-1)
 and noticed that there is bunch of built but not installed files (mostly
 libaries and include files, see below). Is it intentional or a bug ? It looks
 like that at least part of them could be recovered but putting appropriate
 plugin package into the debian/control file (e.g. for root-plugin-graph2d-gviz
 is missing in there).

-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#681999: libpythia8: Missing library.so.XXX suffix

2012-07-18 Thread Lifeng Sun
tags 681999 + pending
thanks


Hi,

Thanks for report. Definitely I forgot to export UPVER. It will be
fixed in next upload.


Cheers,
Lifeng

On 17:37 Wed 07/18/12 Jul , Pavel Reznicek wrote:
   firstly, thanks for packaging the librayr. There seem to be missing the
 up-version suffix in the libpythia.so.*8.1.65* files. To fix it, it is enough
 to just replace:
 
 UPVER=$(shell echo $(DEBVER) | \
 
 line in the debian/rules by:
 
 export UPVER=$(shell echo $(DEBVER) | \
 
 (I am not sure if it is not agains some packagking rules, but it works).

-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#682004: pythia8-root-interface: Remove hard dependence on root-system and libroot-core-dev, add rootmap file

2012-07-18 Thread Lifeng Sun
tags 682004 + pending
thanks


Hi,

On 18:04 Wed 07/18/12 Jul , Pavel Reznicek wrote:
 would it be possible to replace the dependence of this package on
 root-system and libroot-core-dev just by recommendation ? The
 package is pure code only and thus it will also work with other
 (e.g. locally self-compiled) ways of ROOT installations.

okay.

btw: Although Ubuntu is able to build the latest package (5.34.01-1),
it still suffers serious runtime error.

 Also, it might be usefull to include a /usr/lib/libpythia8.rootmap file to
 allow automatic library loading in the interactive ROOT sessions. The content
 of the roomap file should be these two lines:
 
 Library.Pythia8: /usr/lib/$(DEB_HOST_MULTIARCH)/libpythia8.so 
 /usr/lib/$(DEB_HOST_MULTIARCH)/libLHAPDF.so 
 /usr/lib/$(DEB_HOST_MULTIARCH)/libhepmcinterface.so
 Library.Pythia:  /usr/lib/$(DEB_HOST_MULTIARCH)/libpythia8.so 
 /usr/lib/$(DEB_HOST_MULTIARCH)/libLHAPDF.so 
 /usr/lib/$(DEB_HOST_MULTIARCH)/libhepmcinterface.so
 
 (DEB_HOST_MULTIARCH replaced by x86_64-linux-gnu etc.).

I think you will find the root-plugin-montecarlo-pythia8 package
useful :-)

The pythia8-root-interface package provides interfaces to call ROOT
functions in Pythia8 code, not to call Pythia8 functions in ROOT
interactive sessions -- root-plugin-montecarlo-pythia8 package does
that work, but the package is not available on Ubuntu right now.


Regards,
Lifeng

-- 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#681589: givaro: uses system include syntax for local header

2012-07-14 Thread Lifeng Sun
Hi Neil,

On 09:04 Sat 07/14/12 Jul , Neil Williams wrote:
 givaro-3.7.0/src/kernel/gmp++/gmp++.h specifies an include for one of
 it's own header files (gmpxx.h) using system include syntax instead of

Thanks for report.  Actually gmpxx.h is a header file of libgmp-dev,
and givaro contains no file named gmpxx.h, so IMHO this is not a bug.

However, givaro-3.7.0/src/kernel/zpz/StaticElement.h does include
givaro's own header file (gmp++.h) using system include syntax. I
would like to fix it in the next upload (givaro_3.7.1-1).


 1: linbox and other packages which use givaro_check.m4 will fail to
 build from source because gmpxx.h cannot be found by the configure
 check.

The FTBFS bug of linbox in sid is likely caused by givaro API
incompatibility. I would file an RFS for linbox-1.3.2 to fix the bug
if Vincent Danjean is no longer interested in this package (I got
permission from Tim Abbott to adopt linbox and other SAGE-related
packages).


Thanks,
Lifeng


-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#681589: givaro: uses system include syntax for local header

2012-07-14 Thread Lifeng Sun
Hi release team,

Could you please remove givaro, fflas-ffpack and linbox from testing
if you don't want to make a new transition from libgivaro0 to
libgivaro1? Thanks.


Regards,
Lifeng

On 11:42 Sat 07/14/12 Jul , Neil Williams wrote:
 OK, in that case, givaro_check.m4 is irretrievably broken and givaro
 needs to provide pkg-config support which linbox can use instead.
 
 givaro_check tries to link a test program against libgivaro0 simply by
 including the givinteger.h header and this *was* a valid method for
 older versions of givaro.
 
   1: linbox and other packages which use givaro_check.m4 will fail to
   build from source because gmpxx.h cannot be found by the configure
   check.
  
  The FTBFS bug of linbox in sid is likely caused by givaro API
  incompatibility.
 
 It definitely is - however, even if givaro migrates API, linbox will
 still not get a valid result from givaro_check.m4. Givaro can help this
 situation by providing a givaro.pc file.

  I would file an RFS for linbox-1.3.2 to fix the bug
  if Vincent Danjean is no longer interested in this package (I got
  permission from Tim Abbott to adopt linbox and other SAGE-related
  packages).
 
 There is no point thinking about uploading libgivaro1 without talking
 to the release team who are unlikely to want a new transition at this
 point. See #678769 - that's why I blocked this bug by #678769.
 
 At this stage of the release freeze, the release team may be more
 willing to consider removing givaro, linbox and fflas-ffpack.

 This problem should have been noticed before the 3.7.0-1 upload. It is
 difficult to fix now and you should talk to the release team about what
 can be done and whether givaro can be released as part of Wheezy.
 Currently, it looks unlikely.

-- 


signature.asc
Description: Digital signature


Bug#679720: vsftpd uninstallable: init script syntax error

2012-06-30 Thread Lifeng Sun
Package: vsftpd
Version: 3.0.0-3
Severity: serious

The installation fails with following message:

/etc/init.d/vsftpd: 36: /etc/init.d/vsftpd: Syntax error: } unexpected
invoke-rc.d: initscript vsftpd, action start failed.
dpkg: error processing vsftpd (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 vsftpd


Regards,
Lifeng

-- 


signature.asc
Description: Digital signature


Bug#678805: root-plugin-tree-treeviewer: typo in package description

2012-06-24 Thread Lifeng Sun
Hello Davide,

Thanks for report. The typo will be fixed in the next upload.


Cheers,
Lifeng

On 13:56 Sun 06/24/12 Jun , Davide Prina wrote:
 Package: root-plugin-tree-treeviewer
 in DDTSS I see:
 
 GUI to browse an a ROOT tree
   ^
 __|
 
 I think it must be:
 
 GUI to browse a ROOT tree
 
 and I see:
 
 a ROOT tree. in ROOT.
^
 ___|
 
 I think it must be:
 
 a ROOT tree, in ROOT.
 or
 a ROOT tree.

-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#678807: ttf-root-installer: post installation fails

2012-06-24 Thread Lifeng Sun
Hi Robert,

Thanks for report. The upstream web/ftp server is offline in last a
few days due to security issues (the upstream claims that it's the
first 1 days outage in 16 years). Although the web server is
recovered today, the ftp port is still blocked, which causes the
failure of postinst script.

At the moment you can fix it by replacing ftp://root.cern.ch/root/ttf/;
with http://root.cern.ch/download/ttf/; in the postinst script.

I would add error-handling in version 5.34.00-2.


Thanks,
Lifeng


On 14:36 Sun 06/24/12 Jun , Robert Luberda wrote:
 Package: ttf-root-installer
 Upgrade of ttf-root-installer fails:
 
   Setting up ttf-root-installer (5.34.00~rc1-1) ...
   dpkg: error processing ttf-root-installer (--configure):
 subprocess installed post-installation script returned error exit status 4
 
 
 When I add set -x into /var/lib/dpkg/info/ttf-root-installer.postinst,
 it is visible that the last command the script tries to download
 something with wget:
 
   + test -z
   + wget --continue --tries=1 --dns-timeout=10 --connect-timeout=5 
 --read-timeout=300 -q --directory-prefix . -c 
 ftp://root.cern.ch/root/ttf/ttf_fonts.tar.gz
   dpkg: error processing ttf-root-installer (--configure):
subprocess installed post-installation script returned error exit status 4
 
 but it fails to do any error-handling in case of any downloads issues.

-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#678843: root-plugin-hist-spectrumpainter: missing verb in package description

2012-06-24 Thread Lifeng Sun
Hi Davide,

Thanks for report. I also fixed it in the package root-plugin-hist-histpainter.


Cheers,
Lifeng

On 19:00 Sun 06/24/12 Jun , Davide Prina wrote:
 Package: root-plugin-hist-spectrumpainter
 in DDTSS I see:
 
 This package a painter of spectra for ROOT.
 ^
 |
 
 I think it must be something like this:
 
 This package contains a painter of spectra for ROOT.

-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#676980: Watch file

2012-06-13 Thread Lifeng Sun
Hi Daniel,

Thanks for report. Actually the current clhep package already ships a
watch file, and the new watch file is incompatible with the source
tarball [1], so I would manually close this bug.

Anyway, I will extend the current watch file to support more uscan
options, as you suggested for fastjet.


[1] https://lists.debian.org/debian-science/2012/05/msg00147.html


cheers,
Lifeng


On 00:03 Mon 06/11/12 Jun , Daniel Leidert wrote:
 Please find attached a watch file for clhep.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#676946: ITP: fflas-ffpack -- Linear algebra on finite fields

2012-06-10 Thread Lifeng Sun
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-science-maintain...@lists.alioth.debian.org

* Package name: fflas-ffpack
  Version : 1.6.0
  Upstream Author : Jean-Guillaume Dumas jean-guillaume.du...@imag.fr
Pascal Giorgi pascal.gio...@univ-perp.fr
Clément Pernet clement.per...@imag.fr
* URL : http://www-ljk.imag.fr/membres/Jean-Guillaume.Dumas/FFLAS/
* License : LGPL-2
  Programming Lang: C++
  Description : Linear algebra on finite fields

FFLAS-FFPACK consists in the creation of a set of routines, giving the
same tools as a set of classical Basic Linear Algebra Subroutines, but
working over finite fields. In the same way, some other routines of
higher level (such as the one in LAPACK) are also produced.

NOTE: the latest version of linbox now build-depends on FFLAS-FFPACK.

-- 


signature.asc
Description: Digital signature


Bug#675853: RFS: yaml-cpp/0.3.0-1 [ITP]

2012-06-03 Thread Lifeng Sun
Package: sponsorship-requests
Severity: wishlist


Dear mentors,

I am looking for a sponsor for my package yaml-cpp

 * Package name: yaml-cpp
   Version : 0.3.0-1
   Upstream Author : Jesse Beder be...@math.uiuc.edu
 * URL : http://code.google.com/p/yaml-cpp/
 * License : X
   Section : devel

It builds those binary packages:

 libyaml-cpp-dev - YAML parser and emitter for C++ - development files
 libyaml-cpp0.3 - YAML parser and emitter for C++

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/yaml-cpp


Alternatively, one can download the package with dget using this
command:

  dget -x 
http://mentors.debian.net/debian/pool/main/y/yaml-cpp/yaml-cpp_0.3.0-1.dsc

More information about hello can be obtained from 
http://code.google.com/p/yaml-cpp/.

Changes since the last upload:

  This is the initial upload of yaml-cpp package.

The package is required by rivet [1].


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

Regards,
Lifeng Sun

-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#644161: Broken symlink

2011-10-03 Thread Lifeng Sun
Package: libxmlrpc-core-c3-dev
Version: 1.16.33-3.1

Please move the symlink /usr/include/XmlRpcCpp.h to
libxmlrpc-c++4-dev, it is broken when libxmlrpc-core-c3-dev does
not contain the target C++ header.


Kind Regards,
Lifeng Sun

-- 


signature.asc
Description: Digital signature


Bug#642495: Fail to install stardict-gtk

2011-09-22 Thread Lifeng Sun
Package: stardict
Version: 3.0.1-8
Severity: grave

Hi,

stardict-gtk and stardict-gnome both ship stardict.desktop now, while
in the earlier versions it is shipped within stardict-common,

$ cat debian/stardict-gtk.install
stardict usr/bin/
debian/tmp/usr/share/applications/*   # stardict.desktop

$ cat debian/stardict-gnome.install
debian/tmp/usr/bin/stardict
debian/tmp/usr/lib/bonobo/servers/GNOME_Stardict.server
debian/tmp/usr/share/gnome/*
debian/tmp/usr/share/applications/*   # stardict.desktop
debian/tmp/etc/gconf/schemas/*
debian/tmp/usr/share/idl/*


it causes error during installation such as,


Unpacking replacement stardict-gtk ...
dpkg: error processing
/var/cache/apt/archives/stardict-gtk_3.0.1-8_amd64.deb (--unpack):
 trying to overwrite '/usr/share/applications/stardict.desktop', which
is also in package stardict-common 3.0.1-7
configured to not write apport reports
  Preparing to replace
stardict-common 3.0.1-7 (using .../stardict-common_3.0.1-8_all.deb) ...
Unpacking replacement stardict-common ...
Preparing to replace stardict 3.0.1-7 (using .../stardict_3.0.1-8_all.deb) ...
Unpacking replacement stardict ...
Processing triggers for menu ...
Processing triggers for man-db ...
Processing triggers for bash-completion ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for install-info ...
Processing triggers for doc-base ...
Processing 1 changed doc-base file...
Registering documents with scrollkeeper...
Errors were encountered while processing:
 /var/cache/apt/archives/stardict-gtk_3.0.1-8_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of stardict:
 stardict depends on stardict-gtk (= 3.0.1-8) | stardict-gnome (= 3.0.1-8); 
however:
  Version of stardict-gtk on system is 3.0.1-7+b1.
  Package stardict-gnome is not installed.
dpkg: error processing stardict (--configure):
 dependency problems - leaving unconfigured



it might work by moving stardict.desktop to stardict-common or
declaring stardict-{gtk,gnome} conflicted with earlier versions of
stardict-common.


Kind regards,
Lifeng Sun

-- 


signature.asc
Description: GnuPG digital signature


Bug#640572: paw: FTBFS: sed: can't read debian/paw-common/usr/share/man/man1/paw.1: No such file or directory

2011-09-13 Thread Lifeng Sun
Hi,

Thank you for reporting, and sorry for reply late, I just returned
from annual leave.

This bug was introduced during fixing the lintian error
temporary-debhelper-file of cernlib, it also occurs, though not
FTBFS, in the packages mclibs and geant321. I would upload a new
version of these packages after miagrating their patch system to
quilt.

To fix this FTBFS bug at the moment, you can rename the
debian/debhelper directory to debian/dh.


Best regards,
Lifeng


2011/9/6 Mònica Ramírez mon...@probeta.net:
 Source: paw
 Version: 1:2.14.04.dfsg.2-7
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110902 qa-ftbfs
 Justification: FTBFS on amd64

 Hi,

 During a rebuild of all packages in sid, your package failed to build on
 amd64.

 Relevant part:
 make[1]: Entering directory `/build/paw-P6ek6k/paw-2.14.04.dfsg.2'
 make[1]: Nothing to be done for `install-indep-local'.
 make[1]: Leaving directory `/build/paw-P6ek6k/paw-2.14.04.dfsg.2'
 dh_testdir
 dh_testroot
 dh_install -i
 dh_installdocs -i
 dh_installexamples -i
 # reference to kuesvr man page (cernlib source package) now moved
 # to section 7
 sed -i -e '/kuesvr/s/1/7/' debian/paw-common/usr/share/man/man1/paw.1
 sed: can't read debian/paw-common/usr/share/man/man1/paw.1: No such file or 
 directory
 make: *** [binary-indep] Error 2

 The full build log is available from:
   
 http://people.debian.org/~lucas/logs/2011/09/02/paw_1:2.14.04.dfsg.2-7_lsid64.buildlog

 A list of current common problems and possible solutions is available at
 http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

 About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
 of the Grid'5000 platform, using a clean chroot.  Internet was not
 accessible from the build systems.



 --
 debian-science-maintainers mailing list
 debian-science-maintain...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#636974: ITP: root-system -- CERN's ROOT Data Analysis Framework

2011-08-08 Thread Lifeng Sun
Hi,

On 10:47 Mon 08/08/11 Aug , Ralf Treinen wrote:
 there has already been in the past a root-system package, but it was
 removed since it was in a bad state:
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610011

Indeed. The former maintainer (Christian Holm) did huge works in packaging
ROOT for Debian and Fedora, and finally he left the game and no one officially
adopted root-system, though Antonio Salvucci continues to maintain a
non-official package in CERN [1]. My packaging will be based on their work.


[1] http://lcg-heppkg.web.cern.ch/lcg-heppkg/debian/pool/hep/r/root-system/

Thank you,
Lifeng

-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#636974: I could help with this package

2011-08-08 Thread Lifeng Sun
Well, only one test-suite of ROOT could alternately use CLHEP, but by default
they use ROOT's internal interface. The dependency of CLHEP is really
unnecessary.

Lifeng

On 11:30 Mon 08/08/11 Aug , Bastien ROUCARIES wrote:
 block 636974 by 636972
 thanks
 
 I could help with this package.
 
 But it will need clhep.
 
 It is a huge task.
 
 I think we could incremently package it
 
 First will be  to package clint
 
 Bastien

-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#636972: ITP: clhep -- Class Library for High Energy Physics

2011-08-07 Thread Lifeng Sun
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-science-maintain...@lists.alioth.debian.org

* Package name: clhep
  Version : 2.1.1.0
  Upstream Author : Lynn Garren el al. clhep-edit...@cern.ch
* URL : http://proj-clhep.web.cern.ch/proj-clhep/
* License : GPL-3, LGPL-3
  Programming Lang: C++
  Description : Class Library for High Energy Physics

The CLHEP package is a set of High Energy Physics specific foundation
and utility classes such as random generators, physics vectors,
geometry and linear algebra.

-- 


signature.asc
Description: Digital signature


Bug#636974: ITP: root-system -- CERN's ROOT Data Analysis Framework

2011-08-07 Thread Lifeng Sun
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-science-maintain...@lists.alioth.debian.org

* Package name: root-system
  Version : 5.30.00
  Upstream Author : Rene Brun et al. root...@root.cern.ch
* URL : http://root.cern.ch
* License : LGPL-2.1, GPL-3
  Programming Lang: C++
  Description : CERN's ROOT Data Analysis Framework

ROOT is an object-oriented program and library developed by CERN. It
was originally designed for particle physics data analysis and
contains several features specific to this field, but it is also used
in other applications such as astronomy and data mining.

-- 


signature.asc
Description: Digital signature


Bug#636976: ITP: hepmc -- C++ Event Record for Monte Carlo Generators

2011-08-07 Thread Lifeng Sun
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-science-maintain...@lists.alioth.debian.org

* Package name: hepmc
  Version : 2.06.05
  Upstream Author : Lynn Garren gar...@fnal.gov
* URL : https://savannah.cern.ch/projects/hepmc/
* License : GPL-2
  Programming Lang: C++
  Description : C++ Event Record for Monte Carlo Generators

The HepMC package is an object oriented event record written in C++ for
High Energy Physics Monte Carlo Generators.

Many extensions from HEPEVT, the Fortran HEP standard, are supported:
the number of entries is unlimited, spin density matrices can be
stored with each vertex, flow patterns (such as color) can be stored
and traced, integers representing random number generator states can
be stored, and an arbitrary number of event weights can be
included. Particles and vertices are kept separate in a graph
structure, physically similar to a physics event.

The added information supports the modularisation of event generators.
Event information is accessed by means of iterators supplied with the
package.

-- 


signature.asc
Description: Digital signature


Bug#636978: ITP: lhapdf -- Les Houches Accord Parton Density Function interface

2011-08-07 Thread Lifeng Sun
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-science-maintain...@lists.alioth.debian.org

* Package name: lhapdf
  Version : 5.8.6
  Upstream Author : M. R. Whalley m.r.whal...@durham.ac.uk,
Andy Buckley andy.buck...@durham.ac.uk
* URL : http://projects.hepforge.org/lhapdf/
* License : GPL-2
  Programming Lang: Fortran
  Description : Les Houches Accord Parton Density Function interface

LHAPDF provides a unified and easy to use interface to modern PDF
sets. It is designed to work not only with individual PDF sets but
also with the more recent multiple error sets. It can be viewed as
the successor to PDFLIB, incorporating many of the older sets found in
the latter, including pion and photon PDFs. In LHAPDF the computer
code and input parameters/grids are separated thus allowing more easy
updating and no limit to the expansion possibilities.

-- 


signature.asc
Description: Digital signature


Bug#636979: ITP: fastjet2 -- Fast C++ code for the kt and other jet algorithms

2011-08-07 Thread Lifeng Sun
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-science-maintain...@lists.alioth.debian.org

* Package name: fastjet2
  Version : 2.4.4
  Upstream Author : Matteo Cacciari cacci...@lpthe.jussieu.fr
Gregory Soyez gso...@quark.phy.bnl.gov
Gavin Salam sa...@lpthe.jussieu.fr
* URL : http://www.lpthe.jussieu.fr/~salam/fastjet/
* License : GPL-2
  Programming Lang: C++
  Description : Fast C++ code for the kt and other jet algorithms

The FastJet package provides a fast implementation of several
longitudinally invariant sequential recombination jet algorithms, in
particular the longitudinally invariant kt jet algorithm, the
inclusive longitudinally invariant version of the Cambridge/Aachen
jet-algorithm, and the inclusive anti-kt algorithm.

(some plugins of this package are not DFSG conformed, I would purge
them first.)

-- 


signature.asc
Description: Digital signature


Bug#636980: ITP: siscone -- Seedless Infrared Safe Cone Jet Finder

2011-08-07 Thread Lifeng Sun
Subject: ITP: siscone -- Seedless Infrared Safe Cone Jet Finder
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-science-maintain...@lists.alioth.debian.org

* Package name: siscone
  Version : 2.0.2
  Upstream Author : Gregory Soyez gso...@quark.phy.bnl.gov
Gavin Salam sa...@lpthe.jussieu.fr
* URL : http://projects.hepforge.org/siscone/
* License : GPL-2
  Programming Lang: C++
  Description : Seedless Infrared Safe Cone Jet Finder

SISCone implements a seedless infrared (IR) safe cone jet algorithm,
it takes N^2*ln(N) time to find jets among N particles, comparing to
N*2^N time of other algorithms.

-- 


signature.asc
Description: Digital signature


Bug#636981: ITP: pythia8 -- Events Generator of High Energy Physics

2011-08-07 Thread Lifeng Sun
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-science-maintain...@lists.alioth.debian.org

* Package name: pythia8
  Version : 8.1.50
  Upstream Author : Torbjorn Sjostrand torbj...@thep.lu.se
Stefan Ask stefan@cern.ch
Richard Corke richard.co...@thep.lu.se
Stephen Mrenna mre...@fnal.gov
Peter Skands peter.ska...@cern.ch
* URL : http://home.thep.lu.se/~torbjorn/Pythia.html
* License : GPL-2
  Programming Lang: C++
  Description : Events Generator of High Energy Physics

PYTHIA is a program for the generation of high-energy physics events,
i.e. for the description of collisions at high energies between
elementary particles such as e+, e-, p and pbar in various
combinations. It contains theory and models for a number of physics
aspects, including hard and soft interactions, parton distributions,
initial- and final-state parton showers, multiple interactions,
fragmentation and decay.

-- 


signature.asc
Description: Digital signature


Bug#636983: ITP: rivet -- Robust Independent Validation of Experiment and Theory

2011-08-07 Thread Lifeng Sun
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-science-maintain...@lists.alioth.debian.org

* Package name: rivet
  Version : 1.6.0
  Upstream Author : Leif Lonnblad leif.lonnb...@thep.lu.se
Andy Buckley andy.buck...@durham.ac.uk
Jon Butterworth j.butterwo...@ucl.ac.uk
* URL : http://projects.hepforge.org/rivet/
* License : GPL-2
  Programming Lang: C++
  Description : Robust Independent Validation of Experiment and Theory

Rivet is a toolkit for validation of Monte Carlo event
generators. Using a computationally efficient model for observable
computations, Rivet provides a set of experimental analyses useful for
generator sanity checks, as well as a convenient infrastructure for
adding your own analysis.

-- 


signature.asc
Description: Digital signature


Bug#636985: ITP: yaml-cpp -- YAML parser and emitter for C++

2011-08-07 Thread Lifeng Sun
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist

* Package name: yaml-cpp
  Version : 0.2.6
  Upstream Author : Jesse Beder be...@math.uiuc.edu
* URL : http://code.google.com/p/yaml-cpp/
* License : X
  Programming Lang: C++
  Description : YAML parser and emitter for C++

yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2
specification.

(this package is required by Rivet, see #636983)

-- 


signature.asc
Description: Digital signature


Bug#636986: ITP: thepeg -- Toolkit for High Energy Physics Event Generation

2011-08-07 Thread Lifeng Sun
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-science-maintain...@lists.alioth.debian.org

* Package name: thepeg
  Version : 1.7.1
  Upstream Author : Leif Lonnblad leif.lonnb...@thep.lu.se
David Grellscheid david.grellsch...@durham.ac.uk
Peter Richardson  peter.richard...@durham.ac.uk
* URL : http://projects.hepforge.org/thepeg/
* License : GPL-2
  Programming Lang: C++
  Description : Toolkit for High Energy Physics Event Generation

ThePEG is a general toolkit for implementing physics models of event
generation in high energy particle collisions. It defines a general
structure of event generation in terms of abstract base classes for
e.g. hard partonic matrix elements, parton showers and the decay of
unstable particles. Different models are then implemented by creating
classes which inherits from these base classes and implements sets of
pre-defined virtual functions.

-- 


signature.asc
Description: Digital signature


Bug#636987: ITP: looptools -- Integral Evaluator of One-loop Feynman Diagram

2011-08-07 Thread Lifeng Sun
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-science-maintain...@lists.alioth.debian.org

* Package name: looptools
  Version : 2.7
  Upstream Author : Thomas Hahn h...@mpp.mpg.de
* URL : http://www.feynarts.de/looptools/
* License : LGPL-3
  Programming Lang: Fortran
  Description : Integral Evaluator of One-loop Feynman Diagram

LoopTools is a package for evaluation of scalar and tensor one-loop
integrals based on the FF package by G.J. van Oldenborgh. It features
an easy Fortran, C++, and Mathematica interface to the scalar one-loop
functions of FF and in addition provides the 2-, 3-, and 4-point
tensor coefficient functions.

-- 


signature.asc
Description: Digital signature


Bug#636988: ITP: herwig++ -- Multi-purpose event generator for high energy physics

2011-08-07 Thread Lifeng Sun
Package: wnpp
Owner: Lifeng Sun lifong...@gmail.com
Severity: wishlist
X-Debbugs-CC: debian-science-maintain...@lists.alioth.debian.org

* Package name: herwig++
  Version : 2.5.1
  Upstream Author : David Grellscheid et al. her...@projects.hepforge.org
* URL : http://projects.hepforge.org/herwig/
* License : GPL-2
  Programming Lang: C++
  Description : Multi-purpose event generator for high energy physics

Herwig++ is a completely new event generator, written in C++. It is
built on the experience gained with the well-known event generator
HERWIG. The aim is to provide a multi purpose event generator with
similar or improved capabilities (like angular ordered parton
evolution and the cluster hadronization model).

-- 


signature.asc
Description: Digital signature


Bug#627532: allocator using mmap crashes on non-4k-page platforms

2011-05-21 Thread Lifeng Sun
Package: apr
Version: 1.4.4-1
Severity: grave
Tags: patch

The code incorrectly presumes the page size will be always 4k, which
causes that it fails to pass the test suite on non-4k-page platforms.
The attached patch seems to work.


Regards,
Lifeng

-- 
diff --git a/memory/unix/apr_pools.c b/memory/unix/apr_pools.c
index 9ac3977..50d5acf 100644
--- a/memory/unix/apr_pools.c
+++ b/memory/unix/apr_pools.c
@@ -47,7 +47,7 @@
  * Magic numbers
  */
 
-#define MIN_ALLOC 8192
+#define MIN_ALLOC (2 * BOUNDARY_SIZE)
 #define MAX_INDEX   20
 
 #if APR_ALLOCATOR_USES_MMAP  defined(_SC_PAGESIZE)


Bug#621357: [INTL:da] Danish translation of the debconf templates cernlib

2011-04-07 Thread Lifeng Sun
Hi Joe,

Thanks for translation. I will include your work in the next upload.


Best regards,
- Lifeng

On 21:46 Wed 04/06/11 Apr , Joe Dalton wrote:
 Package: cernlib
 Severity: wishlist
 Tags: l10n patch
 
 Please include the attached Danish debconf translations.
 
 joe@joe-desktop:~/over/debian/cernlib$ msgfmt --statistics -c -v -o /dev/null 
 da.po
 da.po: 4 oversatte tekster.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#620206: Fail to install libmpich2-3

2011-03-30 Thread Lifeng Sun
Package: libmpich2-3
Version: 1.4~rc1-1

I fail to install libmpich2-3 on a system with libmpich2-2, it seems
libmpich2-3 should declare early versions of libmpich2 in its Breaks
field.


Cheers,
- Lifeng

-- 


signature.asc
Description: GnuPG digital signature


Bug#619388: ITP: cernlib -- CERNLIB data analysis suite

2011-03-26 Thread Lifeng Sun
Hi,

On 23:22 Fri 03/25/11 Mar , Pau Garcia i Quiles wrote:
 Apparently development on cernlib was stopped in 2000:
 
 http://cernlib.web.cern.ch/cernlib/news/future.html
 
 Has that decision been revoked? It there is no further development, I
 wonder whether it makes sense to have cernlib in Debian :-?

Thank you for comments. Technically, this decision was revoked, and
the upstream continued the development, though moribundly, until 2006.

Since 2002, the former Debian maintainer of these packages, Kevin
B. McCarty, also played a role of substitute upstream author and kept
them operational until he retired from Debian in the end of 2009. My
co-maintainer, Bastien Roucaries, and myself will follow Kevin's work,
and are planning to fork a free version of CERNLIB, as I mentioned in
this thread.


Kind regards,
- Lifeng

-- 


signature.asc
Description: GnuPG digital signature


Bug#619388: ITP: cernlib -- CERNLIB data analysis suite

2011-03-24 Thread Lifeng Sun
Hi,

On 08:57 Thu 03/24/11 Mar , Joerg Jaspert wrote:
 That is, when you want to maintain this package, have you considered
 this? Are you prepared to take over the full maintenance of it? If you
 just want to stick it into Debian as it is/was, so it becomes bitrot
 here, that wouldnt be a good thing. If you DO want to maintain it fully,
 and want to address the problems it seems to have, fine.

Thank you for comments.  I am well aware of these threads.  Certainly
I intend to take over the full maintenance, and we are planning to
fork a free version from the upstream and continue the development of
CERNLIB to keep it operational on other distribution and OS.



Kind regards,
- Lifeng


-- 


signature.asc
Description: GnuPG digital signature


Bug#619388: ITP: cernlib -- CERNLIB data analysis suite

2011-03-23 Thread Lifeng Sun
Package: wnpp
Severity: wishlist
Owner: Lifeng Sun lifong...@gmail.com

* Package name: cernlib
  Version : 2006
  Upstream Author : CERN - European Laboratory for Particle Physics
* URL : http://cernlib.web.cern.ch/cernlib/
* License : GPL-2+
  Programming Lang: Fortran, C
  Description : CERNLIB data analysis suite

CERNLIB is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other fields
such as the biological sciences.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#619393: ITP: paw -- Physics Analysis Workstation

2011-03-23 Thread Lifeng Sun
Package: wnpp
Severity: wishlist
Owner: Lifeng Sun lifong...@gmail.com

* Package name: paw
  Version : 2.14.04
  Upstream Author : CERN - European Laboratory for Particle Physics
* URL : http://paw.web.cern.ch/paw/
* License : GPL-2+
  Programming Lang: Fortran, C
  Description : Physics Analysis Workstation

PAW is an interactive program providing interactive graphical
presentation and statistical and mathematical analysis tools.  It is
designed to work on objects familiar to physicists such as histograms,
event files (Ntuples), vectors, etc.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#619394: ITP: mclibs -- CERNLIB Monte Carlo libraries

2011-03-23 Thread Lifeng Sun
Package: wnpp
Severity: wishlist
Owner: Lifeng Sun lifong...@gmail.com

* Package name: mclibs
  Version : 2006
  Upstream Author : CERN - European Laboratory for Particle Physics
* URL : http://wwwasd.web.cern.ch/wwwasd/cernlib/mc.html
* License : GPL-2+
  Programming Lang: Fortran, C
  Description : CERNLIB Monte Carlo libraries

This package provides various Monte Carlo libraries included in
CERNLIB.  Likely only physicists will be interested in these packages.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#619396: ITP: geant321 -- Particle detector description and simulation tool

2011-03-23 Thread Lifeng Sun
Package: wnpp
Severity: wishlist
Owner: Lifeng Sun lifong...@gmail.com

* Package name: geant321
  Version : 3.21.14
  Upstream Author : CERN - European Laboratory for Particle Physics
* URL : http://wwwasd.web.cern.ch/wwwasd/geant/index.html
* License : GPL-2+
  Programming Lang: Fortran, C
  Description : Particle detector description and simulation tool

GEANT is a framework for simulating the passage of subatomic particles
through matter, for instance, particle detectors.  For maximum
flexibility, GEANT simulations are performed by linking FORTRAN code
supplied by the user with the GEANT library, then running the
resulting executable.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#619393: ITP: paw -- Physics Analysis Workstation

2011-03-23 Thread Lifeng Sun
Hi,

On Wed, Mar 23, 2011 at 6:11 PM, Mika Pflüger deb...@mikapflueger.de wrote:
 It seems that PAW is upstream dead (last activity on the website was in
 2006, the last release of PAW was in 2002, the cernlib site states in
 red: 'The development and support for CERNLIB has been discontinued.
 Libraries will be continued to be provided as is'), additionally I
 don't see it being GPL-2+ licensed, at least I couldn't find any file
 stating this (I searched in the 2006 tarball obtained from
 http://cernlib.web.cern.ch/cernlib/version.html, maybe there is another
 version?). Additionally, in the tarball are quite a lot of files that
 are definitively not GPL-2+, although they arguably don't belong to PAW.
 An example would be the file
 2006/src/packlib/fatmen/scripts/unix/ctab_root.dat
 which contains:
 # (C) COPYRIGHT International Business Machines Corp. 1989,1991
 # All Rights Reserved
 # Licensed Materials - Property of IBM
 #
 # US Government Users Restricted Rights - Use, duplication or
 # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
 with no further licenses. This doesn't sound like GPL-2+

 Additionally, it seems to be utterly undocumented - I wanted to test if
 PAWs is useful at all nowadays but couldn't figure out how to build it.

 Maybe I missed the right tarball or am just to thick, but to me it
 looks rather unclear if this software is worth the hassle.

These ITPs would be tagged ITA rather than ITP if the CERNLIB-related
packages were not removed from unstable about three weeks ago[1].  The
former maintainer, Kevin B. McCarty, has made them DFSG conformed and
I will follow his work.  We are also planning to fork a free version
of CERNLIB. Thank you.

Mathieu, yes, I will set the Debian Science Team as co-maintainer.


[1] http://lists.debian.org/debian-science/2011/03/msg9.html



Kind regards,
- Lifeng

-- 


signature.asc
Description: GnuPG digital signature


Bug#619396: ITP: geant321 -- Particle detector description and simulation tool

2011-03-23 Thread Lifeng Sun
Hi,

On Wed, Mar 23, 2011 at 6:29 PM, Mika Pflüger deb...@mikapflueger.de wrote:
 Additionally to my concerns towards cernlib in general (see answer to
 #619393), I think that GEANT is not free software.

Thank you for figuring out the license issue, please see answer to
#619393.



Kind regards,
- Lifeng

-- 


signature.asc
Description: GnuPG digital signature


Bug#617283: libmpich2-dev: Wrong fortran module version wrt gfortran-4.5

2011-03-09 Thread Lifeng Sun
Hi,

On 10:41 Wed 03/09/11 Mar , Lucas Nussbaum wrote:
 On 07/03/11 at 20:25 +0100, jourdan wrote:
  Package: libmpich2-dev
  Version: 1.3.3~rc1-1
  Severity: important
  
  Hi,
  
  Compiling a fortran 90 file that uses the module mpi.mod from mpich2, I get 
  the following error:
  
  use mpi
   1
  Fatal Error: Wrong module version '0' (expected '4') for file 'mpi.mod' 
  opened at (1)
  
  It seems the module version has changed with gfortran 4.5 (the problem did 
  not happen with 4.4). Perhaps a rebuild of libmpich2 would do?
  
 Hi,
 
 Are you in a position to debug this further? I don't think that a
 rebuild of the package would help since it was very recently uploaded.

Fortran module files created by gfortran is not compatible between
versions of gfortran. Rebuiding the package by gfortran-4.5 works ONLY
for the same version of gfortran.


 - Lifeng


signature.asc
Description: GnuPG digital signature


Bug#614471:

2011-02-22 Thread Lifeng Sun
Hello,

On 09:38 Tue 02/22/11 Feb , Mathieu Malaterre wrote:
 reassign 614471 ffmpeg
 thanks
 
  [ 29%] Building CXX object 
  VTK/IO/CMakeFiles/vtkIO.dir/vtkPostgreSQLQuery.cxx.o
  In file included from /usr/include/libavutil/avutil.h:81,
   from /usr/include/libavcodec/avcodec.h:30,
   from /usr/include/libavformat/avformat.h:56,
   from 
  /build/user-paraview_3.8.1-2-amd64-4Wj_N7/paraview-3.8.1/VTK/IO/vtkFFMPEGWriter.cxx:27:
  /usr/include/libavutil/common.h: In function 'int32_t 
  av_clipl_int32(int64_t)':
  /usr/include/libavutil/common.h:154: error: 'UINT64_C' was not declared in 
  this scope
 
 Clearly the issue is in the libavutil.h code (not in paraview)

This is an issue of paraview. Paraview is written in C++ while
libavutil is written in C. The ISO C99 standard (7.18.4) specifies
that C++ implementations should define UINT64_C only when
__STDC_CONSTANT_MACROS is defined, so even when stdint.h is included,
UINT64_C may be not in scope in C++ programs, but this never happens
in C programs.



Regards,
Lifeng

 
 
 /**
  * Clips a signed 64-bit integer value into the -2147483648,2147483647 range.
  * @param a value to clip
  * @return clipped value
  */
 static inline av_const int32_t av_clipl_int32(int64_t a)
 {
 if ((a+0x8000u)  ~UINT64_C(0x)) return (a63) ^ 0x7FFF;
 else return a;
 }
 
 
 Thanks
 
 
 
 --
 debian-science-maintainers mailing list
 debian-science-maintain...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/debian-science-maintainers

-- 
--- a/VTK/IO/vtkFFMPEGWriter.cxx
+++ b/VTK/IO/vtkFFMPEGWriter.cxx
@@ -21,6 +21,10 @@
 #include vtkFFMPEGConfig.h
 
 extern C {
+#ifndef __STDC_CONSTANT_MACROS
+# define __STDC_CONSTANT_MACROS
+#endif
+
 #ifdef VTK_FFMPEG_HAS_OLD_HEADER
 # include ffmpeg/avformat.h
 #else


signature.asc
Description: GnuPG digital signature


Bug#614083: guiqwt: FTBFS on multiple architectures - unrecognized command line option -msse2

2011-02-21 Thread Lifeng Sun
Hi all,

On 11:43 Mon 02/21/11 Feb , Picca Frédéric-Emmanuel wrote:
 Le Mon, 21 Feb 2011 10:56:39 +0100,
 Julien Cristau jcris...@debian.org a écrit :
 
  This patch is wrong.  We don't want to pass -msse2 on ANY architecture.
  Whatever the build cpu.
 
 Can you provide an explaination, that way it would be easier for me to 
 convince the upstream
 to remove this flag.

I think the point is that, for one architecture, only the binaries
contain the COMMON instruction set should be shipped in debian,
otherwise the binary will be broken on some users' platforms, so this
patch could be accepted by the upstream but not debian (and other
binary-based distributions). In debian, simply remove the -msse2 flags
should be okay.

 
 thanks
 
 Frederic
 
 PS: I suppose that the authors whant sse2 optimisation in ht egenerated code.
 
 -- 
 GPG public key 4096R/4696E015 2011-02-14
 fingerprint = E92E 7E6E 9E9D A6B1 AA31  39DC 5632 906F 4696 E015
 uid  Picca Frédéric-Emmanuel pi...@synchrotron-soleil.fr


Regards,
Lifeng

-- 


signature.asc
Description: GnuPG digital signature


Bug#614083: guiqwt: FTBFS on multiple architectures - unrecognized command line option -msse2

2011-02-20 Thread Lifeng Sun
Hello,

-msse2 is hard-coded as default compile option, which is not
supported on non-PC archs. The attached patch detects SSE2
support.

CCed to upstream author.


regards,
Lifeng

On 15:13 Sat 02/19/11 Feb , Hector Oron wrote:
 Package: guiqwt
 Version: 2.0.8.1-1
 Severity: serious
 
 Hello,
 
   Your package fails to build on many architectures:
 
   Find full build log information at:
   
 https://buildd.debian.org/fetch.cgi?pkg=guiqwt;ver=2.0.8.1-1;arch=armel;stamp=1298113143
 
   Find an overview of failing architectures at:
   https://buildd.debian.org/pkg.cgi?pkg=guiqwt
 
 Best regards,
 
 -- System Information:
 Debian Release: squeeze/sid
   APT prefers testing
   APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
 Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 
 
 --
 debian-science-maintainers mailing list
 debian-science-maintain...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/debian-science-maintainers

-- 
--- a/setup.py
+++ b/setup.py
@@ -97,6 +97,15 @@
 
 cmdclass['build_doc'] = build_doc
 
+from numpy.distutils.cpuinfo import cpu
+
+sse2_flag=
+
+try:   
+if cpu._has_sse2():
+sse2_flag=-msse2 
+except KeyError:
+pass
 
 setup(name=LIBNAME, version=version,
   download_url='http://%s.googlecode.com/files/%s-%s.zip' % (
@@ -108,7 +117,7 @@
   ext_modules=[Extension(LIBNAME+'._ext', [join(src, 'histogram.f')]),
Extension(LIBNAME+'._mandel', [join(src, 'mandel.f90')]),
Extension(LIBNAME+'._scaler', [join(src, scaler.cpp)],
- extra_compile_args=[-msse2 -Wall -Werror,],
+ extra_compile_args=[sse2_flag+-Wall -Werror,],
  depends=[join(src, traits.hpp),
   join(src, points.hpp),
   join(src, arrays.hpp),


signature.asc
Description: GnuPG digital signature


Bug#614148: guiqwt: FTBFS: tries to include non-PIC FORTRAN object in shared library

2011-02-20 Thread Lifeng Sun
Hello,

I find it works on my MIPS box by simply export FFLAGS=-fPIC in
debian/rules.


regards,
Lifeng

On 18:13 Sat 02/19/11 Feb , Aaron M. Ucko wrote:
 Package: guiqwt
 Version: 2.0.8.1-1
 Severity: serious
 Justification: fails to build from source (but built successfully in the past)
 
 Builds of guiqwt are failing on architectures such as amd64 that
 require all objects comprising a shared library to have been compiled
 as position-independent code:
 
/usr/bin/gfortran -Wall -shared 
 build/temp.linux-x86_64-2.5/build/src.linux-x86_64-2.5/guiqwt/_extmodule.o 
 build/temp.linux-x86_64-2.5/build/src.linux-x86_64-2.5/fortranobject.o 
 build/temp.linux-x86_64-2.5/src/histogram.o -lgfortran -o 
 build/lib.linux-x86_64-2.5/guiqwt/_ext.so
/usr/bin/ld: build/temp.linux-x86_64-2.5/src/histogram.o: relocation 
 R_X86_64_PC32 against undefined symbol `lround@@GLIBC_2.2.5' can not be used 
 when making a shared object; recompile with -fPIC
 
 Could you please contrive to pass the (undocumented!) -fPIC option to
 the FORTRAN compiler as well as the C one?
 
 Thanks!
 
 
 
 --
 debian-science-maintainers mailing list
 debian-science-maintain...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/debian-science-maintainers

-- 


signature.asc
Description: GnuPG digital signature


Bug#508495: RFA: paw -- Physics Analysis Workstation - a graphical analysis program

2010-10-11 Thread Lifeng Sun
Hello,

It seems work with the attached patch.


best regards,
Lifeng

On 18:44 Wed 09/01/10 Sep , Julien Cristau wrote:
 On Thu, Dec 11, 2008 at 12:19:34 -0800, Kevin B. McCarty wrote:
 
  Package: wnpp
  Severity: normal
  
  RFA'ing paw along with Cernlib, please see #508413 for details.
  
 
 On Fri, Oct 30, 2009 at 11:05:32 +0100, Francois Niedercorn wrote:
 
  retitle 508495 ITA: paw
  thanks
  
  Hi,
  
  I intend to adopt paw package, and plan to set debian science as
  comaintainers.
  
 Has anything happened with this?  paw has an FTBFS bug open for a while,
 and the cernlib-related packages appear to still be orphaned?
 
 If people want this in squeeze now's high time to step up, otherwise
 I'll have to get these packages out of testing.
 
 Cheers,
 Julien



-- 
diff -urNad a/debian/patches/306-patch-assert.h-for-makedepend.dpatch 
b/debian/patches/306-patch-assert.h-for-makedepend.dpatch
--- a/debian/patches/306-patch-assert.h-for-makedepend.dpatch   2010-10-11 
23:16:36.0 +0800
+++ b/debian/patches/306-patch-assert.h-for-makedepend.dpatch   2010-10-11 
23:17:16.0 +0800
@@ -6,9 +6,9 @@
 ## DP: makedepend (cf. Debian bug # 171908).
 
 @DPATCH@
-diff -urNad cernlib-2005.05.09/src/include/assert.h 
/tmp/dpep.9sKNsJ/cernlib-2005.05.09/src/include/assert.h
+diff -urNad cernlib-2005.05.09/src/include/assert.h 
cernlib-2005.05.09/src/include/assert.h
 --- cernlib-2005.05.09/src/include/assert.h1969-12-31 19:00:00.0 
-0500
-+++ /tmp/dpep.9sKNsJ/cernlib-2005.05.09/src/include/assert.h   2005-06-09 
12:50:41.751880968 -0400
 cernlib-2005.05.09/src/include/assert.h2005-06-09 12:50:41.751880968 
-0400
 @@ -0,0 +1,153 @@
 +#ifndef CERNLIB_LINUX
 +# include /usr/include/assert.h
diff -urNad a/debian/patches/705-patch-paw_motif-paw-Imakefiles.dpatch 
b/debian/patches/705-patch-paw_motif-paw-Imakefiles.dpatch
--- a/debian/patches/705-patch-paw_motif-paw-Imakefiles.dpatch  2010-10-11 
23:16:36.0 +0800
+++ b/debian/patches/705-patch-paw_motif-paw-Imakefiles.dpatch  2010-10-11 
23:17:21.0 +0800
@@ -6,9 +6,9 @@
 ## DP: its own library.
 
 @DPATCH@
-diff -urNad cernlib-2005.05.09/src/Imakefile 
/tmp/dpep.Rec1V8/cernlib-2005.05.09/src/Imakefile
+diff -urNad cernlib-2005.05.09/src/Imakefile cernlib-2005.05.09/src/Imakefile
 --- cernlib-2005.05.09/src/Imakefile   2005-06-13 16:04:27.418461884 -0400
-+++ /tmp/dpep.Rec1V8/cernlib-2005.05.09/src/Imakefile  2005-06-13 
16:04:48.698899728 -0400
 cernlib-2005.05.09/src/Imakefile   2005-06-13 16:04:48.698899728 -0400
 @@ -2,7 +2,7 @@
  #define PassCDebugFlags
  
@@ -18,9 +18,9 @@
  
  SUBDIRS= $(LIBDIRS) patchy cfortran
  
-diff -urNad cernlib-2005.05.09/src/pawlib/paw/cdf/Imakefile 
/tmp/dpep.Rec1V8/cernlib-2005.05.09/src/pawlib/paw/cdf/Imakefile
+diff -urNad cernlib-2005.05.09/src/pawlib/paw/cdf/Imakefile 
cernlib-2005.05.09/src/pawlib/paw/cdf/Imakefile
 --- cernlib-2005.05.09/src/pawlib/paw/cdf/Imakefile1999-08-31 
04:47:07.0 -0400
-+++ /tmp/dpep.Rec1V8/cernlib-2005.05.09/src/pawlib/paw/cdf/Imakefile   
2005-06-13 16:05:01.263206159 -0400
 cernlib-2005.05.09/src/pawlib/paw/cdf/Imakefile2005-06-13 
16:05:01.263206159 -0400
 @@ -1,6 +1,6 @@
  #define IHaveCDF
  
@@ -29,9 +29,9 @@
  
  #ifdef CERNLIB_IBMRT
  /* Otherwise cc dies with internal compiler error on pawcdf. 
-diff -urNad cernlib-2005.05.09/src/pawlib/paw/code/Imakefile 
/tmp/dpep.Rec1V8/cernlib-2005.05.09/src/pawlib/paw/code/Imakefile
+diff -urNad cernlib-2005.05.09/src/pawlib/paw/code/Imakefile 
cernlib-2005.05.09/src/pawlib/paw/code/Imakefile
 --- cernlib-2005.05.09/src/pawlib/paw/code/Imakefile   2005-06-13 
16:04:26.689618135 -0400
-+++ /tmp/dpep.Rec1V8/cernlib-2005.05.09/src/pawlib/paw/code/Imakefile  
2005-06-13 16:04:33.962059051 -0400
 cernlib-2005.05.09/src/pawlib/paw/code/Imakefile   2005-06-13 
16:04:33.962059051 -0400
 @@ -11,8 +11,8 @@
pautit.F pavect.F paw.F pawbrk.F pawdef.F pawfca.F \ @@\
pawfitz.F pawfop.F pawfu1.F pawfu2.F \ @@\
@@ -43,9 +43,9 @@
pawsim.F pawusr.F pawuwf.F paxcut.F pazdz.F pazfz.F pazrz.F \ @@\
pchain.F pchclo.F pchncd.F pchrop.F pcnext.F pfclos.F \ @@\
pfhigz.F pfindc.F pfindf.F pfindf1.F pfindv.F pfinit.F pflog.F \ @@\
-diff -urNad cernlib-2005.05.09/src/pawlib/paw/Imakefile 
/tmp/dpep.Rec1V8/cernlib-2005.05.09/src/pawlib/paw/Imakefile
+diff -urNad cernlib-2005.05.09/src/pawlib/paw/Imakefile 
cernlib-2005.05.09/src/pawlib/paw/Imakefile
 --- cernlib-2005.05.09/src/pawlib/paw/Imakefile2000-06-27 
11:27:03.0 -0400
-+++ /tmp/dpep.Rec1V8/cernlib-2005.05.09/src/pawlib/paw/Imakefile   
2005-06-13 16:04:33.962059051 -0400
 cernlib-2005.05.09/src/pawlib/paw/Imakefile2005-06-13 
16:04:33.962059051 -0400
 @@ -9,6 +9,9 @@
  
  LIBDIRS= code cpaw cdf ntuple mlpfit
@@ -64,18 +64,18 @@
  
  SUBDIRS= $(LIBDIRS) programs piafs hbpiaf stagerd paw
  
-diff -urNad cernlib-2005.05.09/src/paw_motif/cdf/Imakefile