made packet lintian clean
authorMichael Gebetsroither <michael.geb@gmx.at>
Mon, 28 Apr 2008 22:56:03 +0000 (00:56 +0200)
committerMichael Gebetsroither <michael.geb@gmx.at>
Mon, 28 Apr 2008 22:56:03 +0000 (00:56 +0200)
debian/changelog
debian/conffiles [deleted file]
debian/control
debian/copyright
debian/rules

index c0b9e08..ba9972a 100644 (file)
@@ -1,3 +1,9 @@
+grml-crypt (0.17) UNRELEASED; urgency=low
+
+  * Made packet lintian clean. 
+
+ -- Michael Gebetsroither <gebi@grml.org>  Tue, 29 Apr 2008 00:51:38 +0200
+
 grml-crypt (0.16) unstable; urgency=low
 
   * Replace optimize* with optimise*, thanks for the hint
diff --git a/debian/conffiles b/debian/conffiles
deleted file mode 100644 (file)
index e69de29..0000000
index 6276377..ae1c3fc 100644 (file)
@@ -3,7 +3,7 @@ Section: grml
 Priority: optional
 Maintainer: Michael Gebetsroither <gebi@grml.org>
 Build-Depends: debhelper (>= 4.0.0), xsltproc, docbook-xsl, asciidoc
-Standards-Version: 3.6.1
+Standards-Version: 3.7.3
 Homepage: http://hg.grml.org/grml-crypt/
 XS-Vcs-hg: http://hg.grml.org/grml-crypt/
 XS-Vcs-Browser: http://hg.grml.org/grml-crypt/
index 1f6b587..d450b08 100644 (file)
@@ -15,8 +15,9 @@ Copyright (C) 2003  Michael Gebetsroither
 
   You should have received a copy of the GNU General Public License
   along with this package; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-  02111-1307, USA.
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+  02110-1301, USA.
+
 
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
index e30bf65..5f7f822 100755 (executable)
@@ -62,10 +62,6 @@ install: build
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
        dh_testdir
        dh_testroot
        dh_installchangelogs 
@@ -95,5 +91,9 @@ binary-arch: build install
        dh_md5sums
        dh_builddeb
 
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure