]> sipb.mit.edu Git - ikiwiki.git/commitdiff
lintian fixes
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 27 Feb 2009 20:40:42 +0000 (15:40 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 27 Feb 2009 20:40:42 +0000 (15:40 -0500)
debian/changelog
debian/control
debian/rules

index a61868154c477e0e0c779c4825daa0e18dde72ec..b63c25da78efb71a651298cc78308c45b6a52b82 100644 (file)
@@ -12,7 +12,7 @@ ikiwiki (3.05) UNRELEASED; urgency=low
   * Setup automator: Prompt for password twice. Closes: #516973
   * bzr: Add missing rcs_diff. (liw)
   * comments: Avoid showing comment moderation button in prefs to non-admins.
-  * goto: Fix typo that broke recentchanges_link compatability.
+  * goto: Fix typo that broke recentchanges_link compatibility.
 
  -- Joey Hess <joeyh@debian.org>  Sun, 15 Feb 2009 20:11:57 -0500
 
index a877bf3148cad86b9f46604e8718da0ec21027fd..65b80138bc070e646b052bcc1bba26260404cc2b 100644 (file)
@@ -12,7 +12,7 @@ Vcs-Browser: http://git.ikiwiki.info/?p=ikiwiki
 
 Package: ikiwiki
 Architecture: all
-Depends: ${perl:Depends}, libtext-markdown-perl | markdown, libhtml-scrubber-perl, libhtml-template-perl, libhtml-parser-perl, liburi-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libtext-markdown-perl | markdown, libhtml-scrubber-perl, libhtml-template-perl, libhtml-parser-perl, liburi-perl
 Recommends: gcc | c-compiler, libc6-dev | libc-dev, subversion | git-core (>= 1:1.5.0) | tla | bzr (>= 0.91) | mercurial | monotone (>= 0.38), libxml-simple-perl, libnet-openid-consumer-perl, liblwpx-paranoidagent-perl, libtimedate-perl, libcgi-formbuilder-perl (>= 3.05), libcgi-session-perl (>= 4.14-1), libmail-sendmail-perl, libauthen-passphrase-perl, libterm-readline-gnu-perl
 Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl, xapian-omega (>= 1.0.5), librpc-xml-perl, libtext-wikiformat-perl, python, python-docutils, polygen, tidy, libhtml-tree-perl, libxml-feed-perl, libmailtools-perl, perlmagick, libfile-mimeinfo-perl, libcrypt-ssleay-perl, liblocale-gettext-perl (>= 1.05-1), libtext-typography-perl, libtext-csv-perl, libdigest-sha1-perl, graphviz, libnet-amazon-s3-perl, sparkline-php, texlive, dvipng, libtext-wikicreole-perl
 Conflicts: ikiwiki-plugin-table
index bdbbf005002492bc5552bbe9135e8e6e5cd911a8..0a7ce7a267e43c0999d6e468f7e6844abbc8d660 100755 (executable)
@@ -12,7 +12,7 @@ override_dh_compress:
 
 override_dh_auto_clean:
        # distclean moans about MANIFEST, this is quieter
-       -$(MAKE) realclean
+       if [ -e Makefile ]; then $(MAKE) realclean; fi
 
 # Not intended for use by anyone except the author.
 announcedir: