r46594 - in /packages/wxAstroCapture/trunk/debian: changelog control rules watch.ex wxastrocapture.doc-base.EX wxastrocapture.install

moeller at users.alioth.debian.org moeller at users.alioth.debian.org
Mon Mar 10 23:45:07 UTC 2014


Author: moeller
Date: Mon Mar 10 23:45:07 2014
New Revision: 46594

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46594
Log:

Needs a bit more till lintian cleanliness

$ lintian ../build-area/wxastrocapture*changes
W: wxastrocapture source: missing-license-paragraph-in-dep5-copyright gpl-2+ (paragraph at line 5)
W: wxastrocapture: readme-debian-contains-debmake-template
W: wxastrocapture: extra-license-file usr/share/doc/wxastrocapture/COPYING.txt.gz
W: wxastrocapture: menu-item-creates-new-section Applications/Science usr/share/menu/wxastrocapture:2




Removed:
    packages/wxAstroCapture/trunk/debian/watch.ex
    packages/wxAstroCapture/trunk/debian/wxastrocapture.doc-base.EX
Modified:
    packages/wxAstroCapture/trunk/debian/changelog
    packages/wxAstroCapture/trunk/debian/control
    packages/wxAstroCapture/trunk/debian/rules
    packages/wxAstroCapture/trunk/debian/wxastrocapture.install

Modified: packages/wxAstroCapture/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/wxAstroCapture/trunk/debian/changelog?rev=46594&op=diff
==============================================================================
--- packages/wxAstroCapture/trunk/debian/changelog	(original)
+++ packages/wxAstroCapture/trunk/debian/changelog	Mon Mar 10 23:45:07 2014
@@ -1,5 +1,5 @@
-wxastrocapture (1.8.1+git20140303-1) unstable; urgency=low
+wxastrocapture (1.8.1+git20140303+dfsg-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  * Initial release (Closes: #741294)
 
  -- Steffen Moeller <moeller at debian.org>  Mon, 03 Mar 2014 21:55:57 +0100

Modified: packages/wxAstroCapture/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/wxAstroCapture/trunk/debian/control?rev=46594&op=diff
==============================================================================
--- packages/wxAstroCapture/trunk/debian/control	(original)
+++ packages/wxAstroCapture/trunk/debian/control	Mon Mar 10 23:45:07 2014
@@ -2,8 +2,8 @@
 Section: science
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Peter Cock, Ole Streicher, Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 8.0.0), cbp2make, libwxgtk2.8-dev, libusb-dev, libv4l-dev
+Uploaders: Steffen Moeller <moeller at debian.org>
+Build-Depends: debhelper (>= 9.0.0), cbp2make, libwxgtk2.8-dev, libusb-dev, libv4l-dev
 Standards-Version: 3.9.5
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/wxAstroCapture/
 Vcs-Svn: svn://svn.debian.org/debian-science/packages/wxAstroCapture/trunk/
@@ -13,12 +13,16 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Windows linuX Astronomy Capture 
- <insert long description, indented with spaces>
+ wxAstroCapture controls cameras for planetary/lunar/solar and deep sky
+ imaging. Long exposures are supported for SC modified webcams with
+ serial and parallel port long exposure control. Also supported are
+ Artemis/ATK cameras for 16bit deep sky imaging and webcam autoguiding
+ using normal or long exposures.
 
 Package: wxastrocapture-dbg
 Architecture: any
 Priority: extra
 Section: debug
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, wxastrocapture
 Description: Debug information for Windows linuX Astronomy Capture
  Debug information for the wxastrocapture package.

Modified: packages/wxAstroCapture/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/wxAstroCapture/trunk/debian/rules?rev=46594&op=diff
==============================================================================
--- packages/wxAstroCapture/trunk/debian/rules	(original)
+++ packages/wxAstroCapture/trunk/debian/rules	Mon Mar 10 23:45:07 2014
@@ -8,7 +8,8 @@
 	dh $@ 
 
 override_dh_auto_configure:
-	cbp2make -in wxWebcamDB.cbp -unix -out Makefile -targets UX_Release
+	#cbp2make -in wxWebcamDB.cbp -unix -out Makefile -targets UX_Release
+	cbp2make -in wxWebcamDB.cbp -unix -out Makefile -targets UX_Debug
 
 override_dh_strip:
 	dh_strip --dbg-package=wxastrocapture-dbg

Modified: packages/wxAstroCapture/trunk/debian/wxastrocapture.install
URL: http://svn.debian.org/wsvn/debian-science/packages/wxAstroCapture/trunk/debian/wxastrocapture.install?rev=46594&op=diff
==============================================================================
--- packages/wxAstroCapture/trunk/debian/wxastrocapture.install	(original)
+++ packages/wxAstroCapture/trunk/debian/wxastrocapture.install	Mon Mar 10 23:45:07 2014
@@ -1 +1,2 @@
-UX/bin/Release/wxAstroCapture usr/bin
+#UX/bin/Release/wxAstroCapture usr/bin
+UX/bin/Debug/wxAstroCapture usr/bin




More information about the debian-science-commits mailing list