[med-svn] r15158 - trunk/packages/ctn-doc/trunk/debian

Andreas Tille tille at alioth.debian.org
Fri Nov 8 09:20:11 UTC 2013


Author: tille
Date: 2013-11-08 09:20:11 +0000 (Fri, 08 Nov 2013)
New Revision: 15158

Added:
   trunk/packages/ctn-doc/trunk/debian/docs
   trunk/packages/ctn-doc/trunk/debian/lintian-overrides
Modified:
   trunk/packages/ctn-doc/trunk/debian/changelog
   trunk/packages/ctn-doc/trunk/debian/control
   trunk/packages/ctn-doc/trunk/debian/rules
Log:
Final polishing


Modified: trunk/packages/ctn-doc/trunk/debian/changelog
===================================================================
--- trunk/packages/ctn-doc/trunk/debian/changelog	2013-11-08 08:59:55 UTC (rev 15157)
+++ trunk/packages/ctn-doc/trunk/debian/changelog	2013-11-08 09:20:11 UTC (rev 15158)
@@ -1,4 +1,4 @@
-ctn-doc (3.2.0-1) UNRELEASED; urgency=low
+ctn-doc (3.2.0-1) unstable; urgency=low
 
   * New upstream version
   * debian/get-orig-source: Obtain upstream source
@@ -9,6 +9,9 @@
      - debhelper 9
      - canonical Vcs URLs
      - Enhances: ctn
+  * debian/rules: dh
+  * debian/lintian-overrides: there is no watch file, but lintian seems
+    to ignore this
 
  -- Andreas Tille <tille at debian.org>  Fri, 08 Nov 2013 09:15:12 +0100
 

Modified: trunk/packages/ctn-doc/trunk/debian/control
===================================================================
--- trunk/packages/ctn-doc/trunk/debian/control	2013-11-08 08:59:55 UTC (rev 15157)
+++ trunk/packages/ctn-doc/trunk/debian/control	2013-11-08 09:20:11 UTC (rev 15158)
@@ -12,6 +12,7 @@
 
 Package: ctn-doc
 Architecture: all
+Depends: ${misc:Depends}
 Enhances: ctn
 Description: Documentation for Central Test Node, a DICOM implementation
  DICOM is the standard for image storage, annotation, and networking.

Added: trunk/packages/ctn-doc/trunk/debian/docs
===================================================================
--- trunk/packages/ctn-doc/trunk/debian/docs	                        (rev 0)
+++ trunk/packages/ctn-doc/trunk/debian/docs	2013-11-08 09:20:11 UTC (rev 15158)
@@ -0,0 +1,2 @@
+*.pdf
+*.html

Added: trunk/packages/ctn-doc/trunk/debian/lintian-overrides
===================================================================
--- trunk/packages/ctn-doc/trunk/debian/lintian-overrides	                        (rev 0)
+++ trunk/packages/ctn-doc/trunk/debian/lintian-overrides	2013-11-08 09:20:11 UTC (rev 15158)
@@ -0,0 +1,6 @@
+# There is no downloadable versioned archive file and thus there is no watch file
+# see debian/get-orig-source to get latest upstream.
+# ctn-doc source: debian-watch-file-is-missing
+#  ... uhm, this ends up in
+#   E: ctn-doc: malformed-override Override of debian-watch-file-is-missing for package type source (expecting binary) at line 3
+#  --> not motivated to track this down just for a lintian info

Modified: trunk/packages/ctn-doc/trunk/debian/rules
===================================================================
--- trunk/packages/ctn-doc/trunk/debian/rules	2013-11-08 08:59:55 UTC (rev 15157)
+++ trunk/packages/ctn-doc/trunk/debian/rules	2013-11-08 09:20:11 UTC (rev 15158)
@@ -1,42 +1,11 @@
 #!/usr/bin/make -f
-# debian/rules file for ctn-doc
 
-pkg	:= ctn-doc
-doc-dir	:= usr/share/doc/$(pkg)
+%:
+	dh $@
 
+override_dh_compress:
+	dh_compress --exclude=.pdf
 
-build: build-stamp
+get-orig-source:
+	. get-orig-source
 
-build-stamp:  
-	dh_testdir
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs $(doc-dir)
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs 
-	dh_compress
-	dh_install *.pdf *.html $(doc-dir)
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-arch:
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install




More information about the debian-med-commit mailing list