missed one
authorAdam Glasgall <glasgall@mit.edu>
Tue, 7 May 2013 21:36:05 +0000 (17:36 -0400)
committerAdam Glasgall <glasgall@mit.edu>
Tue, 7 May 2013 21:36:05 +0000 (17:36 -0400)
debian/changelog
debian/invirt-database-server.init

index e2955a0..db959cc 100644 (file)
@@ -1,3 +1,9 @@
+invirt-database (0.2.8~glasgall14) precise; urgency=low
+
+  * Fix a reference I missed.
+
+ -- Adam Glasgall <glasgall@mit.edu>  Tue, 07 May 2013 17:35:47 -0400
+
 invirt-database (0.2.8~glasgall13) precise; urgency=low
 
   * postgres is now started by just /etc/init.d/postgresql rather 
 invirt-database (0.2.8~glasgall13) precise; urgency=low
 
   * postgres is now started by just /etc/init.d/postgresql rather 
index 62d1a82..a5da13b 100644 (file)
@@ -10,7 +10,7 @@
 ### END INIT INFO
 
 PACKAGE=invirt-database-server
 ### END INIT INFO
 
 PACKAGE=invirt-database-server
-PARENTPACKAGE=postgresql-8.4
+PARENTPACKAGE=postgresql
 GEN_FILES=/etc/postgresql/8.4/main/pg_hba.conf
 
 dpkg -s "$PACKAGE" >/dev/null 2>/dev/null || exit 0
 GEN_FILES=/etc/postgresql/8.4/main/pg_hba.conf
 
 dpkg -s "$PACKAGE" >/dev/null 2>/dev/null || exit 0