Lintian Fixes - libstxxl

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 136aed9..ed6c698 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -81,7 +81,7 @@ libstxxl (1.3.1-4) unstable; urgency=low
 
   * Remove ICPC compat header (Closes: #674779)
 
- -- D Haley <mycae@yahoo.com>  Tue, 17 Jun 2012 04:34:32 +1000
+ -- D Haley <mycae@yahoo.com>  Sun, 17 Jun 2012 04:34:32 +1000
 
 libstxxl (1.3.1-3) unstable; urgency=low
 
@@ -107,8 +107,8 @@ libstxxl (1.3.1-2) unstable; urgency=low
 libstxxl (1.3.1-1) unstable; urgency=low
 
   * New upstream release
-  * Add doxygen-latex build-dep (Closes: #616262) 
-  
+  * Add doxygen-latex build-dep (Closes: #616262)
+
   [ Sylvestre Ledru ]
   * Remove myself from the uploaders
   * Switch to dpkg-source 3.0 (quilt) format
@@ -139,11 +139,11 @@ libstxxl (1.2.1-2) unstable; urgency=low
   [ Sylvestre Ledru ]
   * Add myself to the uploader (which I should have been done since the first
     release)
- 
+
  -- Sylvestre Ledru <sylvestre@debian.org>  Sat, 09 Jan 2010 11:27:08 +0100
 
 libstxxl (1.2.1-1) unstable; urgency=low
 
-  * Initial release (Closes: #540513) 
+  * Initial release (Closes: #540513)
 
  -- D Haley <mycae@yahoo.com>  Sat, 29 Aug 2009 20:12:15 +1000
diff --git a/debian/compat b/debian/compat
index b4de394..b1bd38b 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-11
+13
diff --git a/debian/control b/debian/control
index 12a4260..5e8f967 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: D Haley <mycae@gmx.com>
 Section: science
 Priority: optional
 Build-Depends: cmake,
-               debhelper (>= 11),
+               debhelper (>= 13~),
                doxygen,
                doxygen-latex,
                ghostscript,
@@ -21,7 +21,6 @@ Homepage: http://stxxl.sourceforge.net
 Package: libstxxl-dev
 Architecture: any
 Section: libdevel
-Priority: optional
 Depends: libstxxl1v5 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: libstxxl-doc
@@ -40,7 +39,6 @@ Description: Development libraries for STXXL
 Package: libstxxl-doc
 Architecture: all
 Section: doc
-Priority: optional
 Depends: ${misc:Depends},
          libjs-jquery
 Description: Documentation for STXXL
@@ -72,7 +70,6 @@ Description: C++ Standard Template Library for extra large datasets
 Package: libstxxl1-bin
 Architecture: any
 Section: misc
-Priority: optional
 Depends: libstxxl1v5 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
diff --git a/debian/rules b/debian/rules
index db48e6f..6d5be8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,15 +17,15 @@ override_dh_install:
 	rm -f $$(pwd)/debian/libstxxl-doc/$(JQUERY_STXXL_TARGET)
 	mkdir -p $$(pwd)/debian/libstxxl-doc/$$(dirname $(JQUERY_STXXL_TARGET) )
 	#Symlink to system value
-	ln -s $(JQUERY_SYS_TARGET) $$(pwd)/debian/libstxxl-doc/$(JQUERY_STXXL_TARGET)  
+	ln -s $(JQUERY_SYS_TARGET) $$(pwd)/debian/libstxxl-doc/$(JQUERY_STXXL_TARGET)
 
-override_dh_auto_build: 
+override_dh_auto_build:
 	dh_auto_build
 	#Build doxygen HTML docs
 	cd doc && doxygen .
 	#Build PDF from doxygen generated latex files
 	cd doc/latex && make
 	
-override_dh_auto_clean: 
+override_dh_auto_clean:
 	dh_auto_clean
 	rm -rf doc/html/ doc/latex/

Run locally

More details

Full run details

Historical runs