[Git][java-team/olap4j][master] 4 commits: debhelper-compat = 13
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Jan 27 16:29:00 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / olap4j
Commits:
165242f1 by Andreas Tille at 2025-01-27T17:13:36+01:00
debhelper-compat = 13
- - - - -
cd5dc165 by Andreas Tille at 2025-01-27T17:25:46+01:00
Exclude files via Files-Excluded
- - - - -
db69785b by Andreas Tille at 2025-01-27T17:26:04+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
4d338247 by Andreas Tille at 2025-01-27T17:27:10+01:00
Delete debian/README.source
- - - - -
8 changed files:
- − debian/README.source
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/orig-tar.exclude
- − debian/orig-tar.sh
- debian/watch
Changes:
=====================================
debian/README.source deleted
=====================================
@@ -1,9 +0,0 @@
-Patch System
-============
-
-This package uses quilt to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
-
=====================================
debian/changelog
=====================================
@@ -7,6 +7,10 @@ olap4j (1.2.0-3) UNRELEASED; urgency=medium
* Install NOTICE file
* Fix Vcs fields
* Switch from cdbs to dh
+ * debhelper-compat = 13
+ * Exclude files via Files-Excluded
+ * Standards-Version: 4.7.0 (routine-update)
+ * Delete debian/README.source
-- Andreas Tille <tille at debian.org> Mon, 27 Jan 2025 16:37:02 +0100
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper-compat (= 13),
javahelper,
ant,
default-jdk-headless,
@@ -18,7 +18,7 @@ Build-Depends-Indep: ant-contrib,
libeigenbase-farrago-java,
libmondrian-java,
libxerces2-java
-Standards-Version: 4.1.2
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/olap4j
Vcs-Git: https://salsa.debian.org/java-team/olap4j.git
Homepage: https://github.com/olap4j/olap4j
=====================================
debian/copyright
=====================================
@@ -2,6 +2,15 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: OLAP4J
Upstream-Contact: Julian Hyde <julian at hydromatic.net>
Source: https://github.com/olap4j/olap4j
+Files-Excluded: foodmart
+ */*.pdf
+ */*.vsd
+ */*.xls
+ xmla-cache
+ .classpath
+ .gitignore
+ .project
+ .settings
Files: *
Copyright: 1999-2002 Kana Software, Inc.
=====================================
debian/orig-tar.exclude deleted
=====================================
@@ -1,16 +0,0 @@
-foodmart/*
-*.pdf
-*.vsd
-*.xls
-xmla-cache/*
-.settings
-.classpath
-.project
-VERSION.txt
-src/org/olap4j/driver/xmla/XmlaOlap4jDriverVersion.java
-src/org/olap4j/mdx/parser/impl/MdxParserImpl.java
-src/org/olap4j/mdx/parser/impl/MdxParserImplTokenManager.java
-src/org/olap4j/mdx/parser/impl/ParseException.java
-src/org/olap4j/mdx/parser/impl/SimpleCharStream.java
-src/org/olap4j/mdx/parser/impl/Token.java
-src/org/olap4j/mdx/parser/impl/TokenMgrError.java
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,24 +0,0 @@
-#!/bin/sh -e
-
-# Extract and repack upstream source (zip in upstream zip package)
-# $2 = version
-# $3 = file
-
-PACKAGE=$(dpkg-parsechangelog -S Source)
-VERSION=$2
-DIR=${PACKAGE}-${VERSION}
-TAR=../${PACKAGE}_${VERSION}.orig.tar.xz
-
-# Repack upstream source to tar.xz
-mkdir $DIR
-(
-cd $DIR
-unzip -j ../$3 olap4j-*/olap4j-*-src.zip
-unzip -d . olap4j-*-src.zip
-mv olap4j-*/* .
-rm olap4j-*-src.zip
-)
-rm $3
-
-XZ_OPT=--best tar cJvf $TAR -X debian/orig-tar.exclude $DIR
-rm -rf $DIR
=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
version=4
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+opts="repacksuffix=+dfsg,dversionmangle=auto,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
https://github.com/@PACKAGE@/@PACKAGE@/tags (?:.*?/)?v?(\d[\d.]+)@ARCHIVE_EXT@
View it on GitLab: https://salsa.debian.org/java-team/olap4j/-/compare/49774771afdfa320b632afaa535f2ed96cc68be2...4d33824740e26f0df796073c49e749dc1d151493
--
View it on GitLab: https://salsa.debian.org/java-team/olap4j/-/compare/49774771afdfa320b632afaa535f2ed96cc68be2...4d33824740e26f0df796073c49e749dc1d151493
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/20250127/5f13032d/attachment.htm>
More information about the pkg-java-commits
mailing list