[Git][java-team/ivy-debian-helper][master] Converted the README file to the Markdown format

Emmanuel Bourg gitlab at salsa.debian.org
Thu Sep 19 14:08:57 BST 2019



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / ivy-debian-helper


Commits:
7066ee4b by Emmanuel Bourg at 2019-09-19T13:06:11Z
Converted the README file to the Markdown format

- - - - -


1 changed file:

- README.txt → README.md


Changes:

=====================================
README.txt → README.md
=====================================
@@ -3,28 +3,30 @@ Ivy Debian Helper
 
 This project contains helper tools to ease the packaging of Ivy based projects in Debian.
 It consists in:
- * an Ivy plugin resolving the dependencies against the system Maven repository (/usr/share/maven-repo).
+
+ * an Ivy plugin resolving the dependencies against the system Maven repository (`/usr/share/maven-repo`).
    The resolver uses the same Maven rule files that maven-debian-helper and maven-repo-helper employ
-   (debian/maven.rules, debian/maven.ignoreRules).
+   (`debian/maven.rules`, `debian/maven.ignoreRules`).
+
  * a debhelper class initializing the plugin and running Ant+Ivy in offline mode.
 
 
 Usage
 -----
 
-1. Add a build dependency on ivy-debian-helper in debian/control
+1. Add a build dependency on ivy-debian-helper in `debian/control`
 
-2. Use a debian/rules file with:
+2. Use a `debian/rules` file with:
 
-    %:
-            dh $@ --buildsystem=ivy
+       %:
+               dh $@ --buildsystem=ivy
 
-3. Create debian/maven.rules and/or debian.maven.ignoreRules with the dependency rules
+3. Create `debian/maven.rules` and/or `debian.maven.ignoreRules` with the dependency rules
 
 
 Limitations
 -----------
 
 * Transitive dependencies with a non generic version (neither 'debian' nor '.x')
-  must be added to debian/maven.rules in order to preserve the version
-  (with a rule like: org.foo bar * * * *)
+  must be added to `debian/maven.rules` in order to preserve the version
+  (with a rule like: `org.foo bar * * * *`)



View it on GitLab: https://salsa.debian.org/java-team/ivy-debian-helper/commit/7066ee4b8e011a8b30636cd5f9d9e417bab77b6d

-- 
View it on GitLab: https://salsa.debian.org/java-team/ivy-debian-helper/commit/7066ee4b8e011a8b30636cd5f9d9e417bab77b6d
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20190919/cab0346d/attachment.html>


More information about the pkg-java-commits mailing list