[med-svn] r7261 - trunk/packages/ginkgocadx/trunk/debian
Andreas Tille
tille at alioth.debian.org
Tue Jul 12 14:01:10 UTC 2011
Author: tille
Date: 2011-07-12 14:01:09 +0000 (Tue, 12 Jul 2011)
New Revision: 7261
Removed:
trunk/packages/ginkgocadx/trunk/debian/ginkgocadx.desktop
Modified:
trunk/packages/ginkgocadx/trunk/debian/changelog
trunk/packages/ginkgocadx/trunk/debian/install
trunk/packages/ginkgocadx/trunk/debian/rules
Log:
Removing RPATH afterwards is redundant to the applied patch - so leave this out
Modified: trunk/packages/ginkgocadx/trunk/debian/changelog
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/changelog 2011-07-12 13:43:41 UTC (rev 7260)
+++ trunk/packages/ginkgocadx/trunk/debian/changelog 2011-07-12 14:01:09 UTC (rev 7261)
@@ -8,9 +8,7 @@
- drop_rpath.patch: drop explicite rpath defitions
* debian/{mime,sharedmimeinfo}: Mime info for DICOM images
Closes: #631205
- * Added desktop file (thanks to Karsten Hilbert
- <Karsten.Hilbert at gmx.net>)
- * Add upstream manpage
+ * Add upstream manpage + desktop file
* Fixed Vcs fields
* debian/rules:
- Add new extension liblightvisualizator
Deleted: trunk/packages/ginkgocadx/trunk/debian/ginkgocadx.desktop
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/ginkgocadx.desktop 2011-07-12 13:43:41 UTC (rev 7260)
+++ trunk/packages/ginkgocadx/trunk/debian/ginkgocadx.desktop 2011-07-12 14:01:09 UTC (rev 7261)
@@ -1,13 +0,0 @@
-#====================================================
-# license: GPL v2 or later
-#====================================================
-
-[Desktop Entry]
-Type=Application
-Name=Ginkgo CADx
-GenericName=DICOM Viewer
-Comment=Medical Image (DICOM) Viewer
-Icon=ginkgocadx
-Exec=/usr/bin/ginkgocadx
-Terminal=false
-Categories=Office;MedicalSoftware;
Modified: trunk/packages/ginkgocadx/trunk/debian/install
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/install 2011-07-12 13:43:41 UTC (rev 7260)
+++ trunk/packages/ginkgocadx/trunk/debian/install 2011-07-12 14:01:09 UTC (rev 7261)
@@ -1 +1,2 @@
src/cadxcore/resources/*.xml usr/lib/ginkgocadx
+*.desktop usr/share/applications
Modified: trunk/packages/ginkgocadx/trunk/debian/rules
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/rules 2011-07-12 13:43:41 UTC (rev 7260)
+++ trunk/packages/ginkgocadx/trunk/debian/rules 2011-07-12 14:01:09 UTC (rev 7261)
@@ -16,4 +16,4 @@
dh_auto_install
dh_installchangelogs debian/changelog
# Delete RPATH
- find debian/$(pkg)/usr/lib/$(pkg) -type f -name "lib*.so.$(VER_FULL)" -exec /usr/bin/chrpath -r /usr/lib/$(pkg) \{\} \;
+ # find debian/$(pkg)/usr/lib/$(pkg) -type f -name "lib*.so.$(VER_FULL)" -exec /usr/bin/chrpath -r /usr/lib/$(pkg) \{\} \;
More information about the debian-med-commit
mailing list