[Pkg-scicomp-devel] abinit/trunk/debian

Ondrej Certik ondrej at certik.cz
Sun Jul 29 15:30:57 UTC 2007


SVN commit 1761 by certik-guest:

Fixed most problems with the package, as usual, do:

debian/rules orig-tarball

to download && generate the correct dfsg.orig.tar.gz. However, the package is
not yet ready for upload - now I need to find all the files with different
license/copyright and list them in debian/copyright. I forgot to do it the last
time.


 M  +2 -1      abinit/trunk/debian/changelog  
 M  +30 -1     abinit/trunk/debian/copyright  
 M  +11 -0     abinit/trunk/debian/rules  


--- abinit/trunk/debian/changelog #1760:1761
@@ -1,9 +1,10 @@
-abinit (5.3.4-1) unstable; urgency=low
+abinit (5.3.4.dfsg-1) unstable; urgency=low
 
   [Christophe Prud'homme]
   * Uploaded abinit to main (Closes: #434912)
   * debian/control: updated Maintainers and added Uploaders section
   * debian/rules: enable optimization flags (-O2)
+  * Removed non-free files from the upstream tarball
 
  -- Christophe Prud'homme <prudhomm at debian.org>  Sat, 28 Jul 2007 15:04:18 +0200
 
--- abinit/trunk/debian/copyright #1760:1761
@@ -1,8 +1,22 @@
 This package was debianized by Ondrej Certik <ondrej at certik.cz> on
 Fri, 27 Jul 2007 18:53:34 +0200.
 
+The current Debian maintainer is Debian Scientific Computing Team
+
 It was downloaded from ftp://ftp.abinit.org/pub/abinitio/ABINIT_v5.3.4/abinit-5.3.4.tar.gz
 
+The upstream tarball was
+unpacked and the following files removed (because their source is not
+included): 
+
+doc/users/AbinitBandStructureMaker_manual.pdf
+
+You can use:
+
+debian/rules orig-tarball
+
+to perform all of the operations above to generate the dfsg.orig.tar.gz.
+
 Upstream Author: 
 
     Prof. Xavier Gonze
@@ -18,7 +32,22 @@
 
 License:
 
-    GPL 2
+	Copyright (C) 2006 ABINIT Group
 
+	This program is free software; you can redistribute it and/or modify
+	it under the terms of the GNU General Public License as published by
+	the Free Software Foundation; either version 2, or (at your option)
+	any later version.
+
+	This program is distributed in the hope that it will be useful,
+	but WITHOUT ANY WARRANTY; without even the implied warranty of
+	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+	GNU General Public License for more details.
+
+	You should have received a copy of the GNU General Public License
+	along with this program; see the file COPYING. If not, write to
+	the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+	Boston, MA 02111-1307, USA.
+
 The Debian packaging is (C) 2007, Ondrej Certik <ondrej at certik.cz> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- abinit/trunk/debian/rules #1760:1761
@@ -121,3 +121,14 @@
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install 
+
+orig-tarball:
+	mkdir tmp; \
+	cd tmp; \
+	wget ftp://ftp.abinit.org/pub/abinitio/ABINIT_v5.3.4/abinit-5.3.4.tar.gz; \
+	tar xzf abinit-5.3.4.tar.gz; \
+	cd abinit-5.3.4; \
+	rm doc/users/AbinitBandStructureMaker_manual.pdf doc/users/questionscheme.pdf doc/users/elphon_manual.ps doc/theory/vanderbilt-anaddb-notes.pdf doc/theory/elasticity-oganov.pdf doc/theory/Figure.png doc/theory/Figure.eps doc/theory/gwa.pdf doc/developers/strain_nonlocal/strainpert.pdf; \
+	cd .. ; \
+	tar czf ../abinit_5.3.4.dfsg.orig.tar.gz abinit-5.3.4; \
+	cd ..; rm -rf tmp



More information about the Pkg-scicomp-devel mailing list