Index: ipk/make-ipk
===================================================================
--- ipk/make-ipk	(revision 16960)
+++ ipk/make-ipk	(revision 16975)
@@ -184,4 +184,11 @@
 COUNT=`cat "$HOMEDIR"/.count`
 sed "s/Version:.*/Version: $COUNT/" -i "$HOMEDIR"/BUILD/*/CONTROL/control
+if [ $SWTYPE = "titan" ] && [ $GROUP != "secret" ];then
+	sed "s/Maintainer:.*/Maintainer: Atemio/" -i "$HOMEDIR"/BUILD/*/CONTROL/control
+	sed "s!Homepage:.*!Homepage: http://www.atemio.de! -i "$HOMEDIR"/BUILD/*/CONTROL/control
+elif [ $SWTYPE = "titan" ];then
+	sed "s/Maintainer:.*/Maintainer: AAF/" -i "$HOMEDIR"/BUILD/*/CONTROL/control
+	sed "s!Homepage:.*!Homepage: http://www.aaf-digital.info! -i "$HOMEDIR"/BUILD/*/CONTROL/control
+fi
 
 if [ $SWTYPE = "titan" ] && [ $SVNUSER = "aafsvn" ];then
@@ -256,4 +263,5 @@
 	# titangames
 	cp -a $HOME/flashimg/BUILD/titan/var/usr/local/share/titan/plugins/wins3/* "$HOMEDIR"/BUILD/titangames_wins3/var/usr/local/share/titan/plugins/wins3
+	cp -a $HOME/flashimg/BUILD/titan/var/usr/local/share/titan/plugins/catcatch/* "$HOMEDIR"/BUILD/titangames_catcatch/var/usr/local/share/titan/plugins/catcatch
 
 	# titaninfos
