lp:ubuntu/wily/electric

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/wily/electric
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

17. By Markus Koschany

* Imported Upstream version 9.06+dfsg.
* Use --download-current-version for get-orig-source target.
* Declare compliance with Debian Policy 3.9.6.
* Vcs-Browser field: Switch to cgit.
* debian/control: Add all build-dependencies only to Build-Depends.
* Install ElectricIcon64x64.png icon. Drop debian/icons directory.
  Convert ElectricIcon64x64.png with imagemagick to electric.xpm at
  build-time.
* Update copyright years.

16. By Markus Koschany

* Imported Upstream version 9.05+dfsg.
* Add signing-key.pgp and check for valid upstream tarballs with uscan's
  pgpsigurlmangle feature.
* Move the package to Git.

15. By Markus Koschany

* Imported Upstream version 9.04. (Closes: #598445)
* Declare compliance with Debian Policy 3.9.5.
* Use compat level 9 and require debhelper >= 9.
* debian/control:
  - Remove Onkar Shinde from Uploaders. He is apparently not active anymore.
  - Add myself to Uploaders.
  - Use canonical VCS fields.
  - New build-dependencies for plugins and additional features:
    + scala, jython, libslf4j-java.
  - Use ${java:Depends} substvar.
  - Remove recommendation for libjava3d-java. It is a dependency now.
  - Depend on default-jre | java7-runtime | java6-runtime.
* electric.desktop: Add comment in German and Keywords.
* Drop README.source since source format 3.0 uses quilt by default.
* Drop TODO.Debian. Done.
* Drop ant.properties files. Not needed.
* Drop orig.tar.sh script and use the Files-Excluded mechanism.
* Update menu file. Add longtitle and icon entry.
* Add electric.xpm icon and install it to /usr/share/pixmaps.
* wrap-and-sort -sa.
* debian/patches:
  - Drop 01_fix_build_xml.patch. It is obsolete.
  - Add build.patch.
    + Search for jars in /usr/share/java.
    + Use UTF-8 for encoding.
    + Do not build MacOSX specific code.
* Switch from cdbs to javahelper and dh sequencer.
* Move icons to debian/icons subdirectory.
* Rename wrappers directory to bin.
* Improve watch file. Mangle version correctly.
* electric.1: Update OPTIONS section for latest upstream release and remove
  FILES paragraph.

14. By Torsten Werner

* Team upload
* Switch to default-jdk.
* Switch to source format 3.0.
* Switch to debhelper level 7.

13. By Onkar Shinde

* New upstream version.
* debian/control
  - Add libjava3d-java and quilt build dependencies.
  - Update standards version to 3.8.3.
  - Add libjava3d-java as recommends to binary package.
* debian/rules
  - Use quilt patch system instead of simple patchsys.
  - Add java3d related jar files to DEB_JARS.
* debian/patches/*
  - Update as per current upstream source. Convert to quilt.
* debian/ant.properties
  - Do not disable 3D plugin anymore.
  - Use new property to disable compilation of OS X related classes.
* debian/wrappers/electric
  - Add java3d related jar files to runtime classpath.
* debian/README.source
  - Change text to the appropriate one for quilt.

12. By Onkar Shinde

* New upstream version.
* debian/control
  - Add myself to uploaders.
  - Update standards version to 3.8.2. No change needed.
  - Add java-wrappers dependency.
* debian/rules
  - Move get-orig-source logic to orig-tar.sh.
  - Remove unused variable VERSION.
* debian/watch
  - Add orig-tar.sh action.
* debian/patches/01_fix_build_xml.patch
  - Update for current version.
* debian/orig-tar.sh
  - Add to use with uscan.
* debian/wrappers/electric
  - Modify to use java-wrappers.
* debian/install
  - Install the jar file to /usr/share/java instead of /usr/share/electric.

11. By Onkar Shinde

New upstream version.

10. By Onkar Shinde

* debian/control
  - Remove Sun JDK from build dependencies.
  - Add hard dependency on OpenJDK JRE as the program does not run with GCJ.
  - Remove default-jre from runtime dependencies. (Closes: #503780)
* debian/rules
  - Remove Sun JDK home directories.
* debian/wrappers/electric
  - Use java binary from OpenJDK so the program has no problems launching
    when more than one JRE are present. This is similar to how it is done
    for jftp.
* debian/watch
  - Fix the uscan error.

9. By Onkar Shinde

* Merge with Ubuntu
* Remaining Debian changes
  - debian/control
    * electric doesn't build with GCJ. Hence remove default-jdk from build
      depends.
    * Set 'Maintainer' to Debian Java Maintainers. Remove
      XSBC-Original-Maintainer field.
    * Add 'Uploaders' field.
    * Add Vcs-* fields
  - debian/copyright
    * Update copyright holders, GPL 2 -> GPL 3.

8. By Onkar Shinde

* New Upstream version. Please check changelog for details. (LP: #242720)
* debian/control
  - Add build dependencies *-jdk, cdbs and bsh.
  - Remove build dependency dpatch. We will be using CDBS simple patchsys.
  - Refreshed runtime dependencies to default-jre | java2-runtime and bsh.
  - Added home page field.
  - Standard version 3.8.0.
  - Modify Maintainer value to match the DebianMaintainerField
    specification.
  - Changed email address for original maintainer to indicate who has
    refreshed the packaging.
* debian/rules
  - Revamped to use cdbs.
  - Added get-orig-source target.
* debian/patches
  - 00list, 02_sensible-browser.dpatch, 01_errors-numbers.dpatch,
    03_manpage.dpatch - Deleted, not relevant anymore.
  - 01_fix_build_xml.patch - Patch to fix the build.xml.
* debian/ant.properties
  - File to set various compilation properties.
* debian/electric.1
  - Remove the entry that causes lintian warning.
* debian/electric.desktop
  - Change as suggested by desktop-file-validate.
* debian/electric.docs
  - Updated as per changes in file names.
* debian/electric.svg
  - Name changed from electric_icon.svg.
* debian/install
  - Added appropriate locations for jar file, desktop file and wrapper shell
    script.
* debian/README.source
  - Added to comply with standards version 3.8.0.
* debian/TODO.Debian
  - Name changed form TODO.
* debain/wrapper/electric
  - Wrapper shell script to launch the application.
* debian/manpages
  - Added for installation of manpage.
* debian/watch
  - Updated to match jar files instead of older tar.gz files.
* debian/dirs
  - Removed, not needed anymore.
* debian/{electric.doc-base, electric.examples, substvars}
  - Removed, not relevant anymore.
* debian/*.debhelper
  - Removed auto generated files. Not relevant anymore.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/utopic/electric
This branch contains Public information 
Everyone can see this information.

Subscribers