~ubuntu-branches/ubuntu/wily/freehep-graphics2d/wily

« back to all changes in this revision

Viewing changes to debian/maven.publishedRules

  • Committer: Package Import Robot
  • Author(s): Gabriele Giacone, Giovanni Mascellani, Gabriele Giacone
  • Date: 2014-01-28 03:47:09 UTC
  • Revision ID: package-import@ubuntu.com-20140128034709-t4hwrxrs28tawt93
Tags: 2.1.1-4
[ Giovanni Mascellani ]
* Added real watch file
* Fixed my email address.

[ Gabriele Giacone ]
* Added patch from sweethome3d upstream to fix SVG export (Closes: #657700)
* Switch to 3.0 (quilt) format.
* Make VCS-* fields canonical.
* Bump Standards-Version to 3.9.5 (no changes).
* Remove needless Depends on jre.
* Fix d/copyright according to format specification 1.0.
* Add missing classpath.
  + Add javahelper to B-D.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Maven published rules - additional rules to publish, to help
2
 
# the packaging work of Debian maintainers using mh_make
3
 
# Format of this file is:
4
 
# [group] [artifact] [type] [version]
5
 
# where each element can be either
6
 
# - the exact string, for example org.apache for the group, or 3.1
7
 
#   for the version. In this case, the element is simply matched
8
 
#   and left as it is
9
 
# - * (the star character, alone). In this case, anything will
10
 
#   match and be left as it is. For example, using * on the
11
 
#  position of the artifact field will match any artifact id
12
 
# - a regular expression of the form s/match/replace/
13
 
#   in this case, elements that match are transformed using
14
 
#   the regex rule.
15
 
# All elements much match before a rule can be applied
16
 
# Example rule: match any dependency whose group is ant,
17
 
# replacing it with org.apache.ant
18
 
#   s/ant/org.apache.ant/ * * s/.*/debian/
 
1