Просмотр исходного кода

debian/rules:
- do not clean debian/copyright, soyuz checks for it now

Michael Vogt лет назад: 19
Родитель
Сommit
cca374a232
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      debian/rules

+ 1 - 1
debian/rules

@@ -131,7 +131,7 @@ clean:
 	rm -rf build
 
 	# Add here commands to clean up after the build process.
-	dh_clean debian/copyright debian/shlibs.local debian/shlibs.local.apt debian/shlibs.local.apt-utils
+	dh_clean debian/shlibs.local debian/shlibs.local.apt debian/shlibs.local.apt-utils
 
 binary-indep: apt-doc libapt-pkg-doc
 # Build architecture-independent files here.