[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#703136: marked as done (unblock: mclibs/20061220+dfsg3-2)



Your message dated Sat, 16 Mar 2013 11:14:31 +0000
with message-id <1363432471.2662.9.camel@jacala.jungle.funky-badger.org>
and subject line Re: Bug#703136: unblock: mclibs/20061220+dfsg3-2
has caused the Debian Bug report #703136,
regarding unblock: mclibs/20061220+dfsg3-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
703136: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703136
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@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 <lifongsun@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 <lifongsun@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..0000000
--- 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 <kmccarty@debian.org>
-
diff --git a/debian/debhelper/README.examples.isajet b/debian/debhelper/README.examples.isajet
deleted file mode 100644
index 4be875d..0000000
--- 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 <kmccarty@debian.org>
-
diff --git a/debian/debhelper/libcojets2-dev.dirs b/debian/debhelper/libcojets2-dev.dirs
deleted file mode 100644
index 6845771..0000000
--- 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..0000000
--- 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..0000000
--- 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..0000000
--- 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..0000000
--- 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/usr/include/cojets/
diff --git a/debian/debhelper/libcojets2-gfortran.install b/debian/debhelper/libcojets2-gfortran.install
deleted file mode 100644
index eeb4129..0000000
--- a/debian/debhelper/libcojets2-gfortran.install
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/tmp/usr/lib/libcojets.so.2_gfortran.2006
-debian/tmp/usr/lib/libcojets.so.2_gfortran
-debian/lintian-overrides/libcojets2-gfortran usr/share/lintian/overrides
diff --git a/debian/debhelper/libeurodec1-dev.dirs b/debian/debhelper/libeurodec1-dev.dirs
deleted file mode 100644
index 6845771..0000000
--- a/debian/debhelper/libeurodec1-dev.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib
diff --git a/debian/debhelper/libeurodec1-dev.doc-base b/debian/debhelper/libeurodec1-dev.doc-base
deleted file mode 100644
index 334fe12..0000000
--- a/debian/debhelper/libeurodec1-dev.doc-base
+++ /dev/null
@@ -1,10 +0,0 @@
-Document: eurodec-manual
-Title: Eurodec
-Author: A. Ali, B. van Eijk
-Abstract: Summary of the Eurodec Monte Carlo simulation library, a general
- purpose Monte Carlo simulator for the fragmentation and decay of quarks,
- di-quarks, heavy leptons, etc.
-Section: Science/Physics
-
-Format: text
-Files: /usr/share/doc/libeurodec1-dev/eurodec.txt
diff --git a/debian/debhelper/libeurodec1-dev.docs b/debian/debhelper/libeurodec1-dev.docs
deleted file mode 100644
index 8add59c..0000000
--- a/debian/debhelper/libeurodec1-dev.docs
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/doc/montecarlo-doc/eurodec/eurodec.txt
diff --git a/debian/debhelper/libeurodec1-dev.install b/debian/debhelper/libeurodec1-dev.install
deleted file mode 100644
index a522709..0000000
--- a/debian/debhelper/libeurodec1-dev.install
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/tmp/usr/lib/libeurodec.a
-debian/tmp/usr/lib/libeurodec.so
-debian/tmp/usr/include/eurodec/
diff --git a/debian/debhelper/libeurodec1-gfortran.install b/debian/debhelper/libeurodec1-gfortran.install
deleted file mode 100644
index 3fbc8c2..0000000
--- a/debian/debhelper/libeurodec1-gfortran.install
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/tmp/usr/lib/libeurodec.so.1_gfortran.2006
-debian/tmp/usr/lib/libeurodec.so.1_gfortran
-debian/lintian-overrides/libeurodec1-gfortran usr/share/lintian/overrides
diff --git a/debian/debhelper/libherwig59-2-dev.dirs b/debian/debhelper/libherwig59-2-dev.dirs
deleted file mode 100644
index 6845771..0000000
--- a/debian/debhelper/libherwig59-2-dev.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib
diff --git a/debian/debhelper/libherwig59-2-dev.doc-base b/debian/debhelper/libherwig59-2-dev.doc-base
deleted file mode 100644
index 266455b..0000000
--- a/debian/debhelper/libherwig59-2-dev.doc-base
+++ /dev/null
@@ -1,11 +0,0 @@
-Document: herwig-manual
-Title: HERWIG
-Author: G. Marchesini, I.G. Knowles, M.H. Seymour, B.R. Webber
-Abstract: Summary of the HERWIG Monte Carlo simulation library, an event
- generator for simulating Hadron Emission Reactions With Interfering Gluons.
- It places particular emphasis on the detailed simulation of 
- quantum chromodynamic (QCD) parton showers.
-Section: Science/Physics
-
-Format: text
-Files: /usr/share/doc/libherwig59-2-dev/herwig59.txt.gz
diff --git a/debian/debhelper/libherwig59-2-dev.docs b/debian/debhelper/libherwig59-2-dev.docs
deleted file mode 100644
index 5d80414..0000000
--- a/debian/debhelper/libherwig59-2-dev.docs
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/doc/montecarlo-doc/herwig/herwig59.txt
diff --git a/debian/debhelper/libherwig59-2-dev.install b/debian/debhelper/libherwig59-2-dev.install
deleted file mode 100644
index 734206e..0000000
--- a/debian/debhelper/libherwig59-2-dev.install
+++ /dev/null
@@ -1,4 +0,0 @@
-debian/tmp/usr/lib/libherwig59.a
-debian/tmp/usr/lib/libherwig59.so
-debian/tmp/usr/include/herwig59/
-debian/tmp/usr/include/herwig
diff --git a/debian/debhelper/libherwig59-2-gfortran.install b/debian/debhelper/libherwig59-2-gfortran.install
deleted file mode 100644
index cf25cc3..0000000
--- a/debian/debhelper/libherwig59-2-gfortran.install
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/tmp/usr/lib/libherwig59.so.2_gfortran.2006
-debian/tmp/usr/lib/libherwig59.so.2_gfortran
-debian/lintian-overrides/libherwig59-2-gfortran usr/share/lintian/overrides
diff --git a/debian/debhelper/libisajet758-3-dev.dirs b/debian/debhelper/libisajet758-3-dev.dirs
deleted file mode 100644
index 4418816..0000000
--- a/debian/debhelper/libisajet758-3-dev.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib
-usr/include
diff --git a/debian/debhelper/libisajet758-3-dev.doc-base b/debian/debhelper/libisajet758-3-dev.doc-base
deleted file mode 100644
index 1bed8e2..0000000
--- a/debian/debhelper/libisajet758-3-dev.doc-base
+++ /dev/null
@@ -1,10 +0,0 @@
-Document: isajet-manual
-Title: ISAJET 7.58
-Author: Frank E. Paige, Serban D. Protopopescu, Howard Baer, Xerxes Tata
-Abstract: Summary of the ISAJET Monte Carlo simulation library, which
- simulates proton-proton, proton-antiproton, and electron-positron
- interactions at high energies.
-Section: Science/Physics
-
-Format: postscript
-Files: /usr/share/doc/libisajet758-3-dev/isajet.ps.gz
diff --git a/debian/debhelper/libisajet758-3-dev.docs b/debian/debhelper/libisajet758-3-dev.docs
deleted file mode 100644
index 82cb846..0000000
--- a/debian/debhelper/libisajet758-3-dev.docs
+++ /dev/null
@@ -1,4 +0,0 @@
-debian/tmp/usr/share/doc/montecarlo-doc/isajet/isajet.ps
-debian/tmp/usr/share/doc/montecarlo-doc/isajet/isasusy.txt
-debian/tmp/usr/share/doc/montecarlo-doc/isajet/isajet-zebra.txt
-debian/debhelper/README.examples.isajet
diff --git a/debian/debhelper/libisajet758-3-dev.examples b/debian/debhelper/libisajet758-3-dev.examples
deleted file mode 100644
index 46bbca9..0000000
--- a/debian/debhelper/libisajet758-3-dev.examples
+++ /dev/null
@@ -1 +0,0 @@
-src/mclibs/isajet/examples/*
diff --git a/debian/debhelper/libisajet758-3-dev.install b/debian/debhelper/libisajet758-3-dev.install
deleted file mode 100644
index 0db100b..0000000
--- a/debian/debhelper/libisajet758-3-dev.install
+++ /dev/null
@@ -1,4 +0,0 @@
-debian/tmp/usr/lib/libisajet758.a
-debian/tmp/usr/lib/libisajet758.so
-debian/tmp/usr/include/isajet758/
-debian/tmp/usr/include/isajet
diff --git a/debian/debhelper/libisajet758-3-dev.links b/debian/debhelper/libisajet758-3-dev.links
deleted file mode 100644
index 7749897..0000000
--- a/debian/debhelper/libisajet758-3-dev.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/include/isajet usr/include/jetset74
diff --git a/debian/debhelper/libisajet758-3-gfortran.install b/debian/debhelper/libisajet758-3-gfortran.install
deleted file mode 100644
index dc53fd6..0000000
--- a/debian/debhelper/libisajet758-3-gfortran.install
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/tmp/usr/lib/libisajet758.so.3_gfortran.2006
-debian/tmp/usr/lib/libisajet758.so.3_gfortran
-debian/lintian-overrides/libisajet758-3-gfortran usr/share/lintian/overrides
diff --git a/debian/debhelper/libpdflib804-2-dev.README.debian b/debian/debhelper/libpdflib804-2-dev.README.debian
deleted file mode 100644
index 9f77a7b..0000000
--- a/debian/debhelper/libpdflib804-2-dev.README.debian
+++ /dev/null
@@ -1,8 +0,0 @@
-Note on libpdflib804-2-dev:
----------------------------
-
-The apparently non-free license stated in the file pdfdoc.txt.gz in this
-directory is superseded by CERN's placement of CERNLIB under the GNU
-General Public License.  See the copyright file in this directory for details.
-
---Kevin B. McCarty <kmccarty@debian.org>
diff --git a/debian/debhelper/libpdflib804-2-dev.dirs b/debian/debhelper/libpdflib804-2-dev.dirs
deleted file mode 100644
index 6845771..0000000
--- a/debian/debhelper/libpdflib804-2-dev.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib
diff --git a/debian/debhelper/libpdflib804-2-dev.doc-base b/debian/debhelper/libpdflib804-2-dev.doc-base
deleted file mode 100644
index bbde1bb..0000000
--- a/debian/debhelper/libpdflib804-2-dev.doc-base
+++ /dev/null
@@ -1,10 +0,0 @@
-Document: pdflib-manual
-Title: PDFLIB User's Manual
-Author: H. Plothow-Besch
-Abstract: PDFLIB is an integrated package of parton density functions that
- brings together about 100 different sets of PDFs of the nucleon, pion and
- photon.
-Section: Science/Physics
-
-Format: text
-Files: /usr/share/doc/libpdflib804-2-dev/pdfdoc.txt.gz
diff --git a/debian/debhelper/libpdflib804-2-dev.docs b/debian/debhelper/libpdflib804-2-dev.docs
deleted file mode 100644
index 6318490..0000000
--- a/debian/debhelper/libpdflib804-2-dev.docs
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/doc/montecarlo-doc/pdflib/pdfdoc.txt
diff --git a/debian/debhelper/libpdflib804-2-dev.install b/debian/debhelper/libpdflib804-2-dev.install
deleted file mode 100644
index 8f02ebb..0000000
--- a/debian/debhelper/libpdflib804-2-dev.install
+++ /dev/null
@@ -1,4 +0,0 @@
-debian/tmp/usr/lib/libpdflib804.a
-debian/tmp/usr/lib/libpdflib804.so
-debian/tmp/usr/include/pdf804/
-debian/tmp/usr/include/pdf
diff --git a/debian/debhelper/libpdflib804-2-gfortran.install b/debian/debhelper/libpdflib804-2-gfortran.install
deleted file mode 100644
index 80c619d..0000000
--- a/debian/debhelper/libpdflib804-2-gfortran.install
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/tmp/usr/lib/libpdflib804.so.2_gfortran.2006
-debian/tmp/usr/lib/libpdflib804.so.2_gfortran
-debian/lintian-overrides/libpdflib804-2-gfortran usr/share/lintian/overrides
diff --git a/debian/debhelper/libphotos202-1-gfortran.install b/debian/debhelper/libphotos202-1-gfortran.install
deleted file mode 100644
index cc09e6a..0000000
--- a/debian/debhelper/libphotos202-1-gfortran.install
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/tmp/usr/lib/libphotos202.so.1_gfortran.2006
-debian/tmp/usr/lib/libphotos202.so.1_gfortran
-debian/lintian-overrides/libphotos202-1-gfortran usr/share/lintian/overrides
diff --git a/debian/debhelper/libphotos202-dev.dirs b/debian/debhelper/libphotos202-dev.dirs
deleted file mode 100644
index 6845771..0000000
--- a/debian/debhelper/libphotos202-dev.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib
diff --git a/debian/debhelper/libphotos202-dev.install b/debian/debhelper/libphotos202-dev.install
deleted file mode 100644
index 7d941c2..0000000
--- a/debian/debhelper/libphotos202-dev.install
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/lib/libphotos202.a
-debian/tmp/usr/lib/libphotos202.so
diff --git a/debian/debhelper/libphtools2-dev.README.debian b/debian/debhelper/libphtools2-dev.README.debian
deleted file mode 100644
index fa1d612..0000000
--- a/debian/debhelper/libphtools2-dev.README.debian
+++ /dev/null
@@ -1,18 +0,0 @@
-Notes on libphtools2-dev
-------------------------
-
-If you are using the FOWL component of libphtools (CERNLIB routine W505),
-you should be aware that you must create your own routines FSTART, USER,
-and FINISH in code linked against the library in order to use FOWL.
-For more information, please see the CERNLIB documentation on FOWL:
-http://preprints.cern.ch/cgi-bin/setlink?base=preprint&categ=cern&id=IT-ASDW505
-
-Please note that I cannot guarantee the above URL will continue to be valid
-forever.
-
-
-Additionally, the documentation describes a user routine START that must
-be created.  In Debian, you must instead name that routine FSTART in order
-to avoid a name clash with the mathlib library.
-
--- Kevin McCarty <kmccarty@debian.org>, Mon, 26 Apr 2004
diff --git a/debian/debhelper/libphtools2-dev.dirs b/debian/debhelper/libphtools2-dev.dirs
deleted file mode 100644
index 6845771..0000000
--- a/debian/debhelper/libphtools2-dev.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib
diff --git a/debian/debhelper/libphtools2-dev.install b/debian/debhelper/libphtools2-dev.install
deleted file mode 100644
index 2a9f344..0000000
--- a/debian/debhelper/libphtools2-dev.install
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/lib/libphtools.a
-debian/tmp/usr/lib/libphtools.so
diff --git a/debian/debhelper/libphtools2-gfortran.install b/debian/debhelper/libphtools2-gfortran.install
deleted file mode 100644
index 8acb08a..0000000
--- a/debian/debhelper/libphtools2-gfortran.install
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/tmp/usr/lib/libphtools.so.2_gfortran.2006
-debian/tmp/usr/lib/libphtools.so.2_gfortran
-debian/lintian-overrides/libphtools2-gfortran usr/share/lintian/overrides
diff --git a/debian/debhelper/montecarlo-base.README.debian b/debian/debhelper/montecarlo-base.README.debian
deleted file mode 100644
index 151bdfc..0000000
--- a/debian/debhelper/montecarlo-base.README.debian
+++ /dev/null
@@ -1,36 +0,0 @@
-Notes on CERNLIB Monte Carlo libraries:
-
-1) Because the upstream authors of Pythia/Jetset never gave permission for CERN
-to release them under the GPL, the following Monte Carlo libraries have been
-removed from the set packaged by Debian.  They may be obtained either by
-installing the ancis and montecarlo-installer-data packages, then
-running the commands given in /usr/share/doc/montecarlo-installer-data/README ;
-or by downloading and compiling source code from the web sites listed below.
-Please be aware that not all of these libraries have licenses that are clearly
-defined or DFSG-compatible.
-
-Ariadne:		http://www.thep.lu.se/~leif/ariadne/index.html
-Pythia/Jetset:		http://www.thep.lu.se/~torbjorn/Pythia.html
-Lepto:			http://www3.tsl.uu.se/thep/lepto/index.html
-Fritiof:		http://www.thep.lu.se/ftp/pub/LundPrograms/Fritiof/
-
-The montecarlo-installer-data and ancis packages are not official
-parts of Debian; they may be obtained by adding the following to your
-/etc/apt/sources.list : 
-
-deb http://people.debian.org/~kmccarty/ancis/ unstable main contrib
-deb-src http://people.debian.org/~kmccarty/ancis/ unstable main contrib
-
-(Substitute "unstable" with "stable" or "testing" if appropriate.)
-Please note that I cannot guarantee the above URLs will continue to be valid
-forever.
-
-
-2) The documentation available for Monte Carlo libraries comes from the CERNLIB
-source code.  Much of it has not been updated for years (the COJETS manual,
-e.g., still describes the use of punch cards), and much of it is incomplete or
-missing.  For more information about a particular library, I suggest you
-try the online documents at http://wwwinfo.cern.ch/asd/cernlib/ .
-
---Kevin McCarty <kmccarty@debian.org>, 30 Dec 2003
-
diff --git a/debian/debhelper/montecarlo-base.TODO b/debian/debhelper/montecarlo-base.TODO
deleted file mode 100644
index 84389fb..0000000
--- a/debian/debhelper/montecarlo-base.TODO
+++ /dev/null
@@ -1,8 +0,0 @@
-Future goals for Monte Carlo Debian packages:
-
-* Extract numerical data from source code in mclibs/pdf into text data files
-  and put them into a separate package with "Architecture: all"
-* Update numerical cross-sections, branching ratios, etc. where possible
-* Determine licensing status more clearly
-* Include better documentation
-
diff --git a/debian/debhelper/montecarlo-base.dirs b/debian/debhelper/montecarlo-base.dirs
deleted file mode 100644
index 49c237f..0000000
--- a/debian/debhelper/montecarlo-base.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/include
-usr/include/cfortran
diff --git a/debian/debhelper/montecarlo-base.install b/debian/debhelper/montecarlo-base.install
deleted file mode 100644
index 03e0550..0000000
--- a/debian/debhelper/montecarlo-base.install
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/include/jetset74.h
-debian/tmp/usr/include/lepto62.h
diff --git a/debian/debhelper/montecarlo-base.links b/debian/debhelper/montecarlo-base.links
deleted file mode 100644
index 5ecacc7..0000000
--- a/debian/debhelper/montecarlo-base.links
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/include/jetset74.h usr/include/cfortran/jetset74.h
-usr/include/lepto62.h  usr/include/cfortran/lepto62.h
diff --git a/debian/debhelper/montecarlo-data.install b/debian/debhelper/montecarlo-data.install
deleted file mode 100644
index 3ea433f..0000000
--- a/debian/debhelper/montecarlo-data.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/montecarlo-data/*
diff --git a/debian/dh/README.examples.cojets b/debian/dh/README.examples.cojets
new file mode 100644
index 0000000..8e4a5d7
--- /dev/null
+++ b/debian/dh/README.examples.cojets
@@ -0,0 +1,25 @@
+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 <kmccarty@debian.org>
+
diff --git a/debian/dh/README.examples.isajet b/debian/dh/README.examples.isajet
new file mode 100644
index 0000000..4be875d
--- /dev/null
+++ b/debian/dh/README.examples.isajet
@@ -0,0 +1,33 @@
+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 <kmccarty@debian.org>
+
diff --git a/debian/dh/libcojets2-dev.dirs b/debian/dh/libcojets2-dev.dirs
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/debian/dh/libcojets2-dev.dirs
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/dh/libcojets2-dev.doc-base b/debian/dh/libcojets2-dev.doc-base
new file mode 100644
index 0000000..52e7ecd
--- /dev/null
+++ b/debian/dh/libcojets2-dev.doc-base
@@ -0,0 +1,9 @@
+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/dh/libcojets2-dev.docs b/debian/dh/libcojets2-dev.docs
new file mode 100644
index 0000000..f8b05f4
--- /dev/null
+++ b/debian/dh/libcojets2-dev.docs
@@ -0,0 +1,2 @@
+debian/tmp/usr/share/doc/montecarlo-doc/cojets/cojets.txt
+debian/dh/README.examples.cojets
diff --git a/debian/dh/libcojets2-dev.examples b/debian/dh/libcojets2-dev.examples
new file mode 100644
index 0000000..0e5aef2
--- /dev/null
+++ b/debian/dh/libcojets2-dev.examples
@@ -0,0 +1 @@
+src/mclibs/cojets/examples/*
diff --git a/debian/dh/libcojets2-dev.install b/debian/dh/libcojets2-dev.install
new file mode 100644
index 0000000..6cd7f0c
--- /dev/null
+++ b/debian/dh/libcojets2-dev.install
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/libcojets.a
+debian/tmp/usr/lib/libcojets.so
+debian/tmp/usr/include/cojets/
diff --git a/debian/dh/libcojets2-gfortran.install b/debian/dh/libcojets2-gfortran.install
new file mode 100644
index 0000000..eeb4129
--- /dev/null
+++ b/debian/dh/libcojets2-gfortran.install
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/libcojets.so.2_gfortran.2006
+debian/tmp/usr/lib/libcojets.so.2_gfortran
+debian/lintian-overrides/libcojets2-gfortran usr/share/lintian/overrides
diff --git a/debian/dh/libeurodec1-dev.dirs b/debian/dh/libeurodec1-dev.dirs
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/debian/dh/libeurodec1-dev.dirs
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/dh/libeurodec1-dev.doc-base b/debian/dh/libeurodec1-dev.doc-base
new file mode 100644
index 0000000..334fe12
--- /dev/null
+++ b/debian/dh/libeurodec1-dev.doc-base
@@ -0,0 +1,10 @@
+Document: eurodec-manual
+Title: Eurodec
+Author: A. Ali, B. van Eijk
+Abstract: Summary of the Eurodec Monte Carlo simulation library, a general
+ purpose Monte Carlo simulator for the fragmentation and decay of quarks,
+ di-quarks, heavy leptons, etc.
+Section: Science/Physics
+
+Format: text
+Files: /usr/share/doc/libeurodec1-dev/eurodec.txt
diff --git a/debian/dh/libeurodec1-dev.docs b/debian/dh/libeurodec1-dev.docs
new file mode 100644
index 0000000..8add59c
--- /dev/null
+++ b/debian/dh/libeurodec1-dev.docs
@@ -0,0 +1 @@
+debian/tmp/usr/share/doc/montecarlo-doc/eurodec/eurodec.txt
diff --git a/debian/dh/libeurodec1-dev.install b/debian/dh/libeurodec1-dev.install
new file mode 100644
index 0000000..a522709
--- /dev/null
+++ b/debian/dh/libeurodec1-dev.install
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/libeurodec.a
+debian/tmp/usr/lib/libeurodec.so
+debian/tmp/usr/include/eurodec/
diff --git a/debian/dh/libeurodec1-gfortran.install b/debian/dh/libeurodec1-gfortran.install
new file mode 100644
index 0000000..3fbc8c2
--- /dev/null
+++ b/debian/dh/libeurodec1-gfortran.install
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/libeurodec.so.1_gfortran.2006
+debian/tmp/usr/lib/libeurodec.so.1_gfortran
+debian/lintian-overrides/libeurodec1-gfortran usr/share/lintian/overrides
diff --git a/debian/dh/libherwig59-2-dev.dirs b/debian/dh/libherwig59-2-dev.dirs
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/debian/dh/libherwig59-2-dev.dirs
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/dh/libherwig59-2-dev.doc-base b/debian/dh/libherwig59-2-dev.doc-base
new file mode 100644
index 0000000..266455b
--- /dev/null
+++ b/debian/dh/libherwig59-2-dev.doc-base
@@ -0,0 +1,11 @@
+Document: herwig-manual
+Title: HERWIG
+Author: G. Marchesini, I.G. Knowles, M.H. Seymour, B.R. Webber
+Abstract: Summary of the HERWIG Monte Carlo simulation library, an event
+ generator for simulating Hadron Emission Reactions With Interfering Gluons.
+ It places particular emphasis on the detailed simulation of 
+ quantum chromodynamic (QCD) parton showers.
+Section: Science/Physics
+
+Format: text
+Files: /usr/share/doc/libherwig59-2-dev/herwig59.txt.gz
diff --git a/debian/dh/libherwig59-2-dev.docs b/debian/dh/libherwig59-2-dev.docs
new file mode 100644
index 0000000..5d80414
--- /dev/null
+++ b/debian/dh/libherwig59-2-dev.docs
@@ -0,0 +1 @@
+debian/tmp/usr/share/doc/montecarlo-doc/herwig/herwig59.txt
diff --git a/debian/dh/libherwig59-2-dev.install b/debian/dh/libherwig59-2-dev.install
new file mode 100644
index 0000000..734206e
--- /dev/null
+++ b/debian/dh/libherwig59-2-dev.install
@@ -0,0 +1,4 @@
+debian/tmp/usr/lib/libherwig59.a
+debian/tmp/usr/lib/libherwig59.so
+debian/tmp/usr/include/herwig59/
+debian/tmp/usr/include/herwig
diff --git a/debian/dh/libherwig59-2-gfortran.install b/debian/dh/libherwig59-2-gfortran.install
new file mode 100644
index 0000000..cf25cc3
--- /dev/null
+++ b/debian/dh/libherwig59-2-gfortran.install
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/libherwig59.so.2_gfortran.2006
+debian/tmp/usr/lib/libherwig59.so.2_gfortran
+debian/lintian-overrides/libherwig59-2-gfortran usr/share/lintian/overrides
diff --git a/debian/dh/libisajet758-3-dev.dirs b/debian/dh/libisajet758-3-dev.dirs
new file mode 100644
index 0000000..4418816
--- /dev/null
+++ b/debian/dh/libisajet758-3-dev.dirs
@@ -0,0 +1,2 @@
+usr/lib
+usr/include
diff --git a/debian/dh/libisajet758-3-dev.doc-base b/debian/dh/libisajet758-3-dev.doc-base
new file mode 100644
index 0000000..1bed8e2
--- /dev/null
+++ b/debian/dh/libisajet758-3-dev.doc-base
@@ -0,0 +1,10 @@
+Document: isajet-manual
+Title: ISAJET 7.58
+Author: Frank E. Paige, Serban D. Protopopescu, Howard Baer, Xerxes Tata
+Abstract: Summary of the ISAJET Monte Carlo simulation library, which
+ simulates proton-proton, proton-antiproton, and electron-positron
+ interactions at high energies.
+Section: Science/Physics
+
+Format: postscript
+Files: /usr/share/doc/libisajet758-3-dev/isajet.ps.gz
diff --git a/debian/dh/libisajet758-3-dev.docs b/debian/dh/libisajet758-3-dev.docs
new file mode 100644
index 0000000..c9e5c15
--- /dev/null
+++ b/debian/dh/libisajet758-3-dev.docs
@@ -0,0 +1,4 @@
+debian/tmp/usr/share/doc/montecarlo-doc/isajet/isajet.ps
+debian/tmp/usr/share/doc/montecarlo-doc/isajet/isasusy.txt
+debian/tmp/usr/share/doc/montecarlo-doc/isajet/isajet-zebra.txt
+debian/dh/README.examples.isajet
diff --git a/debian/dh/libisajet758-3-dev.examples b/debian/dh/libisajet758-3-dev.examples
new file mode 100644
index 0000000..46bbca9
--- /dev/null
+++ b/debian/dh/libisajet758-3-dev.examples
@@ -0,0 +1 @@
+src/mclibs/isajet/examples/*
diff --git a/debian/dh/libisajet758-3-dev.install b/debian/dh/libisajet758-3-dev.install
new file mode 100644
index 0000000..0db100b
--- /dev/null
+++ b/debian/dh/libisajet758-3-dev.install
@@ -0,0 +1,4 @@
+debian/tmp/usr/lib/libisajet758.a
+debian/tmp/usr/lib/libisajet758.so
+debian/tmp/usr/include/isajet758/
+debian/tmp/usr/include/isajet
diff --git a/debian/dh/libisajet758-3-dev.links b/debian/dh/libisajet758-3-dev.links
new file mode 100644
index 0000000..7749897
--- /dev/null
+++ b/debian/dh/libisajet758-3-dev.links
@@ -0,0 +1 @@
+usr/include/isajet usr/include/jetset74
diff --git a/debian/dh/libisajet758-3-gfortran.install b/debian/dh/libisajet758-3-gfortran.install
new file mode 100644
index 0000000..dc53fd6
--- /dev/null
+++ b/debian/dh/libisajet758-3-gfortran.install
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/libisajet758.so.3_gfortran.2006
+debian/tmp/usr/lib/libisajet758.so.3_gfortran
+debian/lintian-overrides/libisajet758-3-gfortran usr/share/lintian/overrides
diff --git a/debian/dh/libpdflib804-2-dev.README.debian b/debian/dh/libpdflib804-2-dev.README.debian
new file mode 100644
index 0000000..9f77a7b
--- /dev/null
+++ b/debian/dh/libpdflib804-2-dev.README.debian
@@ -0,0 +1,8 @@
+Note on libpdflib804-2-dev:
+---------------------------
+
+The apparently non-free license stated in the file pdfdoc.txt.gz in this
+directory is superseded by CERN's placement of CERNLIB under the GNU
+General Public License.  See the copyright file in this directory for details.
+
+--Kevin B. McCarty <kmccarty@debian.org>
diff --git a/debian/dh/libpdflib804-2-dev.dirs b/debian/dh/libpdflib804-2-dev.dirs
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/debian/dh/libpdflib804-2-dev.dirs
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/dh/libpdflib804-2-dev.doc-base b/debian/dh/libpdflib804-2-dev.doc-base
new file mode 100644
index 0000000..bbde1bb
--- /dev/null
+++ b/debian/dh/libpdflib804-2-dev.doc-base
@@ -0,0 +1,10 @@
+Document: pdflib-manual
+Title: PDFLIB User's Manual
+Author: H. Plothow-Besch
+Abstract: PDFLIB is an integrated package of parton density functions that
+ brings together about 100 different sets of PDFs of the nucleon, pion and
+ photon.
+Section: Science/Physics
+
+Format: text
+Files: /usr/share/doc/libpdflib804-2-dev/pdfdoc.txt.gz
diff --git a/debian/dh/libpdflib804-2-dev.docs b/debian/dh/libpdflib804-2-dev.docs
new file mode 100644
index 0000000..6318490
--- /dev/null
+++ b/debian/dh/libpdflib804-2-dev.docs
@@ -0,0 +1 @@
+debian/tmp/usr/share/doc/montecarlo-doc/pdflib/pdfdoc.txt
diff --git a/debian/dh/libpdflib804-2-dev.install b/debian/dh/libpdflib804-2-dev.install
new file mode 100644
index 0000000..8f02ebb
--- /dev/null
+++ b/debian/dh/libpdflib804-2-dev.install
@@ -0,0 +1,4 @@
+debian/tmp/usr/lib/libpdflib804.a
+debian/tmp/usr/lib/libpdflib804.so
+debian/tmp/usr/include/pdf804/
+debian/tmp/usr/include/pdf
diff --git a/debian/dh/libpdflib804-2-gfortran.install b/debian/dh/libpdflib804-2-gfortran.install
new file mode 100644
index 0000000..80c619d
--- /dev/null
+++ b/debian/dh/libpdflib804-2-gfortran.install
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/libpdflib804.so.2_gfortran.2006
+debian/tmp/usr/lib/libpdflib804.so.2_gfortran
+debian/lintian-overrides/libpdflib804-2-gfortran usr/share/lintian/overrides
diff --git a/debian/dh/libphotos202-1-gfortran.install b/debian/dh/libphotos202-1-gfortran.install
new file mode 100644
index 0000000..cc09e6a
--- /dev/null
+++ b/debian/dh/libphotos202-1-gfortran.install
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/libphotos202.so.1_gfortran.2006
+debian/tmp/usr/lib/libphotos202.so.1_gfortran
+debian/lintian-overrides/libphotos202-1-gfortran usr/share/lintian/overrides
diff --git a/debian/dh/libphotos202-dev.dirs b/debian/dh/libphotos202-dev.dirs
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/debian/dh/libphotos202-dev.dirs
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/dh/libphotos202-dev.install b/debian/dh/libphotos202-dev.install
new file mode 100644
index 0000000..7d941c2
--- /dev/null
+++ b/debian/dh/libphotos202-dev.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/libphotos202.a
+debian/tmp/usr/lib/libphotos202.so
diff --git a/debian/dh/libphtools2-dev.README.debian b/debian/dh/libphtools2-dev.README.debian
new file mode 100644
index 0000000..fa1d612
--- /dev/null
+++ b/debian/dh/libphtools2-dev.README.debian
@@ -0,0 +1,18 @@
+Notes on libphtools2-dev
+------------------------
+
+If you are using the FOWL component of libphtools (CERNLIB routine W505),
+you should be aware that you must create your own routines FSTART, USER,
+and FINISH in code linked against the library in order to use FOWL.
+For more information, please see the CERNLIB documentation on FOWL:
+http://preprints.cern.ch/cgi-bin/setlink?base=preprint&categ=cern&id=IT-ASDW505
+
+Please note that I cannot guarantee the above URL will continue to be valid
+forever.
+
+
+Additionally, the documentation describes a user routine START that must
+be created.  In Debian, you must instead name that routine FSTART in order
+to avoid a name clash with the mathlib library.
+
+-- Kevin McCarty <kmccarty@debian.org>, Mon, 26 Apr 2004
diff --git a/debian/dh/libphtools2-dev.dirs b/debian/dh/libphtools2-dev.dirs
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/debian/dh/libphtools2-dev.dirs
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/dh/libphtools2-dev.install b/debian/dh/libphtools2-dev.install
new file mode 100644
index 0000000..2a9f344
--- /dev/null
+++ b/debian/dh/libphtools2-dev.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/libphtools.a
+debian/tmp/usr/lib/libphtools.so
diff --git a/debian/dh/libphtools2-gfortran.install b/debian/dh/libphtools2-gfortran.install
new file mode 100644
index 0000000..8acb08a
--- /dev/null
+++ b/debian/dh/libphtools2-gfortran.install
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/libphtools.so.2_gfortran.2006
+debian/tmp/usr/lib/libphtools.so.2_gfortran
+debian/lintian-overrides/libphtools2-gfortran usr/share/lintian/overrides
diff --git a/debian/dh/montecarlo-base.README.debian b/debian/dh/montecarlo-base.README.debian
new file mode 100644
index 0000000..151bdfc
--- /dev/null
+++ b/debian/dh/montecarlo-base.README.debian
@@ -0,0 +1,36 @@
+Notes on CERNLIB Monte Carlo libraries:
+
+1) Because the upstream authors of Pythia/Jetset never gave permission for CERN
+to release them under the GPL, the following Monte Carlo libraries have been
+removed from the set packaged by Debian.  They may be obtained either by
+installing the ancis and montecarlo-installer-data packages, then
+running the commands given in /usr/share/doc/montecarlo-installer-data/README ;
+or by downloading and compiling source code from the web sites listed below.
+Please be aware that not all of these libraries have licenses that are clearly
+defined or DFSG-compatible.
+
+Ariadne:		http://www.thep.lu.se/~leif/ariadne/index.html
+Pythia/Jetset:		http://www.thep.lu.se/~torbjorn/Pythia.html
+Lepto:			http://www3.tsl.uu.se/thep/lepto/index.html
+Fritiof:		http://www.thep.lu.se/ftp/pub/LundPrograms/Fritiof/
+
+The montecarlo-installer-data and ancis packages are not official
+parts of Debian; they may be obtained by adding the following to your
+/etc/apt/sources.list : 
+
+deb http://people.debian.org/~kmccarty/ancis/ unstable main contrib
+deb-src http://people.debian.org/~kmccarty/ancis/ unstable main contrib
+
+(Substitute "unstable" with "stable" or "testing" if appropriate.)
+Please note that I cannot guarantee the above URLs will continue to be valid
+forever.
+
+
+2) The documentation available for Monte Carlo libraries comes from the CERNLIB
+source code.  Much of it has not been updated for years (the COJETS manual,
+e.g., still describes the use of punch cards), and much of it is incomplete or
+missing.  For more information about a particular library, I suggest you
+try the online documents at http://wwwinfo.cern.ch/asd/cernlib/ .
+
+--Kevin McCarty <kmccarty@debian.org>, 30 Dec 2003
+
diff --git a/debian/dh/montecarlo-base.TODO b/debian/dh/montecarlo-base.TODO
new file mode 100644
index 0000000..84389fb
--- /dev/null
+++ b/debian/dh/montecarlo-base.TODO
@@ -0,0 +1,8 @@
+Future goals for Monte Carlo Debian packages:
+
+* Extract numerical data from source code in mclibs/pdf into text data files
+  and put them into a separate package with "Architecture: all"
+* Update numerical cross-sections, branching ratios, etc. where possible
+* Determine licensing status more clearly
+* Include better documentation
+
diff --git a/debian/dh/montecarlo-base.dirs b/debian/dh/montecarlo-base.dirs
new file mode 100644
index 0000000..49c237f
--- /dev/null
+++ b/debian/dh/montecarlo-base.dirs
@@ -0,0 +1,2 @@
+usr/include
+usr/include/cfortran
diff --git a/debian/dh/montecarlo-base.install b/debian/dh/montecarlo-base.install
new file mode 100644
index 0000000..03e0550
--- /dev/null
+++ b/debian/dh/montecarlo-base.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/include/jetset74.h
+debian/tmp/usr/include/lepto62.h
diff --git a/debian/dh/montecarlo-base.links b/debian/dh/montecarlo-base.links
new file mode 100644
index 0000000..5ecacc7
--- /dev/null
+++ b/debian/dh/montecarlo-base.links
@@ -0,0 +1,2 @@
+usr/include/jetset74.h usr/include/cfortran/jetset74.h
+usr/include/lepto62.h  usr/include/cfortran/lepto62.h
diff --git a/debian/dh/montecarlo-data.install b/debian/dh/montecarlo-data.install
new file mode 100644
index 0000000..3ea433f
--- /dev/null
+++ b/debian/dh/montecarlo-data.install
@@ -0,0 +1 @@
+debian/tmp/usr/share/montecarlo-data/*
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
new file mode 100644
index 0000000..04745e5
--- /dev/null
+++ b/debian/source.lintian-overrides
@@ -0,0 +1 @@
+mclibs source: build-depends-on-obsolete-package build-depends: dpatch (>= 2.0.9)

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
On Sat, 2013-03-16 at 09:51 +0800, Lifeng Sun wrote:
> mclibs (20061220+dfsg3-2) unstable; urgency=low
> 
>   * Rename debian/debhelper to debian/dh to prevent empty packages.

Oh, another one of those. :(

>   * Override lintian-error, dpatch is needed for building.

That's not even a non-fatal archive reject, so could have waited; ah
well.

Unblocked.

Regards,

Adam

--- End Message ---

Reply to: