[Git][java-team/libjlatexmath-java][master] 3 commits: Wrap and sort

Emmanuel Bourg gitlab at salsa.debian.org
Thu Dec 13 15:12:55 GMT 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libjlatexmath-java


Commits:
7ace3846 by Emmanuel Bourg at 2018-12-13T15:08:52Z
Wrap and sort

- - - - -
42d30eee by Emmanuel Bourg at 2018-12-13T15:10:03Z
Removed the get-orig-source target in debian/rules

- - - - -
1ec2a044 by Emmanuel Bourg at 2018-12-13T15:11:01Z
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- − debian/maven.cleanIgnoreRules
- − debian/orig-tar.sh
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,14 @@
-libjlatexmath-java (1.0.7-3) UNRELEASED; urgency=medium
+libjlatexmath-java (1.0.7-3) unstable; urgency=medium
 
   * Team upload.
-  * Add junit4 to build-deps (addresses FTBFS)
 
- -- tony mancill <tmancill at debian.org>  Sat, 01 Dec 2018 09:25:11 -0800
+  [ tony mancill ]
+  * Add junit4 to build-deps (Closes: #915891)
+
+  [ Emmanuel Bourg ]
+  * Removed the get-orig-source target in debian/rules
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 13 Dec 2018 16:10:25 +0100
 
 libjlatexmath-java (1.0.7-2) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -1,16 +1,17 @@
 Source: libjlatexmath-java
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Sylvestre Ledru <sylvestre at debian.org>
 Section: java
 Priority: optional
-Build-Depends: debhelper (>= 11~),
-               default-jdk,
-               maven-debian-helper (>= 2.1)
-Build-Depends-Indep: libbuild-helper-maven-plugin-java (>= 3.0.0),
-                     libbatik-java,
-                     libfop-java,
-                     libxmlgraphics-commons-java,
-                     junit4
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Sylvestre Ledru <sylvestre at debian.org>
+Build-Depends:
+ debhelper (>= 11~),
+ default-jdk,
+ junit4,
+ libbatik-java,
+ libbuild-helper-maven-plugin-java (>= 3.0.0),
+ libfop-java,
+ libxmlgraphics-commons-java,
+ maven-debian-helper (>= 2.1)
 Standards-Version: 4.2.1
 Vcs-Browser: https://salsa.debian.org/java-team/libjlatexmath-java
 Vcs-Git: https://salsa.debian.org/java-team/libjlatexmath-java.git
@@ -18,8 +19,7 @@ Homepage: https://github.com/opencollab/jlatexmath
 
 Package: libjlatexmath-java
 Architecture: all
-Depends: ${java:Depends},
-         ${misc:Depends}
+Depends: ${java:Depends}, ${misc:Depends}
 Description: Implementation of LaTeX math mode wrote in Java
  JLaTeXmath library provides a set of Java classes for displaying (complex)
  mathematical formulas as part of a Java application. Some use cases are:
@@ -53,10 +53,11 @@ Description: Implementation of LaTeX math mode wrote in Java
 
 Package: libjlatexmath-fop-java
 Architecture: all
-Depends: ${java:Depends},
-         ${misc:Depends},
-         fop,
-         libjlatexmath-java
+Depends:
+ fop,
+ libjlatexmath-java,
+ ${java:Depends},
+ ${misc:Depends}
 Suggests: libjlatexmath-java-doc
 Description: Implementation of LaTeX math mode wrote in Java (fop plugin)
  JLaTeXmath library provides a set of Java classes for displaying (complex)


=====================================
debian/maven.cleanIgnoreRules deleted
=====================================
@@ -1 +0,0 @@
-


=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,20 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-DIR=libjlatexmath-java-$2
-TAR=../libjlatexmath-java_$2.orig.tar.gz
-
-# clean up the upstream tarball
-unzip $3 
-mv jlatexmath-$2 $DIR
-tar -c -z -f $TAR $DIR
-rm -rf $DIR $3
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-    . .svn/deb-layout
-    mv $TAR $origDir
-    echo "moved $TAR to $origDir"
-fi
-
-exit 0


=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-get-orig-source:
-	uscan --download-current-version --force-download --no-symlink



View it on GitLab: https://salsa.debian.org/java-team/libjlatexmath-java/compare/d1e5a8536ed42215abed0579694a62d3d78a8a4b...1ec2a0443f8d6fec403eb1faf814ba9c7b259f41

-- 
View it on GitLab: https://salsa.debian.org/java-team/libjlatexmath-java/compare/d1e5a8536ed42215abed0579694a62d3d78a8a4b...1ec2a0443f8d6fec403eb1faf814ba9c7b259f41
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/20181213/87e1d647/attachment.html>


More information about the pkg-java-commits mailing list