[Debian-med-packaging] r12859 - trunk/packages/ginkgocadx/trunk/debian

Andreas Tille andreas at an3as.eu
Mon Jan 28 09:12:29 UTC 2013


Hi Dmitry,

very cool - many thanks for your work - I was about to start spending
time into this and now I see it's done!  That's really great - thanks
for this.

BTW, regarding the get-orig-source target:  A lot of these things could
be done by using the enhanced / not yet officially available uscan

   https://wiki.debian.org/UscanEnhancements

IMHO the only thing that is not possible to do is the fix permissions
thingy (but this should be reported upstream anyway.  If you are
interested in these uscan enhancements you might like to check this out.

Thanks again

      Andreas.

On Mon, Jan 28, 2013 at 08:52:54AM +0000, Dmitry Smirnov wrote:
> Author: onlyjob-guest
> Date: 2013-01-28 08:52:53 +0000 (Mon, 28 Jan 2013)
> New Revision: 12859
> 
> Modified:
>    trunk/packages/ginkgocadx/trunk/debian/changelog
>    trunk/packages/ginkgocadx/trunk/debian/control
>    trunk/packages/ginkgocadx/trunk/debian/rules
> Log:
> adding commented -dbg package
> 
> Modified: trunk/packages/ginkgocadx/trunk/debian/changelog
> ===================================================================
> --- trunk/packages/ginkgocadx/trunk/debian/changelog	2013-01-28 08:52:37 UTC (rev 12858)
> +++ trunk/packages/ginkgocadx/trunk/debian/changelog	2013-01-28 08:52:53 UTC (rev 12859)
> @@ -20,6 +20,7 @@
>    * Standards to 3.9.4.
>    * debian/watch is updated to catch broader range of orig.tar file
>      name patterns.
> +  * added -dbg package (commented).
>  
>   -- Dmitry Smirnov <onlyjob at member.fsf.org>  Mon, 28 Jan 2013 04:56:27 +1100
>  
> 
> Modified: trunk/packages/ginkgocadx/trunk/debian/control
> ===================================================================
> --- trunk/packages/ginkgocadx/trunk/debian/control	2013-01-28 08:52:37 UTC (rev 12858)
> +++ trunk/packages/ginkgocadx/trunk/debian/control	2013-01-28 08:52:53 UTC (rev 12859)
> @@ -53,3 +53,27 @@
>      - Retinal image mosaic composition.
>      - Automatic retinal analysis diagnostics.
>      - Psoriasis automatic diagnostics.
> +
> +#Package: ginkgocadx-dbg
> +#Section: debug
> +#Priority: extra
> +#Architecture: any
> +#Depends: ginkgocadx (= ${binary:Version}), ${misc:Depends}
> +#Description: ginkgocadx -- debugging symbols
> +# Ginkgo CADx provides a complete DICOM viewer solution with advanced
> +# capabilities and support for extensions.
> +# .
> +#  * Easy and customizable interface through profiles.
> +#  * Full featured DICOM image visualization.
> +#  * Complete tool set (measure, markers, text, ...).
> +#  * Multiple modalities support (Neurological, Radiological, Dermatological,
> +#    Ophthalmological, Ultrasound, Endoscopy, ...)
> +#  * Dicomization support from JPEG, PNG, GIF and TIFF.
> +#  * Full EMH integration support: HL7 standard and IHE compliant workflows.
> +#  * PACS Workstation (C-FIND, C-MOVE, C-STORE...)
> +#  * Extensible through custom extensions.
> +#    - Retinal image mosaic composition.
> +#    - Automatic retinal analysis diagnostics.
> +#    - Psoriasis automatic diagnostics.
> +# .
> +# This package provides debugging symbols
> 
> Modified: trunk/packages/ginkgocadx/trunk/debian/rules
> ===================================================================
> --- trunk/packages/ginkgocadx/trunk/debian/rules	2013-01-28 08:52:37 UTC (rev 12858)
> +++ trunk/packages/ginkgocadx/trunk/debian/rules	2013-01-28 08:52:53 UTC (rev 12859)
> @@ -18,8 +18,9 @@
>  
>  override_dh_auto_configure:
>  	dh_auto_configure $(DH) -- \
> -            -DCMAKE_BUILD_TYPE:STRING=RELEASE \
> -            -DCMAKE_CXX_FLAGS_RELEASE="$(CXXFLAGS) $(CPPFLAGS)"
> +            -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
> +            -DCMAKE_CXX_FLAGS_RELEASE="$(CXXFLAGS) $(CPPFLAGS)" \
> +            -DCMAKE_CXX_FLAGS_RELWITHDEBINFO="$(CXXFLAGS) $(CPPFLAGS)"
>  
>  override_dh_auto_install:
>  	dh_auto_install $(DH) --destdir=$(CURDIR)/debian/tmp
> @@ -34,6 +35,11 @@
>  override_dh_makeshlibs:
>  	dh_makeshlibs --noscripts
>  
> +override_dh_strip:
> +	[ -d "$(CURDIR)/debian/$(PKG)-dbg" ] \
> +        && dh_strip --dbg-package=$(PKG)-dbg \
> +        || dh_strip
> +
>  override_dh_builddeb:
>  	dh_builddeb -- -Zxz
>  
> 
> 
> _______________________________________________
> debian-med-commit mailing list
> debian-med-commit at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
> 

-- 
http://fam-tille.de



More information about the Debian-med-packaging mailing list