[Cdd-commits] r454 - in projects/med/trunk/debian-med: . common config debian debian/po.stub

CDD Subversion Commit noreply at alioth.debian.org
Mon Aug 27 19:42:47 UTC 2007


Author: tille
Date: Mon Aug 27 19:42:47 2007
New Revision: 454

Added:
   projects/med/trunk/debian-med/Makefile   (contents, props changed)
   projects/med/trunk/debian-med/config/
      - copied from r443, projects/med/trunk/debian-med/common/
   projects/med/trunk/debian-med/config/common.1
      - copied unchanged from r453, projects/med/trunk/debian-med/common/common.1
   projects/med/trunk/debian-med/config/control
      - copied, changed from r453, projects/med/trunk/debian-med/common/control
   projects/med/trunk/debian-med/tasks.ctl
Removed:
   projects/med/trunk/debian-med/common/
Modified:
   projects/med/trunk/debian-med/VERSION
   projects/med/trunk/debian-med/debian/changelog
   projects/med/trunk/debian-med/debian/control.stub
   projects/med/trunk/debian-med/debian/po.stub/de.po
   projects/med/trunk/debian-med/debian/rules
Log:
Adaptation to cdd-dev 0.4


Added: projects/med/trunk/debian-med/Makefile
==============================================================================
--- (empty file)
+++ projects/med/trunk/debian-med/Makefile	Mon Aug 27 19:42:47 2007
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdd-dev/Makefile

Modified: projects/med/trunk/debian-med/VERSION
==============================================================================
--- projects/med/trunk/debian-med/VERSION	(original)
+++ projects/med/trunk/debian-med/VERSION	Mon Aug 27 19:42:47 2007
@@ -1 +1 @@
-0.12
+0.14

Copied: projects/med/trunk/debian-med/config/control (from r453, projects/med/trunk/debian-med/common/control)
==============================================================================
--- projects/med/trunk/debian-med/common/control	(original)
+++ projects/med/trunk/debian-med/config/control	Mon Aug 27 19:42:47 2007
@@ -1,7 +1,10 @@
-Package: med-common
+Package: med-config
 Architecture: all
-Depends: adduser, ${misc:Depends}, menu, cdd-common (>= 0.3.9)
-Description: Debian-Med Project common package
+Depends: adduser, ${misc:Depends}, menu, cdd-common (>= 0.4)
+Conflicts: med-common
+Replaces: med-common
+Provides: med-common
+Description: Debian-Med Project config package
  This package provides the basic infrastructure of all med-* packages and is
  needed by them.
  .
@@ -12,7 +15,7 @@
  Other packages in Debian-Med Project are:
  .
   * med-bio      for biological research
-  * med-cms      for publicating a ... on the internet
+  * med-cms      for publicating a medical site on the internet
   * med-dent     for dental medicine
   * med-imaging  for image processing
   * med-pharmacy for pharmaceutical research
@@ -24,3 +27,4 @@
  executable programs, but only links to other packages. This way you will
  conveniently get all the non-commercial medical software which is available
  for Debian GNU/Linux.
+

Modified: projects/med/trunk/debian-med/debian/changelog
==============================================================================
--- projects/med/trunk/debian-med/debian/changelog	(original)
+++ projects/med/trunk/debian-med/debian/changelog	Mon Aug 27 19:42:47 2007
@@ -1,3 +1,9 @@
+debian-med (0.14) unstable; urgency=low
+
+  * Builded using new cdd-tools
+
+ -- Andreas Tille <tille at debian.org>  Sat, 11 Aug 2007 17:50:29 +0200
+
 debian-med (0.13) unstable; urgency=low
 
   * Removed entry for gnumed-client-debug because this package does
@@ -9,6 +15,8 @@
     specific fields
   * Imaging: Added dicomnifti
   * Enhanced long description of med-common
+  * Remove header from po.stub/de.po because cdd-dev will add another
+    one
 
  -- Andreas Tille <tille at debian.org>  Thu, 28 Jun 2007 16:23:36 +0200
 

Modified: projects/med/trunk/debian-med/debian/control.stub
==============================================================================
--- projects/med/trunk/debian-med/debian/control.stub	(original)
+++ projects/med/trunk/debian-med/debian/control.stub	Mon Aug 27 19:42:47 2007
@@ -4,8 +4,12 @@
 Maintainer: Andreas Tille <tille at debian.org>
 Uploaders: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: cdd-dev (>= 0.3.11)
+Build-Depends-Indep: cdd-dev (>= 0.4)
 Standards-Version: 3.7.2
 
-Package: med
+Package: med-tasks
 Architecture: all
+Depends: tasksel (>= 2.07)
+Description: Debian-Med tasks for tasksel
+ This package provides Debian-Med tasks in tasksel.
+

Modified: projects/med/trunk/debian-med/debian/po.stub/de.po
==============================================================================
--- projects/med/trunk/debian-med/debian/po.stub/de.po	(original)
+++ projects/med/trunk/debian-med/debian/po.stub/de.po	Mon Aug 27 19:42:47 2007
@@ -11,17 +11,6 @@
 #
 #    Developers do not need to manually edit POT or PO files.
 #
-msgid ""
-msgstr ""
-"Project-Id-Version: debian-med\n"
-"Report-Msgid-Bugs-To: tille at debian.org\n"
-"POT-Creation-Date: 2006-08-16 10:47+0200\n"
-"PO-Revision-Date: 2004-07-09 17:42+0200\n"
-"Last-Translator: Andreas Tille <tille at debian.org>\n"
-"Language-Team: German <debian-l10n-german at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
 
 #. Type: string
 #. Description

Modified: projects/med/trunk/debian-med/debian/rules
==============================================================================
--- projects/med/trunk/debian-med/debian/rules	(original)
+++ projects/med/trunk/debian-med/debian/rules	Mon Aug 27 19:42:47 2007
@@ -1,79 +1,3 @@
 #!/usr/bin/make -f
-# debian/rules for Debian-Med.
-# GNU copyright 2004 Andreas Tille, GPL.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-cdd=med
-pkgsrc=debian-$(cdd)
-
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	cdd-gen-control -c -m -i -t
-
-	touch build-stamp
-
-clean: debian/control tasks/* debian/control.stub
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-
-	cdd-clean-helper
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installexamples
-	dh_installmenu
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-	dh_installcron
-	dh_installman
-	cdd-install-helper
-	dh_install
-	dh_installdebconf
-#	dh_installinfo
-	dh_installchangelogs 
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-#	dh_makeshlibs
-	dh_installdeb
-#	dh_perl
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-dist:
-	distdir=$(pkgsrc)-`cat VERSION` ; \
-	rm -rf $${distdir} ; \
-	mkdir $${distdir} ; \
-	chmod 777 $${distdir} ; \
-	rsync -a --exclude $${distdir} --exclude CVS --exclude .svn * $${distdir} ; \
-	ln -s control.stub $${distdir}/debian/control ; \
-	GZIP=-9 tar -czf ../$(pkgsrc)_`cat VERSION`.tar.gz $${distdir} ; \
-	rm -rf $${distdir}
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+include /usr/share/cdd-dev/rules

Added: projects/med/trunk/debian-med/tasks.ctl
==============================================================================
--- (empty file)
+++ projects/med/trunk/debian-med/tasks.ctl	Mon Aug 27 19:42:47 2007
@@ -0,0 +1,9 @@
+priority-high:bio
+priority-high:bio-dev
+priority-med:cms
+priority-high:imaging
+priority-high:imaging-dev
+priority-high:pharmacy
+priority-high:physics
+priority-high:practice
+priority-med:tools



More information about the Cdd-commits mailing list