diff --git a/debian/changelog b/debian/changelog index 6b40aca..5565ed7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -www-csc (1.1.4-1) unstable; urgency=low +sipwise-www-csc (1.1.4-1) unstable; urgency=low * Initial release. diff --git a/debian/control b/debian/control index ffc6a0c..4b3d571 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,14 @@ -Source: www-csc +Source: sipwise-www-csc Section: admin Priority: extra Maintainer: Michael Prokop Build-Depends: debhelper (>= 5) Standards-Version: 3.8.0 Homepage: http://sipwise.com/ +Vcs-svn: https://dev.sipwise.com/svn/www_csc +Vcs-Browser: https://dev.sipwise.com/svn/www_csc -Package: www-csc +Package: sipwise-www-csc Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ossbss, libcatalyst-perl Description: frontend for endusers to configure their accounts on the Sipwise NGCP diff --git a/debian/rules b/debian/rules index 8b2758d..0e99d35 100755 --- a/debian/rules +++ b/debian/rules @@ -29,13 +29,13 @@ install: build dh_prep dh_installdirs usr/local/csc - # Add here commands to install the package into debian/www-csc. - cp -a lib debian/www-csc/usr/local/csc/ - cp -a root debian/www-csc/usr/local/csc/ - cp -a script debian/www-csc/usr/local/csc/ - install -m 644 csc.yml debian/www-csc/usr/local/csc/ + # Add here commands to install the package into debian/sipwise-www-csc. + cp -a lib debian/sipwise-www-csc/usr/local/csc/ + cp -a root debian/sipwise-www-csc/usr/local/csc/ + cp -a script debian/sipwise-www-csc/usr/local/csc/ + install -m 644 csc.yml debian/sipwise-www-csc/usr/local/csc/ # make sure we don't have any svn files inside the .deb: - find debian/www-csc -name \.svn -print0 | xargs -0 rm -rf + find debian/sipwise-www-csc -name \.svn -print0 | xargs -0 rm -rf # Build architecture-dependent files here.