Codebase list jnr-x86asm / 0a20613
* Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. Holger Levsen authored 3 years ago Debian Janitor committed 3 years ago
7 changed file(s) with 66 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 debian/patches
0 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1 <modelVersion>4.0.0</modelVersion>
2 <parent>
3 <groupId>org.sonatype.oss</groupId>
4 <artifactId>oss-parent</artifactId>
5 <version>7</version>
6 </parent>
7
8 <groupId>com.github.jnr</groupId>
9 <artifactId>jnr-x86asm</artifactId>
10 <packaging>jar</packaging>
11 <version>1.0.2</version>
12 <name>jnr-x86asm</name>
13 <description>A pure-java X86 and X86_64 assembler</description>
14 <url>http://github.com/jnr/jnr-x86asm</url>
15
16 <licenses>
17 <license>
18 <name>MIT License</name>
19 <url>http://www.opensource.org/licenses/mit-license.php</url>
20 <distribution>repo</distribution>
21 </license>
22 </licenses>
23
24 <scm>
25 <connection>scm:git:git@github.com:jnr/jnr-x86asm.git</connection>
26 <developerConnection>scm:git:git@github.com:jnr/jnr-x86asm.git</developerConnection>
27 <url>git@github.com:jnr/jnr-x86asm.git</url>
28 </scm>
29
30 <developers>
31 <developer>
32 <id>wmeissner</id>
33 <name>Wayne Meissner</name>
34 <email>wmeissner@gmail.com</email>
35 </developer>
36 </developers>
37
38 <dependencies>
39 <dependency>
40 <groupId>junit</groupId>
41 <artifactId>junit</artifactId>
42 <version>4.8.2</version>
43 <scope>test</scope>
44 </dependency>
45 </dependencies>
46
47 <properties>
48 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
49 <maven.compiler.source>1.5</maven.compiler.source>
50 <maven.compiler.target>1.5</maven.compiler.target>
51 </properties>
52 </project>
0 01_pom_xml.patch
0 jnr-x86asm (1.0.2-5.1) unstable; urgency=medium
1
2 * Non maintainer upload by the Reproducible Builds team.
3 * No source change upload to rebuild on buildd with .buildinfo files.
4
5 -- Holger Levsen <holger@debian.org> Mon, 28 Dec 2020 13:54:11 +0100
6
07 jnr-x86asm (1.0.2-5) unstable; urgency=medium
18
29 * Team upload.
00 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
11 <modelVersion>4.0.0</modelVersion>
2 <!-- disable sonatype parent pom
23 <parent>
34 <groupId>org.sonatype.oss</groupId>
45 <artifactId>oss-parent</artifactId>
56 <version>7</version>
67 </parent>
8 -->
79
810 <groupId>com.github.jnr</groupId>
911 <artifactId>jnr-x86asm</artifactId>