Package: release.debian.org
The upload to unstable fixes a small but essential bug: bugs.debian.org/768502 --- drupal7-mod-jqueryi18nproperties-1.0.0/debian/changelog 2014-10-10 18:10:58.000000000 +0200 +++ drupal7-mod-jqueryi18nproperties-1.1/debian/changelog 2014-11-07 22:34:12.000000000 +0100 @@ -1,3 +1,16 @@ +drupal7-mod-jqueryi18nproperties (1.1-1) unstable; urgency=medium + + * New upstream release. + * Correct mismatched PHP function name. (Closes: #768502) + + -- Daniel Pocock <[email protected]> Fri, 07 Nov 2014 22:33:14 +0100 + +drupal7-mod-jqueryi18nproperties (1.0.0-2) unstable; urgency=low + + * Update for standards-version 3.9.6 + + -- Daniel Pocock <[email protected]> Fri, 10 Oct 2014 14:46:24 +0200 + drupal7-mod-jqueryi18nproperties (1.0.0-1) unstable; urgency=low * Initial packaging (Closes: #759539)
diff -Nru drupal7-mod-jqueryi18nproperties-1.0.0/debian/changelog drupal7-mod-jqueryi18nproperties-1.1/debian/changelog --- drupal7-mod-jqueryi18nproperties-1.0.0/debian/changelog 2014-10-10 18:10:58.000000000 +0200 +++ drupal7-mod-jqueryi18nproperties-1.1/debian/changelog 2014-11-07 22:34:12.000000000 +0100 @@ -1,3 +1,16 @@ +drupal7-mod-jqueryi18nproperties (1.1-1) unstable; urgency=medium + + * New upstream release. + * Correct mismatched PHP function name. (Closes: #768502) + + -- Daniel Pocock <[email protected]> Fri, 07 Nov 2014 22:33:14 +0100 + +drupal7-mod-jqueryi18nproperties (1.0.0-2) unstable; urgency=low + + * Update for standards-version 3.9.6 + + -- Daniel Pocock <[email protected]> Fri, 10 Oct 2014 14:46:24 +0200 + drupal7-mod-jqueryi18nproperties (1.0.0-1) unstable; urgency=low * Initial packaging (Closes: #759539) diff -Nru drupal7-mod-jqueryi18nproperties-1.0.0/debian/control drupal7-mod-jqueryi18nproperties-1.1/debian/control --- drupal7-mod-jqueryi18nproperties-1.0.0/debian/control 2014-10-10 18:10:58.000000000 +0200 +++ drupal7-mod-jqueryi18nproperties-1.1/debian/control 2014-11-07 22:32:48.000000000 +0100 @@ -4,7 +4,7 @@ Maintainer: Debian Javascript Maintainers <[email protected]> Uploaders: Daniel Pocock <[email protected]> Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: https://github.com/jquery-i18n-properties/drupal-mod-jqueryi18nproperties Vcs-Browser: https://github.com/jquery-i18n-properties/drupal-mod-jqueryi18nproperties Vcs-Git: https://github.com/jquery-i18n-properties/drupal-mod-jqueryi18nproperties diff -Nru drupal7-mod-jqueryi18nproperties-1.0.0/jqueryi18nproperties.module drupal7-mod-jqueryi18nproperties-1.1/jqueryi18nproperties.module --- drupal7-mod-jqueryi18nproperties-1.0.0/jqueryi18nproperties.module 2014-08-27 23:05:12.000000000 +0200 +++ drupal7-mod-jqueryi18nproperties-1.1/jqueryi18nproperties.module 2014-11-07 20:44:13.000000000 +0100 @@ -24,7 +24,7 @@ * An associative array whose keys are internal names of libraries * and whose values are describing each library. */ -function jssip_libraries_info() { +function jqueryi18nproperties_libraries_info() { $libraries['jqueryi18nproperties'] = array( 'name' => 'jQuery-i18n-properties', 'vendor url' => 'https://github.com/jquery-i18n-properties/jquery-i18n-properties',

