[med-svn] r12348 - in trunk/packages/orthanc/trunk: . ThirdPartyDownloads debian
Sebastien Jodogne
jodogne-guest at alioth.debian.org
Tue Oct 9 08:00:00 UTC 2012
Author: jodogne-guest
Date: 2012-10-09 08:00:00 +0000 (Tue, 09 Oct 2012)
New Revision: 12348
Added:
trunk/packages/orthanc/trunk/ThirdPartyDownloads/
trunk/packages/orthanc/trunk/ThirdPartyDownloads/mongoose-3.1.tgz
Modified:
trunk/packages/orthanc/trunk/debian/changelog
trunk/packages/orthanc/trunk/debian/rules
Log:
forgotten file, better installing of upstream changelog
Added: trunk/packages/orthanc/trunk/ThirdPartyDownloads/mongoose-3.1.tgz
===================================================================
(Binary files differ)
Property changes on: trunk/packages/orthanc/trunk/ThirdPartyDownloads/mongoose-3.1.tgz
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/packages/orthanc/trunk/debian/changelog
===================================================================
--- trunk/packages/orthanc/trunk/debian/changelog 2012-10-08 19:33:14 UTC (rev 12347)
+++ trunk/packages/orthanc/trunk/debian/changelog 2012-10-09 08:00:00 UTC (rev 12348)
@@ -1,4 +1,4 @@
-orthanc (0.2.2-6) unstable; urgency=low
+orthanc (0.2.2-7) unstable; urgency=low
* Initial release. (Closes: #689029)
Modified: trunk/packages/orthanc/trunk/debian/rules
===================================================================
--- trunk/packages/orthanc/trunk/debian/rules 2012-10-08 19:33:14 UTC (rev 12347)
+++ trunk/packages/orthanc/trunk/debian/rules 2012-10-09 08:00:00 UTC (rev 12348)
@@ -15,12 +15,14 @@
$(CURDIR)/OrthancExplorer/images/unsupported.png; \
fi
- dh_auto_configure -- -DDEBIAN_HARDENING=ON -DSTATIC_BUILD=OFF -DSTANDALONE_BUILD=ON -DBUILD_UNIT_TESTS=OFF -DCMAKE_BUILD_TYPE=Debug -DUSE_DYNAMIC_JSONCPP=1
+ dh_auto_configure -- -DDEBIAN_HARDENING=ON -DSTATIC_BUILD=OFF -DSTANDALONE_BUILD=ON -DBUILD_UNIT_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DUSE_DYNAMIC_JSONCPP=1
override_dh_auto_install:
cp $(CURDIR)/Build/Orthanc $(CURDIR)/debian/orthanc/usr/bin/orthanc
- gzip -c -9 $(CURDIR)/NEWS > $(CURDIR)/debian/orthanc/usr/share/doc/orthanc/changelog.gz
+override_dh_installchangelogs:
+ dh_installchangelogs -k $(CURDIR)/NEWS
+
get-orig-source:
uscan --verbose --force-download --rename
More information about the debian-med-commit
mailing list