This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository eclipse-linuxtools.
commit f91db709fbf89db3e26fcf84dcf95cd3046e5010 Author: Jakub Adam <[email protected]> Date: Wed Feb 12 07:22:19 2014 +0100 Enable changelog support --- debian/changelog | 1 + debian/control | 12 ++++++++++++ debian/eclipse-changelog.eh-install | 1 + debian/eclipse.environment | 1 + debian/eclipse.features | 1 + 5 files changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index a0b0f61..d0972b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ eclipse-linuxtools (2.2.0-1) UNRELEASED; urgency=low is now provided by eclipse-cdt-profiling-framework-remote. * Added remove-license-feature.patch. * Bump Standards-Version to 3.9.5. + * Enable eclipse-changelog package. -- Jakub Adam <[email protected]> Tue, 11 Feb 2014 16:43:06 +0100 diff --git a/debian/control b/debian/control index 057b310..be5225f 100644 --- a/debian/control +++ b/debian/control @@ -136,3 +136,15 @@ Description: 'perf' analysis tool integration for Eclipse CDT The perf plug-in for Eclipse allows the developer to execute profiles in their applications in a seamless way, using quick launch actions and visualizing the results in an user-friendly interface. + +Package: eclipse-changelog +Architecture: all +Depends: ${misc:Depends}, + ${orbit:Depends} +Description: Automatic ChangeLog entry creation support for Eclipse + Method and function indication is provided for C, C++, and Java language files. + The RPM .spec %changelog format is also supported. A ChangeLog entry can be + created for a single file or an entire project. In addition, a ChangeLog editor + is provided which makes it easy to format the file consistently and to put the + latest entry into the clipboard buffer for usage in a repository commit + operation. diff --git a/debian/eclipse-changelog.eh-install b/debian/eclipse-changelog.eh-install new file mode 100644 index 0000000..dcdf994 --- /dev/null +++ b/debian/eclipse-changelog.eh-install @@ -0,0 +1 @@ +org.eclipse.linuxtools.changelog diff --git a/debian/eclipse.environment b/debian/eclipse.environment index 73d663d..41da646 100644 --- a/debian/eclipse.environment +++ b/debian/eclipse.environment @@ -1,3 +1,4 @@ +changelog/org.eclipse.linuxtools.changelog* perf/org.eclipse.linuxtools* profiling/org.eclipse.linuxtools* valgrind/org.eclipse.linuxtools.valgrind* diff --git a/debian/eclipse.features b/debian/eclipse.features index bc49113..3afaf33 100644 --- a/debian/eclipse.features +++ b/debian/eclipse.features @@ -4,3 +4,4 @@ org.eclipse.linuxtools.valgrind cdt org.eclipse.linuxtools.profiling.remote rse ptp-rdt org.eclipse.linuxtools.valgrind.remote org.eclipse.linuxtools.perf.feature +org.eclipse.linuxtools.changelog -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-linuxtools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

