~ubuntu-branches/ubuntu/raring/synaptic/raring-proposed

« back to all changes in this revision

Viewing changes to help/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt, Michael Vogt, Chris McGinlay, Luca Falavigna
  • Date: 2011-02-10 09:56:20 UTC
  • mfrom: (3.1.101 natty)
  • Revision ID: james.westby@ubuntu.com-20110210095620-ffqbw32poq9deuss
Tags: 0.75
[ Michael Vogt ]
* merged lp:~mathieu-tl/synaptic/gtk3 this brings gtkbuilder
  (instead of glade) and the preparation for updating for gtk3
  Many thanks to Mathieu Trudel-Lapierre
* show changelog button alongside the screenshot button
* make sure /etc/apt/apt.conf.d/99synaptic is mode 644
  (LP: #637157)
* common/rpackagecache.cc:
  - read pindir as well as the pinfile (LP: #628818)
* when reading markings, ensure the views are refreshed
  so that broken dependencies are displayed
* show /ask about the pkg state changes when reading selections
  from a file, simpify askStateChanges code
* merged
  lp:~chris-ascentsoftware/ubuntu/natty/synaptic/synaptic-fix-706271
  many thanks! (LP: #706271)
* merged lp:~kelemeng/synaptic/bug702181, many thanks! 
  (LP: #702181)
* merged lp:~kelemeng/synaptic/bug688897, many thanks! 
  (LP: #688897)

[ Chris McGinlay ]
* gtk/gtkbuilder/window_preferences.ui, po/*
 - Change capitalisation of internet to Internet (LP: #706271)

[ Luca Falavigna ]
* common/rpackageview.cc:
  - Do not display base packages in manual view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
GMOFILES = @GMOFILES@
120
120
GMSGFMT = @GMSGFMT@
121
121
GREP = @GREP@
 
122
GTK_CFLAGS = @GTK_CFLAGS@
 
123
GTK_DISABLE_DEPRECATED = @GTK_DISABLE_DEPRECATED@
 
124
GTK_LIBS = @GTK_LIBS@
122
125
INSTALL = @INSTALL@
123
126
INSTALL_DATA = @INSTALL_DATA@
124
127
INSTALL_PROGRAM = @INSTALL_PROGRAM@
148
151
OBJEXT = @OBJEXT@
149
152
PACKAGE = @PACKAGE@
150
153
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
151
 
PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
152
 
PACKAGE_LIBS = @PACKAGE_LIBS@
153
154
PACKAGE_NAME = @PACKAGE_NAME@
154
155
PACKAGE_STRING = @PACKAGE_STRING@
155
156
PACKAGE_TARNAME = @PACKAGE_TARNAME@