[Cdd-commits] r473 - in projects/science/trunk/debian-science: . config debian

CDD Subversion Commit noreply at alioth.debian.org
Thu Oct 18 18:12:08 UTC 2007


Author: fdl-guest
Date: Thu Oct 18 18:12:08 2007
New Revision: 473

Added:
   projects/science/trunk/debian-science/Makefile   (contents, props changed)
   projects/science/trunk/debian-science/config/config   (contents, props changed)
   projects/science/trunk/debian-science/config/config.1
Modified:
   projects/science/trunk/debian-science/config/control
   projects/science/trunk/debian-science/debian/control
Log:
Addition and building of the science-config package.



Added: projects/science/trunk/debian-science/Makefile
==============================================================================
--- (empty file)
+++ projects/science/trunk/debian-science/Makefile	Thu Oct 18 18:12:08 2007
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdd-dev/Makefile

Added: projects/science/trunk/debian-science/config/config
==============================================================================
--- (empty file)
+++ projects/science/trunk/debian-science/config/config	Thu Oct 18 18:12:08 2007
@@ -0,0 +1,6 @@
+#!/bin/sh
+## Prints some info about that package and lets auto-apt work
+dpkg --status `basename $0` | \
+     grep -v ^Priority | \
+     grep -v ^Section | \
+     grep -v ^Installed-Size

Added: projects/science/trunk/debian-science/config/config.1
==============================================================================
--- (empty file)
+++ projects/science/trunk/debian-science/config/config.1	Thu Oct 18 18:12:08 2007
@@ -0,0 +1,19 @@
+.TH science-config 1 "Oct 18, 2007" "Debian-Science"
+.SH NAME
+.B science-config
+.B science-<meta_package_name>
+\- package information and auto-apt helper
+
+.SH SYNOPSIS
+.B science-config
+.B science-<meta_package_name>
+
+.SH DESCRIPTION
+Print just a simple information page about every science-* package
+of the Debian-Science Custom Debian Distribution.  Each metapackage has a 
+.I /usr/bin/science-<meta_package_name>
+file which should print some usefull informations and could be serve
+as auto-apt helper.
+
+.SH AUTHORS
+Debian-Science <debian-science at lists.debian.org>

Modified: projects/science/trunk/debian-science/config/control
==============================================================================
--- projects/science/trunk/debian-science/config/control	(original)
+++ projects/science/trunk/debian-science/config/control	Thu Oct 18 18:12:08 2007
@@ -25,3 +25,4 @@
  executable programs, but only links to other packages. This way you will
  conveniently get most of scientific free software which is available in
  Debian.
+

Modified: projects/science/trunk/debian-science/debian/control
==============================================================================
--- projects/science/trunk/debian-science/debian/control	(original)
+++ projects/science/trunk/debian-science/debian/control	Thu Oct 18 18:12:08 2007
@@ -40,6 +40,7 @@
  executable programs, but only links to other packages. This way you will
  conveniently get most of scientific free software which is available in
  Debian.
+
 Package: science-astronomy
 Architecture: all
 Depends: science-tasks (= ${binary:Version}), science-config (= ${binary:Version})
@@ -119,7 +120,8 @@
 Package: science-typesetting
 Architecture: all
 Depends: science-tasks (= ${binary:Version}), science-config (= ${binary:Version})
-Recommends: dia, diploma, feynmf, impose+, kbibtex, lyx, lyx-qt | lyx-xforms, pybliographer, referencer, texlive, texlive-bibtex-extra, texlive-math-extra, texlive-publishers, texlive-science, texmacs, texmacs-extra-fonts, transfig, xfig
+Recommends: dia, diploma, feynmf, impose+, kbibtex, lyx, pybliographer, referencer, texlive, texlive-bibtex-extra, texlive-math-extra, texlive-publishers, texlive-science, texmacs, texmacs-extra-fonts, transfig, xfig
+Suggests: lyx-qt, lyx-xforms
 Description: Debian-Science typesetting packages
  This metapackage will install Debian-Science packages related to typesetting.
  You might be interested as well in use::typesetting debtag.



More information about the Cdd-commits mailing list