Skip to content

Commit

Permalink
Bump debian/compat to '7'.
Browse files Browse the repository at this point in the history
  • Loading branch information
p1otr authored and astraw committed Nov 2, 2009
1 parent 0592a4a commit 19e1f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdeb/util.py
Expand Up @@ -900,7 +900,7 @@ def build_dsc(debinfo,

# D. debian/compat
fd = open( os.path.join(debian_dir,'compat'), mode='w')
fd.write('4\n')
fd.write('7\n')
fd.close()

# E. debian/package.mime
Expand Down

0 comments on commit 19e1f4d

Please sign in to comment.