Barak A. Pearlmutter pushed to branch master at Debian Java Maintainers / electric
Commits: 0e5e45cf by Barak A. Pearlmutter at 2026-05-24T18:17:57+01:00 svn pointer - - - - - 2 changed files: - + debian/README.source - debian/changelog Changes: ===================================== debian/README.source ===================================== @@ -0,0 +1,21 @@ +Upstream development uses svn. This can be checked out directly with + + svn checkout https://svn.code.sf.net/p/libemf/code/trunk libemf-svn + svn checkout svn://svn.savannah.gnu.org/electric electric-svn + +or using git with + + git svn clone https://svn.code.sf.net/p/libemf/code libemf-svn --stdlayout + git svn clone svn://svn.savannah.gnu.org/electric electric-svn --stdlayout + +or yanking into an existing git repository + + git config --local svn-remote.svn.url 'svn://svn.savannah.gnu.org/electric' + git config --local svn-remote.svn.fetch 'trunk:refs/remotes/svn/trunk' + git config --local svn-remote.svn.branches 'branches/*:refs/remotes/svn/branches/*' + git config --local svn-remote.svn.tags 'tags/*:refs/remotes/svn/tags/*' + + git svn fetch + + -- Barak A. Pearlmutter <[email protected]>, Mon, 4 May 2026 18:46:51 +0000 + ===================================== debian/changelog ===================================== @@ -31,8 +31,9 @@ electric (9.08.1+dfsg-1) unstable; urgency=medium * Fix wrapper script: use find_java_runtime default instead of the obsolete java7; drop stale j3d jar references (vecmath, j3dcore, j3dutils) no longer used since the j3d plugin was excluded. + * Add upstream svn repo instructions in d/README.source - -- Barak A. Pearlmutter <[email protected]> Fri, 22 May 2026 13:40:47 +0100 + -- Barak A. Pearlmutter <[email protected]> Sun, 24 May 2026 18:17:45 +0100 electric (9.07+dfsg-7) unstable; urgency=medium View it on GitLab: https://salsa.debian.org/java-team/electric/-/commit/0e5e45cf47fcc895a35d46a803415c1282175f99 -- View it on GitLab: https://salsa.debian.org/java-team/electric/-/commit/0e5e45cf47fcc895a35d46a803415c1282175f99 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

