[med-svn] r15376 - trunk/packages/ugene/trunk/debian
Olivier Sallou
osallou at moszumanska.debian.org
Sun Dec 1 14:39:06 UTC 2013
Author: osallou
Date: 2013-12-01 14:39:06 +0000 (Sun, 01 Dec 2013)
New Revision: 15376
Modified:
trunk/packages/ugene/trunk/debian/control
trunk/packages/ugene/trunk/debian/rules
Log:
remove debug package, it takes around 250Mb, too big for ugene only
Modified: trunk/packages/ugene/trunk/debian/control
===================================================================
--- trunk/packages/ugene/trunk/debian/control 2013-12-01 11:00:58 UTC (rev 15375)
+++ trunk/packages/ugene/trunk/debian/control 2013-12-01 14:39:06 UTC (rev 15376)
@@ -43,23 +43,3 @@
sequence analysis.
.
This package contains various data and example files for UGENE.
-
-Package: ugene-dbg
-Architecture: any
-Section: non-free/debug
-Priority: extra
-Depends: ${misc:Depends},
- ugene (= ${binary:Version})
-Description: integrated bioinformatics toolkit (degugging information)
- Unipro UGENE is a cross-platform visual environment for DNA and protein
- sequence analysis. UGENE integrates the most important bioinformatics
- computational algorithms and provides an easy-to-use GUI for performing
- complex analysis of the genomic data. One of the main features of UGENE
- is a designer for custom bioinformatics workflows.
- .
- This package provides symbols stripped from the regular binaries to
- help with further information during debug sessions. You may be asked
- to install this package to help localising a bug you reported to
- the developers.
- .
- This package contains debugging information.
Modified: trunk/packages/ugene/trunk/debian/rules
===================================================================
--- trunk/packages/ugene/trunk/debian/rules 2013-12-01 11:00:58 UTC (rev 15375)
+++ trunk/packages/ugene/trunk/debian/rules 2013-12-01 14:39:06 UTC (rev 15376)
@@ -12,17 +12,12 @@
CXXFLAGS=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)
LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
-#CFLAGS+=$(HARDENING_CFLAGS)
-#CXXFLAGS+=$(HARDENING_CXXFLAGS)
-#LDFLAGS+=$(HARDENING_LDFLAGS)
-
-
UPSTREAM_NAME=ugene
pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
-.PHONY: override_dh_strip
-override_dh_strip:
- dh_strip --dbg-package=ugene-dbg
+#.PHONY: override_dh_strip
+#override_dh_strip:
+# dh_strip --dbg-package=ugene-dbg
%:
dh $@
More information about the debian-med-commit
mailing list