pidgin/purple-plugin-pack

Parents 7ba21e8a0459
Children 5f4a790f067d
I'm tired of having - and _ in our package name. Use - for both places.
  • +1 -0
    ChangeLog
  • +1 -1
    configure.ac
  • --- a/ChangeLog Sat Dec 04 14:13:59 2010 -0500
    +++ b/ChangeLog Sat Dec 04 14:16:33 2010 -0500
    @@ -11,6 +11,7 @@
    * IRC Helper now properly supports and suppresses new Freenode welcome and
    identified messages.
    * Updated website string to reflect project move from Trac to Redmine
    + * Changed package name from purple-plugin_pack to purple-plugin-pack.
    Version 2.6.3: 03/28/10
    * Add support for Spidernet to IRC Helper plugin.
    --- a/configure.ac Sat Dec 04 14:13:59 2010 -0500
    +++ b/configure.ac Sat Dec 04 14:16:33 2010 -0500
    @@ -1,4 +1,4 @@
    -AC_INIT([purple-plugin_pack], [2.7.0dev], [plugins-devel@lists.guifications.org])
    +AC_INIT([purple-plugin-pack], [2.7.0dev], [plugins-devel@lists.guifications.org])
    AC_CANONICAL_SYSTEM
    AM_CONFIG_HEADER(pre_config.h)