Santiago Vila pushed to branch master at Debian Med / pcalendar
Commits: 6a540b21 by Santiago Vila at 2026-02-03T09:44:00+01:00 Fix clean target. Convert AUTHORS to UTF-8 after it has been installed, not "in place". Before this change this is what happened when trying to build source after binary build: dpkg-source: info: local changes detected, the modified files are: pcalendar-3.4.1/PeriodicCalendar/net/sf/linuxorg/pcal/docs/AUTHORS - - - - - 66d69b7f by Santiago Vila at 2026-02-03T09:45:00+01:00 d/patches: Fix metadata. - - - - - 459cd543 by Santiago Vila at 2026-02-03T09:46:00+01:00 d/control: Drop "Rules-Requires-Root: no" (default). - - - - - a41af0e0 by Santiago Vila at 2026-02-03T09:47:00+01:00 d/control: Drop "Priority: optional" (default). - - - - - c0faefd9 by Santiago Vila at 2026-02-03T09:48:00+01:00 d/control: Update standards-version. - - - - - 856b584a by Santiago Vila at 2026-02-03T09:49:00+01:00 d/salsa-ci.yml: Use the simplified version. - - - - - 3487f6d0 by Santiago Vila at 2026-02-03T09:50:00+01:00 Upload for unstable as 3.4.1-7 - - - - - 6 changed files: - debian/changelog - debian/control - debian/patches/build.patch - debian/patches/fixes.patch - debian/rules - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +pcalendar (3.4.1-7) unstable; urgency=medium + + * Team upload. + * Fix clean target. + * Drop "Rules-Requires-Root: no" (default). + * Drop "Priority: optional" (default). + * Update standards-version. + * Simplify salsa-ci.yml. + + -- Santiago Vila <[email protected]> Tue, 03 Feb 2026 09:50:00 +0100 + pcalendar (3.4.1-6) unstable; urgency=medium [ Étienne Mollier ] ===================================== debian/control ===================================== @@ -3,18 +3,16 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Miriam Ruiz <[email protected]>, Andreas Tille <[email protected]> Section: utils -Priority: optional Build-Depends: debhelper-compat (= 13), default-jdk, javahelper, ant, junit4, libxerces2-java -Standards-Version: 4.7.0 +Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/pcalendar Vcs-Git: https://salsa.debian.org/med-team/pcalendar.git Homepage: https://linuxorg.sourceforge.net/ -Rules-Requires-Root: no Package: pcalendar Architecture: all ===================================== debian/patches/build.patch ===================================== @@ -1,6 +1,6 @@ Author: Miriam Ruiz, Andreas Tille -Last-Update: 2012-10-16 11:22:37 +0000 +Last-Update: 2012-10-16 Description: Create build.xml to enable ant build --- /dev/null ===================================== debian/patches/fixes.patch ===================================== @@ -1,5 +1,5 @@ Author: Miriam Ruiz -Last-Update: 2011-09-29 11:10:11 +0000 +Last-Update: 2011-09-29 Description: Apache classes are not in com.sun scope --- pcalendar.orig/PeriodicCalendar/net/sf/linuxorg/pcal/engine/EngineXMLCrypter.java ===================================== debian/rules ===================================== @@ -13,7 +13,6 @@ override_dh_installchangelogs: override_dh_auto_build: ant -propertyfile debian/ant.properties -execute_before_dh_auto_install: - cd $(CURDIR)/PeriodicCalendar/net/sf/linuxorg/pcal/docs/ \ - && iconv -f ISO-8859-1 -t UTF-8 < AUTHORS > AUTHORS.utf8 \ - && mv AUTHORS.utf8 AUTHORS +execute_after_dh_installdocs: + iconv -f ISO-8859-1 -t UTF-8 < PeriodicCalendar/net/sf/linuxorg/pcal/docs/AUTHORS \ + > debian/pcalendar/usr/share/doc/pcalendar/AUTHORS ===================================== debian/salsa-ci.yml ===================================== @@ -1,4 +1,3 @@ --- include: - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml View it on GitLab: https://salsa.debian.org/med-team/pcalendar/-/compare/3f437baf54b154732ee70db97f5333e0d2d97cb1...3487f6d03289e66fba3285c8e9d7740a10cb0dbb -- View it on GitLab: https://salsa.debian.org/med-team/pcalendar/-/compare/3f437baf54b154732ee70db97f5333e0d2d97cb1...3487f6d03289e66fba3285c8e9d7740a10cb0dbb You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
