[med-svn] r1851 - trunk/packages/altree/trunk/debian

plessy at alioth.debian.org plessy at alioth.debian.org
Mon May 12 04:41:06 UTC 2008


Author: plessy
Date: 2008-05-12 04:41:05 +0000 (Mon, 12 May 2008)
New Revision: 1851

Removed:
   trunk/packages/altree/trunk/debian/dirs
Modified:
   trunk/packages/altree/trunk/debian/changelog
   trunk/packages/altree/trunk/debian/control
   trunk/packages/altree/trunk/debian/copyright
   trunk/packages/altree/trunk/debian/rules
Log:
Ready for upload.

Modified: trunk/packages/altree/trunk/debian/changelog
===================================================================
--- trunk/packages/altree/trunk/debian/changelog	2008-05-12 03:01:14 UTC (rev 1850)
+++ trunk/packages/altree/trunk/debian/changelog	2008-05-12 04:41:05 UTC (rev 1851)
@@ -1,9 +1,11 @@
-altree (1.0.1-2) UNRELEASED; urgency=low
+altree (1.0.1-2) unstable; urgency=low
 
   [ Charles Plessy ]
   * Initial release for Debian (Closes: #461506)
   * debian/copyright: converted to machine-readable format.
-  * Updated my email address.
+  * debian/control:
+    - Added texlive-lang-french and texlive-latex-extra as build dependencies.
+    - Updated my email address.
 
   [ David Paleino ]
   * Added debian/watch
@@ -23,7 +25,7 @@
   * remove empty dir in package (/usr/sbin)
   => package lintian clean now
 
- -- Charles Plessy <plessy at debian.org>  Sun, 27 Apr 2008 16:59:34 +0900
+ -- Charles Plessy <plessy at debian.org>  Mon, 12 May 2008 13:37:03 +0900
 
 altree (1.0.1-1) unstable; urgency=low
 

Modified: trunk/packages/altree/trunk/debian/control
===================================================================
--- trunk/packages/altree/trunk/debian/control	2008-05-12 03:01:14 UTC (rev 1850)
+++ trunk/packages/altree/trunk/debian/control	2008-05-12 04:41:05 UTC (rev 1851)
@@ -6,7 +6,7 @@
 Uploaders: Charles Plessy <plessy at debian.org>,
  Vincent Danjean <Vincent.Danjean at ens-lyon.org>,
  David Paleino <d.paleino at gmail.com>
-Build-Depends: debhelper (>= 5.0.0), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), perl (>= 5.6.0), latex-make
+Build-Depends: debhelper (>= 5.0.0), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), perl (>= 5.6.0), latex-make, texlive-lang-french, texlive-latex-extra
 Standards-Version: 3.7.3
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/treeviewx/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/treeviewx

Modified: trunk/packages/altree/trunk/debian/copyright
===================================================================
--- trunk/packages/altree/trunk/debian/copyright	2008-05-12 03:01:14 UTC (rev 1850)
+++ trunk/packages/altree/trunk/debian/copyright	2008-05-12 04:41:05 UTC (rev 1851)
@@ -1,15 +1,9 @@
-X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
-X-Debianized-By: Vincent Danjean <Vincent.Danjean at ens-lyon.org>
-X-Debianized-Date: Mon, 25 Jul 2005 22:22:50 +0200.
-X-Source-Downloaded-From: http://claire.bardel.free.fr/
-X-Upstream-Author: Claire Bardel
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=103
+Debianized-By: Vincent Danjean <Vincent.Danjean at ens-lyon.org>
+Debianized-Date: Mon, 25 Jul 2005 22:22:50 +0200.
+Original-Source-Location: http://claire.bardel.free.fr/files/altree-1.0.1.tar.gz
+Upstream-Author: Claire Bardel
 
-Files: debian/*
-Copyright © 2005—2008 Vincean Danjean <Vincent.Danjean at ens-lyon.org>
-License: Same as altree
-Copyrignt © 2008 Charles Plessy <charles-debian-nospam at plessy.org>
-License: Same as altree
-
 Files: *
 Copyright: © 2005-2008 Claire Bardel <Claire.Bardel at univ-lyon1.fr>
            © 2005-2007 Vincent Danjean <vdanjean.ml at free.fr>
@@ -30,3 +24,9 @@
  MA 02110-1301, USA.
 X-Comment: On Debian systems, the complete text of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL'.
+
+Files: debian/*
+Copyright: © 2005—2008 Vincean Danjean <Vincent.Danjean at ens-lyon.org>
+           © 2008 David Paleino <d.paleino at gmail.com>
+           © 2008 Charles Plessy <plessy at debian.org>
+License: Same as altree

Deleted: trunk/packages/altree/trunk/debian/dirs
===================================================================
--- trunk/packages/altree/trunk/debian/dirs	2008-05-12 03:01:14 UTC (rev 1850)
+++ trunk/packages/altree/trunk/debian/dirs	2008-05-12 04:41:05 UTC (rev 1851)
@@ -1 +0,0 @@
-usr/bin

Modified: trunk/packages/altree/trunk/debian/rules
===================================================================
--- trunk/packages/altree/trunk/debian/rules	2008-05-12 03:01:14 UTC (rev 1850)
+++ trunk/packages/altree/trunk/debian/rules	2008-05-12 04:41:05 UTC (rev 1851)
@@ -1,25 +1,12 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses cdbs.  Originaly written by Robert Millan.
-# This file is public domain.
-  
-#DEB_TAR_SRCDIR                  := alphy-0.9.1
-#DEB_AUTO_UPDATE_DEBIAN_CONTROL  := yes
-#DEB_AUTO_CLEANUP_RCS            := yes
 
-# Add here any variable or target overrides you need
-
-clean:: clean-doc
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/perlmodule.mk
 
-build: build-doc
-
-build-doc:
+build/altree::
 	$(MAKE) -C Documentation pdf
 
-
-clean-doc:
+clean::
 	$(MAKE) -C Documentation distclean




More information about the debian-med-commit mailing list