diff options
| author | Ted Gould <[email protected]> | 2009-02-06 14:15:41 +0100 |
|---|---|---|
| committer | Ted Gould <[email protected]> | 2009-02-06 14:15:41 +0100 |
| commit | 18127cedcf4c923388cb08b69ce8334fa8263a1c (patch) | |
| tree | a5bbafaeef50753fd26d0b26d9e854fbc5451c74 | |
| parent | 402d8bf8790de96d7fb7393b020030165ea605ea (diff) | |
releasing version 0.1~ppa320.1_ppa32
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | libindicate/Makefile.am | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ea4ec21..2b4e649 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-applet (0.1~ppa32) intrepid; urgency=low + + * Adding back in the package config data + + -- Ted Gould <[email protected]> Fri, 06 Feb 2009 14:14:33 +0100 + indicator-applet (0.1~ppa31) intrepid; urgency=low * Ah, silly packaging stuff. I hate packaging. diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am index b06f644..0bf400c 100644 --- a/libindicate/Makefile.am +++ b/libindicate/Makefile.am @@ -71,9 +71,9 @@ listener-marshal.c: listener-marshal.list --prefix=indicate_listener_marshal $(srcdir)/listener-marshal.list \ > listener-marshal.c -#pkgconfig_DATA = indicate.pc -#pkgconfigdir = $(libdir)/pkgconfig -# +pkgconfig_DATA = indicate.pc +pkgconfigdir = $(libdir)/pkgconfig + #gobjectintrospection_gir_DATA = \ # Indicate-0.1.gir #gobjectintrospection_girdir = $(datadir)/gir |
