AzaToth has uploaded a new change for review. https://gerrit.wikimedia.org/r/94144
Change subject: Update debian specific code ...................................................................... Update debian specific code * update debian changelog * update install * add unapply-patches local options Change-Id: If521a4f329b8883ef18d5af185175035c5a5b26c --- M debian/changelog M debian/install A debian/source/local-options 3 files changed, 9 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/buck refs/changes/44/94144/1 diff --git a/debian/changelog b/debian/changelog index 74ed6a9..073761e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +buck (0+git20131017-0+wmf1) unstable; urgency=low + + * Merging upstream changes + + -- Carl Fürstenberg <[email protected]> Thu, 17 Oct 2013 19:53:52 +0200 + buck (0+git20130612-0+wmf1) unstable; urgency=low * Initial release diff --git a/debian/install b/debian/install index 5b1436a..8345e22 100644 --- a/debian/install +++ b/debian/install @@ -1,9 +1,9 @@ build/buck.jar /usr/share/buck build/testrunner /usr/share/buck -lib/guava-14.0.1.jar /usr/share/buck/jars +lib/guava-15.0.jar /usr/share/buck/jars lib/jyson-1.0.2.jar /usr/share/buck/jars -lib/jython-standalone-2.5.3.jar /usr/share/buck/jars +lib/jython-standalone-2.5.4-rc1.jar /usr/share/buck/jars lib/jackson-core-2.0.5.jar /usr/share/buck/jars diff --git a/debian/source/local-options b/debian/source/local-options new file mode 100644 index 0000000..4aceb10 --- /dev/null +++ b/debian/source/local-options @@ -0,0 +1 @@ +unapply-patches -- To view, visit https://gerrit.wikimedia.org/r/94144 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If521a4f329b8883ef18d5af185175035c5a5b26c Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/buck Gerrit-Branch: master Gerrit-Owner: AzaToth <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
