~ubuntu-branches/ubuntu/trusty/opendkim/trusty

« back to all changes in this revision

Viewing changes to opendkim/opendkim-genkey

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2012-06-08 14:38:25 UTC
  • mfrom: (1.2.14) (3.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20120608143825-ehz9xxdvii6podhh
Tags: 2.6.0-1
* New upstream release (now DFSG free so tarball repacking no longer
  required)
  - Rename libopendkim6 to libopendkim7 to match new soname
    - Update package and dependencies in debian/control
    - Rename .install and .doc files
  - Drop --enable-xtags from configure in debian/rules since it is now on by
    default
  - Update debian/copyright
  - Remove dversionmangle from debian/watch
  - Update README.Debian to reflect documentation no longer being stripped
* Correct copyright/license information in libar/ar-strl.h based on feedback
  from upstream (correction already implemented upstream for the next
  relese)
* Set --sysconfdir=/etc in configure so that generated man pages refer to
  the correct configuration file locations

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
        comment=""
200
200
fi
201
201
 
202
 
echo ${selector}._domainkey   IN   TXT  '"'v=DKIM1\;$noteout$hashoutk=rsa\;$flagsout p=$pubkey'"' $comment > ${selector}.txt
 
202
echo ${selector}._domainkey   IN   TXT  '"'v=DKIM1\;$noteout$hashout k=rsa\;$flagsout p=$pubkey'"' $comment > ${selector}.txt
203
203
 
204
204
if [ $verbose -eq 1 ]
205
205
then